From d6f97a21249668fe401dfcbf1827669c1bb0f043 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 12 Oct 2015 13:27:41 +0200 Subject: inline typedef Change-Id: I6ec88fbdb9bc0e86f4e53eb765eabd5382a25b88 --- include/filter/msfilter/escherex.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/filter/msfilter/escherex.hxx') 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 ); -- cgit