[Libreoffice-commits] core.git: include/svx svx/source
Aron Budea
aron.budea at collabora.com
Mon Dec 25 14:04:42 UTC 2017
include/svx/strarray.hxx | 1 -
include/svx/tbcontrl.hxx | 2 +-
svx/source/tbxctrls/tbcontrl.cxx | 1 +
3 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 052cec29a66bb69a17c94bd86de7a2dcd7c79689
Author: Aron Budea <aron.budea at collabora.com>
Date: Sun Dec 24 09:46:59 2017 +0100
Adjust includes
Change-Id: I11385fc987e6951570454919c110de7167f41f5a
Reviewed-on: https://gerrit.libreoffice.org/47036
Reviewed-by: Aron Budea <aron.budea at collabora.com>
Tested-by: Aron Budea <aron.budea at collabora.com>
diff --git a/include/svx/strarray.hxx b/include/svx/strarray.hxx
index 04d9a64958e2..faa5ee365216 100644
--- a/include/svx/strarray.hxx
+++ b/include/svx/strarray.hxx
@@ -21,7 +21,6 @@
#include <tools/fldunit.hxx>
#include <svx/svxdllapi.h>
-#include <vector>
class SVX_DLLPUBLIC SvxFieldUnitTable
{
diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx
index c5784bba03bc..57d1dcba5f22 100644
--- a/include/svx/tbcontrl.hxx
+++ b/include/svx/tbcontrl.hxx
@@ -139,7 +139,6 @@
#include <com/sun/star/frame/XSubToolbarController.hpp>
#include <svtools/popupwindowcontroller.hxx>
#include <svx/colorwindow.hxx>
-#include <svx/PaletteManager.hxx>
#include <memory>
// important in the tbxctrls.hxx created with HeDaBu !!!
@@ -150,6 +149,7 @@ class SfxStyleControllerItem_Impl;
class SfxStyleSheetBasePool;
class SfxTemplateItem;
class SvxStyleBox_Impl;
+class PaletteManager;
namespace svx
{
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 7d674171a114..d28befe5296a 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -90,6 +90,7 @@
#include <svx/tbcontrl.hxx>
#include <svx/dlgutil.hxx>
#include <svx/dialmgr.hxx>
+#include <svx/PaletteManager.hxx>
#include <memory>
#include <svx/framelink.hxx>
More information about the Libreoffice-commits
mailing list