From 7ed3e749f7b525bdbbbd353f85c765becb90daa6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 10 Sep 2016 07:49:02 +0200 Subject: Blind fix for MSVC Change-Id: I53e01f3c76cf1e52fbf5f95f525cfc3b643b9e77 --- xmloff/source/style/XMLFontStylesContext.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmloff') 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, -- cgit