diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-16 16:14:53 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-16 16:18:37 -0500 |
commit | 43cd14d317dd463a9e7c15fd6bcd6b289f96491f (patch) | |
tree | f9f899b2c368c06527101abb48cfbe991bd39f42 /svx | |
parent | 032164972c7f4c720937e6117c0e147cfdd448b0 (diff) |
Fix the Windows build breakage by reorganizing svtools headers.
Also removed a fair amount of implicit inline methods to promote use
of more forward declaration.
Change-Id: I5ad21f0d7abc85281708b7e87f1036b02a053627
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/ctredlin.hxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/checklbx.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/docrecovery.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/fontlb.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/simptabl.cxx | 1 | ||||
-rw-r--r-- | svx/source/form/datanavi.cxx | 1 | ||||
-rw-r--r-- | svx/source/form/filtnav.cxx | 1 | ||||
-rw-r--r-- | svx/source/form/fmexch.cxx | 1 | ||||
-rw-r--r-- | svx/source/form/navigatortree.cxx | 1 | ||||
-rw-r--r-- | svx/source/form/tabwin.cxx | 1 | ||||
-rw-r--r-- | svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx | 1 |
11 files changed, 12 insertions, 0 deletions
diff --git a/svx/inc/svx/ctredlin.hxx b/svx/inc/svx/ctredlin.hxx index 2eabe080f7a2..4f2c5cfc73bf 100644 --- a/svx/inc/svx/ctredlin.hxx +++ b/svx/inc/svx/ctredlin.hxx @@ -45,6 +45,7 @@ #include <vcl/tabctrl.hxx> #include <tools/datetime.hxx> #include <svtools/txtcmp.hxx> +#include "svtools/treelistentry.hxx" #include "svx/svxdllapi.h" #define FLT_DATE_BEFORE 0 diff --git a/svx/source/dialog/checklbx.cxx b/svx/source/dialog/checklbx.cxx index edbf96d40814..046cfb04f76a 100644 --- a/svx/source/dialog/checklbx.cxx +++ b/svx/source/dialog/checklbx.cxx @@ -35,6 +35,8 @@ #include <svx/dialogs.hrc> +#include "svtools/treelistentry.hxx" + // class SvxCheckListBox ------------------------------------------------- SvxCheckListBox::SvxCheckListBox( Window* pParent, WinBits nWinStyle ) : diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index ba62dd19e5e8..700411a00458 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -64,6 +64,7 @@ #include <rtl/bootstrap.hxx> #include <unotools/pathoptions.hxx> #include <unotools/localfilehelper.hxx> +#include "svtools/treelistentry.hxx" namespace svx{ namespace DocRecovery{ diff --git a/svx/source/dialog/fontlb.cxx b/svx/source/dialog/fontlb.cxx index bcfc2e0f4fec..f91359fe36df 100644 --- a/svx/source/dialog/fontlb.cxx +++ b/svx/source/dialog/fontlb.cxx @@ -28,6 +28,7 @@ #include "svx/fontlb.hxx" #include <vcl/svapp.hxx> +#include "svtools/treelistentry.hxx" // ============================================================================ diff --git a/svx/source/dialog/simptabl.cxx b/svx/source/dialog/simptabl.cxx index e99b1ff76ecd..2618e19e7678 100644 --- a/svx/source/dialog/simptabl.cxx +++ b/svx/source/dialog/simptabl.cxx @@ -32,6 +32,7 @@ #include <comphelper/processfactory.hxx> #include <unotools/intlwrapper.hxx> #include <svtools/svlbitm.hxx> +#include "svtools/treelistentry.hxx" // SvxSimpleTableContainer ------------------------------------------------------ diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx index c77b7f1d92ab..ebe4aad2e1ca 100644 --- a/svx/source/form/datanavi.cxx +++ b/svx/source/form/datanavi.cxx @@ -44,6 +44,7 @@ #include <unotools/pathoptions.hxx> #include <unotools/viewoptions.hxx> #include <svtools/svtools.hrc> +#include "svtools/treelistentry.hxx" #include <sfx2/app.hxx> #include <sfx2/filedlghelper.hxx> #include <sfx2/objitem.hxx> diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index a9ab319df386..ee2d8b9ba63a 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -64,6 +64,7 @@ #include <vcl/wrkwin.hxx> #include <tools/diagnose_ex.h> #include <svtools/svlbitm.hxx> +#include "svtools/treelistentry.hxx" #include <functional> diff --git a/svx/source/form/fmexch.cxx b/svx/source/form/fmexch.cxx index 4e39878b0502..3ece8bd79636 100644 --- a/svx/source/form/fmexch.cxx +++ b/svx/source/form/fmexch.cxx @@ -33,6 +33,7 @@ #include <sot/formats.hxx> #include <svtools/treelistbox.hxx> +#include "svtools/treelistentry.hxx" #include <tools/diagnose_ex.h> diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx index fe5968f542fd..d66b69613fae 100644 --- a/svx/source/form/navigatortree.cxx +++ b/svx/source/form/navigatortree.cxx @@ -60,6 +60,7 @@ #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> +#include "svtools/treelistentry.hxx" #include <rtl/logfile.hxx> //............................................................................ namespace svxform diff --git a/svx/source/form/tabwin.cxx b/svx/source/form/tabwin.cxx index 8fa8b73c5c85..0ef95bbe8045 100644 --- a/svx/source/form/tabwin.cxx +++ b/svx/source/form/tabwin.cxx @@ -62,6 +62,7 @@ #include <comphelper/property.hxx> #include <sfx2/frame.hxx> #include <svx/dataaccessdescriptor.hxx> +#include "svtools/treelistentry.hxx" const long STD_WIN_SIZE_X = 120; const long STD_WIN_SIZE_Y = 150; diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx index 557b754de54a..63a0f9f7bdde 100644 --- a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx +++ b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx @@ -41,6 +41,7 @@ // header for class HeaderBar #include <svtools/headbar.hxx> #include <svtools/svlbitm.hxx> +#include "svtools/treelistentry.hxx" // header for define RET_OK #include <vcl/msgbox.hxx> // header for class SvtLinguConfigItem |