summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFactory.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-08-06 10:38:32 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-08-06 10:39:16 +0200
commit4a93e2d99cd6b9ce554bc97ed2539d124b894c7b (patch)
treed9309f8b150333100af1706e0a5048c9df360d23 /writerfilter/source/ooxml/OOXMLFactory.cxx
parentc5613c51efcd4c97d5b2f33e11d635fb1484acd7 (diff)
writerfilter: fix dbglevel=2 build
Change-Id: Ifd471e49cb167af48a9173762812164890e00791
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFactory.cxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFactory.cxx b/writerfilter/source/ooxml/OOXMLFactory.cxx
index 651cd6fd1ff9..de24d2c62463 100644
--- a/writerfilter/source/ooxml/OOXMLFactory.cxx
+++ b/writerfilter/source/ooxml/OOXMLFactory.cxx
@@ -81,7 +81,7 @@ TokenToIdMapPointer OOXMLFactory_ns::getTokenToIdMap(Id nId)
}
#ifdef DEBUG_DOMAINMAPPER
-string OOXMLFactory_ns::getDefineName(Id /*nId*/) const
+std::string OOXMLFactory_ns::getDefineName(Id /*nId*/) const
{
return "";
}