summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFactory.cxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-04-16 17:43:43 +0200
committerJan Holesovsky <kendy@collabora.com>2014-04-16 17:46:09 +0200
commit7ec515a7162d886cba611067cc6b4577aaf270a4 (patch)
tree2e89beb57dd8339fcdac76cc12e5005b82c866de /writerfilter/source/ooxml/OOXMLFactory.cxx
parentd67da1e7216a1b1281f418ecaa067cd3014e47c0 (diff)
writerfilter: Hide more debug strings we don't need in production builds.
Change-Id: If30d3a94cd3f18bd5c4856d8a88f6c78e0da3e76
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFactory.cxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFactory.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFactory.cxx b/writerfilter/source/ooxml/OOXMLFactory.cxx
index 8e2fa15bc0e1..1f778c3295a3 100644
--- a/writerfilter/source/ooxml/OOXMLFactory.cxx
+++ b/writerfilter/source/ooxml/OOXMLFactory.cxx
@@ -85,10 +85,12 @@ TokenToIdMapPointer OOXMLFactory_ns::getTokenToIdMap(Id nId)
return m_TokenToIdsMap[nId];
}
+#ifdef DEBUG_FACTORY
string OOXMLFactory_ns::getDefineName(Id /*nId*/) const
{
return "";
}
+#endif
// class OOXMLFactory