summaryrefslogtreecommitdiff
path: root/uui/source/iahndl.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-19 11:50:39 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-19 20:04:26 +0200
commitbbbbbfc18616c81cf39efb122cf83dbf1b0c1006 (patch)
treedb09c4d2cc904d4c1188605eb7a43c6ef6ba1120 /uui/source/iahndl.hxx
parentacde3e430edfe118d3aa2bc9ebc1593877b98f4a (diff)
fix-includes.pl: uui
Change-Id: Iad30f8d988e9541a896d9b1702c7a3e8afd8d8fd
Diffstat (limited to 'uui/source/iahndl.hxx')
-rw-r--r--uui/source/iahndl.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx
index 1325e7acf9c3..1888c3734d59 100644
--- a/uui/source/iahndl.hxx
+++ b/uui/source/iahndl.hxx
@@ -22,19 +22,19 @@
#include <vector>
-#include "osl/mutex.hxx"
-#include "rtl/ustring.hxx"
+#include <osl/mutex.hxx>
+#include <rtl/ustring.hxx>
-#include "com/sun/star/uno/Reference.hxx"
-#include "com/sun/star/uno/Sequence.hxx"
-#include "com/sun/star/uno/XComponentContext.hpp"
+#include <com/sun/star/uno/Reference.hxx>
+#include <com/sun/star/uno/Sequence.hxx>
+#include <com/sun/star/uno/XComponentContext.hpp>
-#include "com/sun/star/beans/Optional.hpp"
-#include "com/sun/star/task/InteractionClassification.hpp"
+#include <com/sun/star/beans/Optional.hpp>
+#include <com/sun/star/task/InteractionClassification.hpp>
-#include "tools/errcode.hxx"
-#include "tools/rc.hxx"
-#include "tools/wintypes.hxx"
+#include <tools/errcode.hxx>
+#include <tools/rc.hxx>
+#include <tools/wintypes.hxx>
namespace com { namespace sun { namespace star {
namespace awt {