Move header includes to the top.

This commit is contained in:
Thomas Arnhold 2011-01-21 22:53:47 +01:00
parent 4fa94fc506
commit 583d1f7714

View file

@ -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() );