Kaydet (Commit) 98fd966d authored tarafından August Sodora's avatar August Sodora

Remove unnecessary includes

üst b291c3a1
...@@ -26,24 +26,23 @@ ...@@ -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 @@ ...@@ -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
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment