diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-04 08:06:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-04 08:55:57 +0200 |
commit | f17f89aadc5e88880df0c852289e2fa5b04254ba (patch) | |
tree | 13e85b793019f5c4eab1e2282a94a20b896bd769 /include/tools/pstm.hxx | |
parent | 50097a8bb2be903d8a985f6f03f364567bf4643d (diff) |
include: inline some use-once typedefs
Change-Id: I064e95c72e5f67178cf2875f457adac241cee529
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; |