summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-12-25 23:23:11 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-12-26 02:04:39 +0000
commitc61981c19335d6a75bf16e1653a2e8bbae81b14d (patch)
treeca326b333232734a303bebc9de96557575bb9ad9 /include
parentuse uniform initializer syntax to simplify code (diff)
downloadcore-c61981c19335d6a75bf16e1653a2e8bbae81b14d.tar.gz
core-c61981c19335d6a75bf16e1653a2e8bbae81b14d.zip
use the existing namespace map for the oox namespace export
Change-Id: I7909b08db556c6c65c1547303f2b899c30feaba4 Reviewed-on: https://gerrit.libreoffice.org/32425 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/oox/core/xmlfilterbase.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/oox/core/xmlfilterbase.hxx b/include/oox/core/xmlfilterbase.hxx
index 1a9be6a15ff9..59043ba6f7ea 100644
--- a/include/oox/core/xmlfilterbase.hxx
+++ b/include/oox/core/xmlfilterbase.hxx
@@ -236,6 +236,8 @@ public:
void checkDocumentProperties(
const css::uno::Reference<css::document::XDocumentProperties>& xDocProps);
+ OUString getNamespaceURL(sal_Int32 nNSID) const;
+
protected:
virtual css::uno::Reference< css::io::XInputStream >
implGetInputStream( utl::MediaDescriptor& rMediaDesc ) const override;