summaryrefslogtreecommitdiff
path: root/include/comphelper/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/types.hxx')
-rw-r--r--include/comphelper/types.hxx6
1 files changed, 0 insertions, 6 deletions
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 <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Reference.hxx>
-#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/lang/XComponent.hpp>
@@ -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 <br/>
Other types recognized currently : FontDescriptor, ::com::sun::star::util::Date/Tim/DateTime, css::uno::Sequence<sal_Int8>