From d21260cdb6e6fa898ed90bafb41ba4fe5dd3140c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 19 Aug 2015 13:34:43 +0200 Subject: Remove two silly typedefs Change-Id: Ia7de1cebf6009e770ca1b96bab6d5e121573ccc1 --- include/comphelper/types.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/comphelper') diff --git a/include/comphelper/types.hxx b/include/comphelper/types.hxx index 4ffb6c81b307..feeb522c284c 100644 --- a/include/comphelper/types.hxx +++ b/include/comphelper/types.hxx @@ -22,7 +22,6 @@ #include #include -#include #include #include #include @@ -37,11 +36,6 @@ namespace com { namespace sun { namespace star { namespace awt { namespace comphelper { - - typedef css::uno::Reference< css::uno::XInterface > InterfaceRef; - typedef css::uno::Sequence< OUString > StringSequence; - - /** compare the two given Anys The comparison is deep, means if one of the Any's contains an Any which contains an Any ..., this is resolved
Other types recognized currently : FontDescriptor, ::com::sun::star::util::Date/Tim/DateTime, css::uno::Sequence -- cgit