summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-21 22:53:47 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-01-21 22:53:47 +0100
commit583d1f7714475bc9276f84630eba017d36e5ab2d (patch)
treeaf5746b0b4ce6d1afdc5997025c492387d23f53c
parent4fa94fc506e2e9f7185265b91541e3d5c34c75a5 (diff)
Move header includes to the top.
-rw-r--r--cui/source/dialogs/cuicharmap.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx
index c954becd7e85..93ce5e7ca44e 100644
--- a/cui/source/dialogs/cuicharmap.cxx
+++ b/cui/source/dialogs/cuicharmap.cxx
@@ -45,6 +45,9 @@
#include <rtl/textenc.h>
#include <svx/ucsubset.hxx>
+#include <sfx2/objsh.hxx>
+#include <vcl/msgbox.hxx>
+#include <svl/stritem.hxx>
#include <cuires.hrc>
#include <dialmgr.hxx>
@@ -559,10 +562,6 @@ IMPL_LINK( SvxCharMapData, DeleteHdl, PushButton *, EMPTYARG )
return 0;
}
-#include <sfx2/objsh.hxx>
-#include <vcl/msgbox.hxx>
-#include <svl/stritem.hxx>
-
IMPL_LINK( SvxCharMapData, AssignHdl, PushButton *, EMPTYARG )
{
SfxAllItemSet aSet( SfxObjectShell::Current()->GetPool() );