Move header includes to the top.
This commit is contained in:
parent
4fa94fc506
commit
583d1f7714
1 changed files with 3 additions and 4 deletions
|
@ -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() );
|
||||
|
|
Loading…
Reference in a new issue