summaryrefslogtreecommitdiff
path: root/xmloff
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 /xmloff
parent822209e28238088d3a63cbfa6826bba3634f418f (diff)
Blind fix for MSVC
Change-Id: I53e01f3c76cf1e52fbf5f95f525cfc3b643b9e77
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/XMLFontStylesContext.cxx2
1 files changed, 2 insertions, 0 deletions
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,