summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oox/inc/oox/core/xmlfilterbase.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/inc/oox/core/xmlfilterbase.hxx b/oox/inc/oox/core/xmlfilterbase.hxx
index b951ea76f246..669f2c3bc1e0 100644
--- a/oox/inc/oox/core/xmlfilterbase.hxx
+++ b/oox/inc/oox/core/xmlfilterbase.hxx
@@ -164,6 +164,7 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >
openOutputStream( const ::rtl::OUString& rStreamName,
const ::rtl::OUString& rMediaType );
+ using FilterBase::openOutputStream;
/** Opens specified output stream from the base storage with specified media type and returns new fast serializer for that stream.