diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-09 14:26:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-09-09 14:26:53 +0200 |
commit | 9dc0f2b703d8fbc8698a3cf36949a981e55b68c6 (patch) | |
tree | dd34b5c378ae444ae801cd1ea2676a0e52266c59 /xmloff | |
parent | cb958bb5e0e81d343c91c08a8513006a7bf1d913 (diff) |
Blind fix for MSVC
Change-Id: I1b3e21e9fdf1ac14e095df203cb48fdd1b4fd028
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/xmlnumi.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx index dbe28d7ccbae..ce964bada943 100644 --- a/xmloff/source/style/xmlnumi.cxx +++ b/xmloff/source/style/xmlnumi.cxx @@ -1033,6 +1033,8 @@ SvxXMLListStyleContext::SvxXMLListStyleContext( SvXMLImport& rImport, { } +SvxXMLListStyleContext::~SvxXMLListStyleContext() {} + SvXMLImportContext *SvxXMLListStyleContext::CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, |