summaryrefslogtreecommitdiffstats
path: root/include/filter/msfilter/escherex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/filter/msfilter/escherex.hxx')
-rw-r--r--include/filter/msfilter/escherex.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/filter/msfilter/escherex.hxx b/include/filter/msfilter/escherex.hxx
index 97e19871c708..709fbbdb09de 100644
--- a/include/filter/msfilter/escherex.hxx
+++ b/include/filter/msfilter/escherex.hxx
@@ -971,13 +971,11 @@ public:
-typedef ::std::vector< EscherPersistEntry* > EscherPersistTable_impl;
-
class MSFILTER_DLLPUBLIC EscherPersistTable
{
public:
- EscherPersistTable_impl maPersistTable;
+ ::std::vector< EscherPersistEntry* > maPersistTable;
bool PtIsID( sal_uInt32 nID );
void PtInsert( sal_uInt32 nID, sal_uInt32 nOfs );