summaryrefslogtreecommitdiff
path: root/include/oox/helper/storagebase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/helper/storagebase.hxx')
-rw-r--r--include/oox/helper/storagebase.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/oox/helper/storagebase.hxx b/include/oox/helper/storagebase.hxx
index 7f88c5ff2123..537517fbff73 100644
--- a/include/oox/helper/storagebase.hxx
+++ b/include/oox/helper/storagebase.hxx
@@ -172,9 +172,8 @@ private:
StorageRef getSubStorage( const OUString& rElementName, bool bCreateMissing );
private:
- typedef RefMap< OUString, StorageBase > SubStorageMap;
-
- SubStorageMap maSubStorages; ///< Map of direct sub storages.
+ RefMap< OUString, StorageBase >
+ maSubStorages; ///< Map of direct sub storages.
css::uno::Reference< css::io::XInputStream >
mxInStream; ///< Cached base input stream (to keep it alive).
css::uno::Reference< css::io::XStream >