summaryrefslogtreecommitdiff
path: root/oox/source/helper/storagebase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/helper/storagebase.cxx')
-rw-r--r--oox/source/helper/storagebase.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/oox/source/helper/storagebase.cxx b/oox/source/helper/storagebase.cxx
index 17deba75b76b..a4c0c367be46 100644
--- a/oox/source/helper/storagebase.cxx
+++ b/oox/source/helper/storagebase.cxx
@@ -102,10 +102,6 @@ bool StorageBase::isRootStorage() const
return implIsStorage() && maStorageName.isEmpty();
}
-bool StorageBase::isReadOnly() const
-{
- return mbReadOnly;
-}
Reference< XStorage > StorageBase::getXStorage() const
{