summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-09-10 07:49:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-09-10 07:49:02 +0200
commit7ed3e749f7b525bdbbbd353f85c765becb90daa6 (patch)
tree99656094d9ed04f202df71e4fb62f2a9ee373ef1
parent822209e28238088d3a63cbfa6826bba3634f418f (diff)
Blind fix for MSVC
Change-Id: I53e01f3c76cf1e52fbf5f95f525cfc3b643b9e77
-rw-r--r--include/xmloff/XMLFontStylesContext.hxx2
-rw-r--r--xmloff/source/style/XMLFontStylesContext.cxx2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/xmloff/XMLFontStylesContext.hxx b/include/xmloff/XMLFontStylesContext.hxx
index d671e654880a..cc6a2a712bb8 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 28fb855b6b8d..e6c1b66b7452 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,