summaryrefslogtreecommitdiffstats
path: root/kword/KWFormulaFrameSet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWFormulaFrameSet.cpp')
-rw-r--r--kword/KWFormulaFrameSet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWFormulaFrameSet.cpp b/kword/KWFormulaFrameSet.cpp
index a6a31f7c..98f27cfa 100644
--- a/kword/KWFormulaFrameSet.cpp
+++ b/kword/KWFormulaFrameSet.cpp
@@ -275,7 +275,7 @@ void KWFormulaFrameSet::saveOasis(KoXmlWriter& writer, KoSavingContext& context,
writer.startElement( "draw:object" );
writer.startElement( "math:math" );
- writer.addCompleteElement( TQT_TQIODEVICE(tmpFile) );
+ writer.addCompleteElement( tmpFile );
writer.endElement(); // math:math
writer.endElement(); // draw:object
writer.endElement(); // draw:frame