summaryrefslogtreecommitdiff
path: root/writerfilter/source
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source')
-rw-r--r--writerfilter/source/dmapper/TagLogger.hxx11
-rw-r--r--writerfilter/source/ooxml/OOXMLDocumentImpl.hxx3
2 files changed, 1 insertions, 13 deletions
diff --git a/writerfilter/source/dmapper/TagLogger.hxx b/writerfilter/source/dmapper/TagLogger.hxx
index f3ce41f0d76b..988d6560f596 100644
--- a/writerfilter/source/dmapper/TagLogger.hxx
+++ b/writerfilter/source/dmapper/TagLogger.hxx
@@ -29,17 +29,6 @@
namespace writerfilter
{
-#ifdef DEBUG_WRITERFILTER
- class IdToString
- {
- public:
- typedef std::shared_ptr<IdToString> Pointer_t;
- ;
-
- protected:
- ~IdToString() {}
- };
-#endif
class TagLogger
{
diff --git a/writerfilter/source/ooxml/OOXMLDocumentImpl.hxx b/writerfilter/source/ooxml/OOXMLDocumentImpl.hxx
index a4b4d61514aa..8f9cb2ad8490 100644
--- a/writerfilter/source/ooxml/OOXMLDocumentImpl.hxx
+++ b/writerfilter/source/ooxml/OOXMLDocumentImpl.hxx
@@ -110,8 +110,7 @@ public:
virtual void resolveComment(Stream & rStream, const sal_Int32 nId) SAL_OVERRIDE;
- OOXMLPropertySet * getPicturePropSet
- (const OUString & rId);
+ OOXMLPropertySet * getPicturePropSet(const OUString & rId);
virtual void resolvePicture(Stream & rStream, const OUString & rId) SAL_OVERRIDE;
virtual OUString getTargetForId(const OUString & rId) SAL_OVERRIDE;