[Libreoffice-commits] core.git: 2 commits - writerfilter/source
Tor Lillqvist
tml at collabora.com
Fri Dec 13 02:38:30 PST 2013
writerfilter/source/ooxml/OOXMLDocumentImpl.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit f658b7dfd6d23e4a179917245d6e6d4653d6678e
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Dec 13 12:37:37 2013 +0200
WaE: unused variable 'sStylesWithEffects' [loplugin]
Change-Id: Id9b3d81482104e9e78b986c9a78704b01cd0fba2
diff --git a/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx b/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
index ecd55f0..92a4057 100644
--- a/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
+++ b/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
@@ -529,7 +529,6 @@ void OOXMLDocumentImpl::resolveCustomXmlStream(Stream & rStream)
void OOXMLDocumentImpl::resolveGlossaryStream(Stream & /*rStream*/)
{
static OUString sSettingsType("http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings");
- static OUString sStylesWithEffects("http://schemas.microsoft.com/office/2007/relationships/stylesWithEffects");
static OUString sStylesType("http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles");
static OUString sFonttableType("http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable");
static OUString sWebSettings("http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings");
commit 654f3902b5005df60622e031885dfaa8ca150b63
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Dec 13 12:37:06 2013 +0200
Use proper logging tag
Change-Id: I5fcac443a0b243814a8e5d3075ed4b484e977bec
diff --git a/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx b/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
index 2f5f280..ecd55f0 100644
--- a/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
+++ b/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
@@ -605,7 +605,7 @@ void OOXMLDocumentImpl::resolveGlossaryStream(Stream & /*rStream*/)
}
catch (uno::Exception const& e)
{
- SAL_INFO("writerfilter glossary grab bag", "importSubStream: exception while "
+ SAL_INFO("writerfilter", "importSubStream: exception while "
"parsing stream of Type" << nType << " : " << e.Message);
return;
}
More information about the Libreoffice-commits
mailing list