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/svtools/imap.hxx | |
parent | 50097a8bb2be903d8a985f6f03f364567bf4643d (diff) |
include: inline some use-once typedefs
Change-Id: I064e95c72e5f67178cf2875f457adac241cee529
Diffstat (limited to 'include/svtools/imap.hxx')
-rw-r--r-- | include/svtools/imap.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/svtools/imap.hxx b/include/svtools/imap.hxx index 4c8f23186347..4ac636a7b6b5 100644 --- a/include/svtools/imap.hxx +++ b/include/svtools/imap.hxx @@ -31,14 +31,12 @@ class Size; class Fraction; class IMapObject; -typedef ::std::vector< IMapObject* > IMapObjectList_impl; - class SVT_DLLPUBLIC ImageMap { private: - IMapObjectList_impl maList; - OUString aName; + ::std::vector< IMapObject* > maList; + OUString aName; protected: |