summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-11-30 22:03:58 -0500
committerAugust Sodora <augsod@gmail.com>2011-11-30 22:03:58 -0500
commit98fd966d0c2c46b51b84da26cdb4bc5ac81e0372 (patch)
treeeddb19102d9a709d26c4bbf87dd765d81fd64378 /basctl
parentb291c3a1f2d0595096d671c8f6d2812caa993f83 (diff)
Remove unnecessary includes
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/dlged/managelang.cxx7
-rw-r--r--basctl/source/inc/managelang.hxx2
2 files changed, 4 insertions, 5 deletions
diff --git a/basctl/source/dlged/managelang.cxx b/basctl/source/dlged/managelang.cxx
index feeabbdd155d..d41ed42fcda3 100644
--- a/basctl/source/dlged/managelang.cxx
+++ b/basctl/source/dlged/managelang.cxx
@@ -26,24 +26,23 @@
*
************************************************************************/
-
#include "basidesh.hxx"
#include "basobj.hxx"
-#include "dlgresid.hrc"
#include "iderdll.hxx"
#include "iderid.hxx"
#include "localizationmgr.hxx"
#include "managelang.hxx"
-#include "managelang.hrc"
+#include "dlgresid.hrc"
#include "helpid.hrc"
+#include "managelang.hrc"
-#include <com/sun/star/i18n/XBreakIterator.hpp>
#include <com/sun/star/i18n/WordType.hpp>
#include <comphelper/string.hxx>
#include <editeng/unolingu.hxx>
#include <sfx2/bindings.hxx>
#include <svtools/langtab.hxx>
+#include <svx/langbox.hxx>
#include <vcl/unohelp.hxx>
#include <vcl/svapp.hxx>
#include <vcl/msgbox.hxx>
diff --git a/basctl/source/inc/managelang.hxx b/basctl/source/inc/managelang.hxx
index 6d81efd0590f..f9f9dba62617 100644
--- a/basctl/source/inc/managelang.hxx
+++ b/basctl/source/inc/managelang.hxx
@@ -29,13 +29,13 @@
#ifndef _BASCTL_MANAGELANG_HXX
#define _BASCTL_MANAGELANG_HXX
-#include <svx/langbox.hxx>
#include <svx/checklbx.hxx>
#include <vcl/button.hxx>
#include <vcl/dialog.hxx>
#include <vcl/fixed.hxx>
class LocalizationMgr;
+class SvxLanguageBox;
struct LanguageEntry
{