Kaydet (Commit) 7ed3e749 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Blind fix for MSVC

Change-Id: I53e01f3c76cf1e52fbf5f95f525cfc3b643b9e77
üst 822209e2
...@@ -59,6 +59,8 @@ public: ...@@ -59,6 +59,8 @@ public:
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList, const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList,
rtl_TextEncoding eDfltEnc ); rtl_TextEncoding eDfltEnc );
~XMLFontStylesContext() override;
const SvXMLTokenMap& GetFontStyleAttrTokenMap() const const SvXMLTokenMap& GetFontStyleAttrTokenMap() const
{ {
return *pFontStyleAttrTokenMap; return *pFontStyleAttrTokenMap;
......
...@@ -377,6 +377,8 @@ XMLFontStylesContext::XMLFontStylesContext( SvXMLImport& rImport, ...@@ -377,6 +377,8 @@ XMLFontStylesContext::XMLFontStylesContext( SvXMLImport& rImport,
{ {
} }
XMLFontStylesContext::~XMLFontStylesContext() {}
bool XMLFontStylesContext::FillProperties( const OUString& rName, bool XMLFontStylesContext::FillProperties( const OUString& rName,
::std::vector< XMLPropertyState > &rProps, ::std::vector< XMLPropertyState > &rProps,
sal_Int32 nFamilyNameIdx, sal_Int32 nFamilyNameIdx,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment