[Libreoffice-commits] core.git: include/xmloff xmloff/source

Stephan Bergmann sbergman at redhat.com
Fri Sep 9 12:27:35 UTC 2016


 include/xmloff/xmlnumi.hxx      |    2 ++
 xmloff/source/style/xmlnumi.cxx |    2 ++
 2 files changed, 4 insertions(+)

New commits:
commit 9dc0f2b703d8fbc8698a3cf36949a981e55b68c6
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Sep 9 14:26:53 2016 +0200

    Blind fix for MSVC
    
    Change-Id: I1b3e21e9fdf1ac14e095df203cb48fdd1b4fd028

diff --git a/include/xmloff/xmlnumi.hxx b/include/xmloff/xmlnumi.hxx
index ee7913a..b1a0687 100644
--- a/include/xmloff/xmlnumi.hxx
+++ b/include/xmloff/xmlnumi.hxx
@@ -66,6 +66,8 @@ public:
             const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList,
             bool bOutl = false );
 
+    ~SvxXMLListStyleContext() override;
+
     virtual SvXMLImportContext *CreateChildContext(
             sal_uInt16 nPrefix,
             const OUString& rLocalName,
diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx
index dbe28d7..ce964ba 100644
--- a/xmloff/source/style/xmlnumi.cxx
+++ b/xmloff/source/style/xmlnumi.cxx
@@ -1033,6 +1033,8 @@ SvxXMLListStyleContext::SvxXMLListStyleContext( SvXMLImport& rImport,
 {
 }
 
+SvxXMLListStyleContext::~SvxXMLListStyleContext() {}
+
 SvXMLImportContext *SvxXMLListStyleContext::CreateChildContext(
         sal_uInt16 nPrefix,
         const OUString& rLocalName,


More information about the Libreoffice-commits mailing list