summaryrefslogtreecommitdiff
path: root/sw/source/core/text/xmldump.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/xmldump.cxx')
-rw-r--r--sw/source/core/text/xmldump.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/xmldump.cxx b/sw/source/core/text/xmldump.cxx
index b246006d885a..c3fab91e0614 100644
--- a/sw/source/core/text/xmldump.cxx
+++ b/sw/source/core/text/xmldump.cxx
@@ -440,7 +440,7 @@ void SwFrame::dumpInfosAsXml( xmlTextWriterPtr writer ) const
// Hack: somehow conversion from "..." to va_list does
// bomb on two string literals in the format.
-static const char* const TMP_FORMAT = "%" SAL_PRIuUINTPTR;
+const char* const TMP_FORMAT = "%" SAL_PRIuUINTPTR;
void SwFrame::dumpAsXmlAttributes( xmlTextWriterPtr writer ) const
{