summaryrefslogtreecommitdiff
path: root/oox/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-04-12 11:15:14 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-04-12 11:39:53 +0200
commit032439617e4c82980d909dd09e10a47471d70aec (patch)
tree89229f6f8fd9958ea027fd4603f77542ef84982d /oox/source
parent3030a3a52f9bd89a055f65a2c5033be028da3cc2 (diff)
unusedcode.easy: remove FilterBase::openSubStorage
Diffstat (limited to 'oox/source')
-rw-r--r--oox/source/core/filterbase.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/oox/source/core/filterbase.cxx b/oox/source/core/filterbase.cxx
index ce4fe3d953e6..97f298dd323d 100644
--- a/oox/source/core/filterbase.cxx
+++ b/oox/source/core/filterbase.cxx
@@ -363,11 +363,6 @@ StorageRef FilterBase::getStorage() const
return mxImpl->mxStorage;
}
-StorageRef FilterBase::openSubStorage( const OUString& rStorageName, bool bCreateMissing ) const
-{
- return mxImpl->mxStorage->openSubStorage( rStorageName, bCreateMissing );
-}
-
Reference< XInputStream > FilterBase::openInputStream( const OUString& rStreamName ) const
{
return mxImpl->mxStorage->openInputStream( rStreamName );