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

Stephan Bergmann sbergman at redhat.com
Sat Sep 10 05:49:30 UTC 2016


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

New commits:
commit 7ed3e749f7b525bdbbbd353f85c765becb90daa6
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sat Sep 10 07:49:02 2016 +0200

    Blind fix for MSVC
    
    Change-Id: I53e01f3c76cf1e52fbf5f95f525cfc3b643b9e77

diff --git a/include/xmloff/XMLFontStylesContext.hxx b/include/xmloff/XMLFontStylesContext.hxx
index d671e65..cc6a2a7 100644
--- a/include/xmloff/XMLFontStylesContext.hxx
+++ b/include/xmloff/XMLFontStylesContext.hxx
@@ -59,6 +59,8 @@ public:
             const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList,
             rtl_TextEncoding eDfltEnc );
 
+    ~XMLFontStylesContext() override;
+
     const SvXMLTokenMap& GetFontStyleAttrTokenMap() const
     {
         return *pFontStyleAttrTokenMap;
diff --git a/xmloff/source/style/XMLFontStylesContext.cxx b/xmloff/source/style/XMLFontStylesContext.cxx
index 28fb855..e6c1b66 100644
--- a/xmloff/source/style/XMLFontStylesContext.cxx
+++ b/xmloff/source/style/XMLFontStylesContext.cxx
@@ -377,6 +377,8 @@ XMLFontStylesContext::XMLFontStylesContext( SvXMLImport& rImport,
 {
 }
 
+XMLFontStylesContext::~XMLFontStylesContext() {}
+
 bool XMLFontStylesContext::FillProperties( const OUString& rName,
                          ::std::vector< XMLPropertyState > &rProps,
                          sal_Int32 nFamilyNameIdx,


More information about the Libreoffice-commits mailing list