diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-03 08:44:51 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-08-03 08:53:21 +0000 |
commit | f5deb463492d5e61e573ba9d533df97c555280d7 (patch) | |
tree | b55da0b35bd9cbd154592741ceae70589cbeb4a5 /framework/inc/classes | |
parent | dbfed66eebde65f5844a0f1a2cfe548ad4eda962 (diff) |
remove some unused typedefs
Change-Id: I98c1e7eaa66b7afb05255a017a3de54714637501
Reviewed-on: https://gerrit.libreoffice.org/17491
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'framework/inc/classes')
-rw-r--r-- | framework/inc/classes/filtercachedata.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx index 395b89d53673..b01fbbc51667 100644 --- a/framework/inc/classes/filtercachedata.hxx +++ b/framework/inc/classes/filtercachedata.hxx @@ -365,8 +365,6 @@ typedef SetNodeHash< ContentHandler > ContentHandl typedef OUStringHashMap PreferredHash; typedef OUStringList OrderList; -typedef CheckedIterator< OUStringList > CheckedStringListIterator; -typedef CheckedIterator< FileTypeHash > CheckedTypeIterator; // Use private static data container to hold all values of configuration! |