summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-11-06 22:13:59 -0500
committerCaolán McNamara <caolanm@redhat.com>2011-11-08 13:38:53 +0000
commitc1e6cf2df86248c5dbeee5109f6c2efabcc26aca (patch)
treee9d91e7a0ad13f1edb3b63a5c2e119b61ff6058e /basctl
parentc448b832660201b00412fb9d9f5a7727d98c74c9 (diff)
Remove unnecessary includes
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/dlged/managelang.cxx22
1 files changed, 8 insertions, 14 deletions
diff --git a/basctl/source/dlged/managelang.cxx b/basctl/source/dlged/managelang.cxx
index caec0790cd8f..f95bbb536cd8 100644
--- a/basctl/source/dlged/managelang.cxx
+++ b/basctl/source/dlged/managelang.cxx
@@ -29,31 +29,25 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_basctl.hxx"
-#include "managelang.hxx"
-#include "iderid.hxx"
-#include "localizationmgr.hxx"
-#include "iderdll.hxx"
#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 <com/sun/star/i18n/XBreakIterator.hpp>
#include <com/sun/star/i18n/WordType.hpp>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/resource/XStringResourceManager.hpp>
-#include <comphelper/processfactory.hxx>
+#include <editeng/unolingu.hxx>
+#include <sfx2/bindings.hxx>
+#include <svtools/langtab.hxx>
#include <vcl/unohelp.hxx>
#include <vcl/svapp.hxx>
#include <vcl/msgbox.hxx>
-#include <unotools/localedatawrapper.hxx>
-#include <editeng/unolingu.hxx>
-
-#include <svtools/langtab.hxx>
-
-#include <sfx2/bindings.hxx>
using namespace ::com::sun::star::i18n;
using namespace ::com::sun::star::lang;