diff options
Diffstat (limited to 'include/tools/pstm.hxx')
-rw-r--r-- | include/tools/pstm.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/pstm.hxx b/include/tools/pstm.hxx index b0dc8a9e703b..4bf6dbd71ff1 100644 --- a/include/tools/pstm.hxx +++ b/include/tools/pstm.hxx @@ -95,7 +95,6 @@ public: SvPersistBase *& rpObj ); }; -typedef UniqueIndex<SvPersistBase> SvPersistUIdx; typedef std::map<SvPersistBase*, sal_uIntPtr> PersistBaseMap; class SvStream; @@ -138,7 +137,8 @@ class TOOLS_DLLPUBLIC SvPersistStream : public SvStream SvClassManager & rClassMgr; SvStream * pStm; PersistBaseMap aPTable; // reversed pointer and key - SvPersistUIdx aPUIdx; + UniqueIndex<SvPersistBase> + aPUIdx; sal_uIntPtr nStartIdx; const SvPersistStream * pRefStm; |