summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-06-11 17:51:14 +0200
committerJan Holesovsky <kendy@collabora.com>2014-06-11 17:53:53 +0200
commit51d1545e0ce8b30eea710501b84853288dd2563b (patch)
treeaa47c93df2c681c95d0bf89881a280556388a318 /writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
parent58d6e4fdc5db08c14e0c11ae50af53579cf0d963 (diff)
writerfilter: Kill debug_logger.
Does not really log interesting stuff; if anybody wants some kind of logging like this, better to use SAL_INFO(), and add it only for really interesting stuff. Change-Id: I11b4caa9660aaf1e70819322b7fc207a544ea3bb
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFastContextHandler.hxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
index afc685bb321e..0590638b8128 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
@@ -243,10 +243,6 @@ protected:
Id mnDefine;
Token_t mnToken;
-#ifdef DEBUG_CONTEXT_HANDLER
- string msTokenString;
-#endif
-
// the stream to send the stream events to.
Stream * mpStream;
@@ -274,10 +270,7 @@ protected:
throw (uno::RuntimeException, xml::sax::SAXException);
void startAction(Token_t Element);
- virtual void lcl_startAction(Token_t Element);
void endAction(Token_t Element);
- virtual void lcl_endAction(Token_t Element);
-
virtual OOXMLPropertySet * getPicturePropSet
(const OUString & rId);