summaryrefslogtreecommitdiff
path: root/oox/inc/oox/core/xmlfilterbase.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2009-01-15 15:26:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2009-01-15 15:26:48 +0000
commitcd6745b48f398ebfa45c810135bc00ef8b1763e9 (patch)
tree0465b7f75e948e3904306e6eb14772f75377f5e5 /oox/inc/oox/core/xmlfilterbase.hxx
parent7a0b5fdbafce71203e7eae5ea64d4a106f076a43 (diff)
#i10000#: add using using FilterBase::openOutputStream to XmlFilterBase
Diffstat (limited to 'oox/inc/oox/core/xmlfilterbase.hxx')
-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.