summaryrefslogtreecommitdiffstats
path: root/include/filter/msfilter/escherex.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-12 13:27:41 +0200
committerNoel Grandin <noel@peralex.com>2015-10-13 10:07:49 +0200
commitd6f97a21249668fe401dfcbf1827669c1bb0f043 (patch)
tree81783f74a169bc720b72085efaa4bf33e0c13e04 /include/filter/msfilter/escherex.hxx
parentloplugin:mergeclass, merge CompareLine with SwCompareLine (diff)
downloadcore-d6f97a21249668fe401dfcbf1827669c1bb0f043.tar.gz
core-d6f97a21249668fe401dfcbf1827669c1bb0f043.zip
inline typedef
Change-Id: I6ec88fbdb9bc0e86f4e53eb765eabd5382a25b88
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 );