summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-08-29 15:27:49 +0200
committerDavid Tardon <dtardon@redhat.com>2016-08-30 07:57:19 +0200
commit151b7879bea2a48fb0868e446a9629ff8fe388ad (patch)
tree10026cf9be0683a841b23c6d8ef61d81a861a1f3 /xmloff
parentcb9cd7527fd8b71250f8d40017582b73e8a41ec5 (diff)
fix copypasta
Change-Id: I26a94dcc6339eceee685a2340cef5ff5ba595037
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/xmlimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx
index b7db468e50b2..cc59e91575ce 100644
--- a/xmloff/source/core/xmlimp.cxx
+++ b/xmloff/source/core/xmlimp.cxx
@@ -603,7 +603,7 @@ void SAL_CALL SvXMLImport::endDocument()
uno::RuntimeException,
std::exception)
{
- SAL_INFO( "xmloff.core", "} SvXMLImport::startDocument" );
+ SAL_INFO( "xmloff.core", "} SvXMLImport::endDocument" );
// #i9518# All the stuff that accesses the document has to be done here, not in the dtor,
// because the SvXMLImport dtor might not be called until after the document has been closed.