summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFactory.hxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFactory.hxx b/writerfilter/source/ooxml/OOXMLFactory.hxx
index 346b02323cca..76909767839e 100644
--- a/writerfilter/source/ooxml/OOXMLFactory.hxx
+++ b/writerfilter/source/ooxml/OOXMLFactory.hxx
@@ -102,8 +102,8 @@ public:
virtual void charactersAction(OOXMLFastContextHandler * pHandler, const OUString & rString);
virtual void endAction(OOXMLFastContextHandler * pHandler);
virtual void attributeAction(OOXMLFastContextHandler * pHandler, Token_t nToken, OOXMLValue::Pointer_t pValue);
- virtual string getDefineName(Id nId) const;
#ifdef DEBUG_FACTORY
+ virtual string getDefineName(Id nId) const;
virtual string getName() const;
#endif