diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-10 07:49:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-09-10 07:49:02 +0200 |
commit | 7ed3e749f7b525bdbbbd353f85c765becb90daa6 (patch) | |
tree | 99656094d9ed04f202df71e4fb62f2a9ee373ef1 /xmloff | |
parent | 822209e28238088d3a63cbfa6826bba3634f418f (diff) |
Blind fix for MSVC
Change-Id: I53e01f3c76cf1e52fbf5f95f525cfc3b643b9e77
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/XMLFontStylesContext.cxx | 2 |
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, |