From 6a0fe37dec107392fbe468a35b89071b9a93d2c1 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 14 Nov 2014 22:52:35 +0100 Subject: sal: clean up public headers with include-what-you-use Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05 --- svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx | 1 + svx/source/dialog/rulritem.cxx | 1 + svx/source/form/fmcontrolbordermanager.cxx | 1 + svx/source/form/fmsrccfg.cxx | 2 ++ svx/source/form/fmtextcontrolfeature.cxx | 1 + svx/source/form/formtoolbars.cxx | 1 + svx/source/items/rotmodit.cxx | 1 + svx/source/items/viewlayoutitem.cxx | 1 + svx/source/items/zoomslideritem.cxx | 2 ++ 9 files changed, 11 insertions(+) (limited to 'svx') diff --git a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx index 4f546e1b1c0c..7804b6666b48 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx @@ -19,6 +19,7 @@ #include "svx/EnhancedCustomShape2d.hxx" #include +#include #include // Makes parser a static resource, diff --git a/svx/source/dialog/rulritem.cxx b/svx/source/dialog/rulritem.cxx index 949dfbf86894..11efac125d22 100644 --- a/svx/source/dialog/rulritem.cxx +++ b/svx/source/dialog/rulritem.cxx @@ -20,6 +20,7 @@ #include #include "svx/rulritem.hxx" #include +#include #include #include #include diff --git a/svx/source/form/fmcontrolbordermanager.cxx b/svx/source/form/fmcontrolbordermanager.cxx index 25c5ee44bf7c..c1752360dab1 100644 --- a/svx/source/form/fmcontrolbordermanager.cxx +++ b/svx/source/form/fmcontrolbordermanager.cxx @@ -26,6 +26,7 @@ #include #include #include +#include namespace svxform diff --git a/svx/source/form/fmsrccfg.cxx b/svx/source/form/fmsrccfg.cxx index d17ce0dad407..baef84a20942 100644 --- a/svx/source/form/fmsrccfg.cxx +++ b/svx/source/form/fmsrccfg.cxx @@ -18,6 +18,8 @@ */ #include "svx/fmsrccfg.hxx" + +#include #include #include diff --git a/svx/source/form/fmtextcontrolfeature.cxx b/svx/source/form/fmtextcontrolfeature.cxx index a89e222887a2..d88f567843db 100644 --- a/svx/source/form/fmtextcontrolfeature.cxx +++ b/svx/source/form/fmtextcontrolfeature.cxx @@ -19,6 +19,7 @@ #include "fmtextcontrolfeature.hxx" +#include namespace svx { diff --git a/svx/source/form/formtoolbars.cxx b/svx/source/form/formtoolbars.cxx index 784e2ec1f296..898b522cbcd4 100644 --- a/svx/source/form/formtoolbars.cxx +++ b/svx/source/form/formtoolbars.cxx @@ -20,6 +20,7 @@ #include "formtoolbars.hxx" #include +#include #include diff --git a/svx/source/items/rotmodit.cxx b/svx/source/items/rotmodit.cxx index 059bdff530b2..928b6908fc88 100644 --- a/svx/source/items/rotmodit.cxx +++ b/svx/source/items/rotmodit.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include #include diff --git a/svx/source/items/viewlayoutitem.cxx b/svx/source/items/viewlayoutitem.cxx index 4d93c6b3c0dd..c8e2f0502637 100644 --- a/svx/source/items/viewlayoutitem.cxx +++ b/svx/source/items/viewlayoutitem.cxx @@ -23,6 +23,7 @@ #include #include +#include TYPEINIT1_FACTORY(SvxViewLayoutItem,SfxUInt16Item, new SvxViewLayoutItem); diff --git a/svx/source/items/zoomslideritem.cxx b/svx/source/items/zoomslideritem.cxx index f1e04af71c29..285a4644410a 100644 --- a/svx/source/items/zoomslideritem.cxx +++ b/svx/source/items/zoomslideritem.cxx @@ -19,6 +19,8 @@ #include +#include + #include #include -- cgit