diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-06 16:30:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-07 11:05:03 +0200 |
commit | e14b7660f622a83fe97635649674ade05fe1eb72 (patch) | |
tree | df16ecd543f999c0872765265fb6292351ab8955 /include/sot/storinfo.hxx | |
parent | 2aa9110ed0bf8c4e678caffa1677143b3290240b (diff) |
Remove SvStorage alias
Change-Id: Id07ace147ff4fd4a17d05ba3cce6408def05c9c7
Diffstat (limited to 'include/sot/storinfo.hxx')
-rw-r--r-- | include/sot/storinfo.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sot/storinfo.hxx b/include/sot/storinfo.hxx index 4820bfcb2635..1793a68a7239 100644 --- a/include/sot/storinfo.hxx +++ b/include/sot/storinfo.hxx @@ -29,14 +29,14 @@ class StgDirEntry; class SvStorageInfo { -friend class SvStorage; +friend class SotStorage; OUString aName; SvGlobalName aClassName; sal_uLong nSize; bool bStream; bool bStorage; - SvStorageInfo(){}; // Fuer SvStorage + SvStorageInfo(){}; // Fuer SotStorage public: SvStorageInfo( const StgDirEntry& ); SvStorageInfo( const OUString& rName, sal_uLong nSz, bool bIsStorage ) |