summaryrefslogtreecommitdiff
path: root/writerperfect/inc/ImportFilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/inc/ImportFilter.hxx')
-rw-r--r--writerperfect/inc/ImportFilter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerperfect/inc/ImportFilter.hxx b/writerperfect/inc/ImportFilter.hxx
index be429ae8960f..e7a27f4ee847 100644
--- a/writerperfect/inc/ImportFilter.hxx
+++ b/writerperfect/inc/ImportFilter.hxx
@@ -89,12 +89,12 @@ public:
// OO Graphics Handler: abstract class to handle document SAX messages, concrete implementation here
// writes to in-memory target doc
- DocumentHandler xHandler(xInternalHandler);
+ DocumentHandler aHandler(xInternalHandler);
WPXSvInputStream input(xInputStream);
Generator exporter;
- exporter.addDocumentHandler(&xHandler, ODF_FLAT_XML);
+ exporter.addDocumentHandler(&aHandler, ODF_FLAT_XML);
this->doRegisterHandlers(exporter);