Remove unnecessary includes
This commit is contained in:
@@ -26,24 +26,23 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#include "basidesh.hxx"
|
#include "basidesh.hxx"
|
||||||
#include "basobj.hxx"
|
#include "basobj.hxx"
|
||||||
#include "dlgresid.hrc"
|
|
||||||
#include "iderdll.hxx"
|
#include "iderdll.hxx"
|
||||||
#include "iderid.hxx"
|
#include "iderid.hxx"
|
||||||
#include "localizationmgr.hxx"
|
#include "localizationmgr.hxx"
|
||||||
#include "managelang.hxx"
|
#include "managelang.hxx"
|
||||||
|
|
||||||
#include "managelang.hrc"
|
#include "dlgresid.hrc"
|
||||||
#include "helpid.hrc"
|
#include "helpid.hrc"
|
||||||
|
#include "managelang.hrc"
|
||||||
|
|
||||||
#include <com/sun/star/i18n/XBreakIterator.hpp>
|
|
||||||
#include <com/sun/star/i18n/WordType.hpp>
|
#include <com/sun/star/i18n/WordType.hpp>
|
||||||
#include <comphelper/string.hxx>
|
#include <comphelper/string.hxx>
|
||||||
#include <editeng/unolingu.hxx>
|
#include <editeng/unolingu.hxx>
|
||||||
#include <sfx2/bindings.hxx>
|
#include <sfx2/bindings.hxx>
|
||||||
#include <svtools/langtab.hxx>
|
#include <svtools/langtab.hxx>
|
||||||
|
#include <svx/langbox.hxx>
|
||||||
#include <vcl/unohelp.hxx>
|
#include <vcl/unohelp.hxx>
|
||||||
#include <vcl/svapp.hxx>
|
#include <vcl/svapp.hxx>
|
||||||
#include <vcl/msgbox.hxx>
|
#include <vcl/msgbox.hxx>
|
||||||
|
@@ -29,13 +29,13 @@
|
|||||||
#ifndef _BASCTL_MANAGELANG_HXX
|
#ifndef _BASCTL_MANAGELANG_HXX
|
||||||
#define _BASCTL_MANAGELANG_HXX
|
#define _BASCTL_MANAGELANG_HXX
|
||||||
|
|
||||||
#include <svx/langbox.hxx>
|
|
||||||
#include <svx/checklbx.hxx>
|
#include <svx/checklbx.hxx>
|
||||||
#include <vcl/button.hxx>
|
#include <vcl/button.hxx>
|
||||||
#include <vcl/dialog.hxx>
|
#include <vcl/dialog.hxx>
|
||||||
#include <vcl/fixed.hxx>
|
#include <vcl/fixed.hxx>
|
||||||
|
|
||||||
class LocalizationMgr;
|
class LocalizationMgr;
|
||||||
|
class SvxLanguageBox;
|
||||||
|
|
||||||
struct LanguageEntry
|
struct LanguageEntry
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user