From c9d1d4092a93405028b0a22a459635607646363a Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 21 Apr 2018 07:36:30 +0200 Subject: tdf#42949 Remove unnecessary localization headers of svx Found by searching for the header names and the localization functions: git grep -l -e \ -e \ -e svdglob.hxx | xargs grep -c -e SvxResId -e SvxResLocale -e ImpGetResStr | grep :0$ | grep -v /pch Change-Id: I45c979589165086288030031e713d536005a9833 Reviewed-on: https://gerrit.libreoffice.org/53241 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- svx/source/accessibility/AccessibleShape.cxx | 2 -- svx/source/accessibility/svxpixelctlaccessiblecontext.cxx | 2 -- svx/source/dialog/ClassificationDialog.cxx | 2 -- svx/source/dialog/_contdlg.cxx | 2 -- svx/source/dialog/checklbx.cxx | 2 -- svx/source/dialog/connctrl.cxx | 1 - svx/source/dialog/contwnd.cxx | 1 - svx/source/dialog/ctredlin.cxx | 2 -- svx/source/dialog/databaseregistrationui.cxx | 1 - svx/source/dialog/dialcontrol.cxx | 2 -- svx/source/dialog/fntctrl.cxx | 1 - svx/source/dialog/fontwork.cxx | 2 -- svx/source/dialog/frmsel.cxx | 2 -- svx/source/dialog/grfflt.cxx | 2 -- svx/source/dialog/hdft.cxx | 2 -- svx/source/dialog/imapwnd.cxx | 2 -- svx/source/dialog/measctrl.cxx | 1 - svx/source/dialog/optgrid.cxx | 2 -- svx/source/dialog/rlrcitem.cxx | 2 -- svx/source/dialog/rubydialog.cxx | 2 -- svx/source/dialog/rulritem.cxx | 1 - svx/source/dialog/searchcharmap.cxx | 4 ---- svx/source/form/fmobj.cxx | 1 - svx/source/form/fmobjfac.cxx | 1 - svx/source/form/fmpage.cxx | 2 -- svx/source/form/fmshell.cxx | 2 -- svx/source/form/fmsrcimp.cxx | 1 - svx/source/form/fmtextcontroldialogs.cxx | 2 -- svx/source/form/fmtextcontrolshell.cxx | 1 - svx/source/gallery2/GalleryControl.cxx | 1 - svx/source/gallery2/galobj.cxx | 1 - svx/source/gallery2/galtheme.cxx | 1 - svx/source/items/svxerr.cxx | 1 - svx/source/sdr/contact/viewcontactofgraphic.cxx | 2 -- svx/source/sdr/contact/viewcontactofsdrpage.cxx | 2 -- svx/source/sidebar/area/AreaPropertyPanel.cxx | 2 -- svx/source/sidebar/area/AreaPropertyPanelBase.cxx | 2 -- svx/source/sidebar/line/LinePropertyPanel.cxx | 2 -- svx/source/sidebar/paragraph/ParaPropertyPanel.cxx | 2 -- svx/source/sidebar/possize/PosSizePropertyPanel.cxx | 2 -- svx/source/sidebar/shadow/ShadowPropertyPanel.cxx | 2 -- svx/source/sidebar/text/TextCharacterSpacingControl.cxx | 2 -- svx/source/sidebar/text/TextUnderlineControl.cxx | 2 -- svx/source/sidebar/tools/ValueSetWithTextControl.cxx | 2 -- svx/source/stbctrls/pszctrl.cxx | 2 -- svx/source/stbctrls/selctrl.cxx | 2 -- svx/source/svdraw/svdhdl.cxx | 2 -- svx/source/svdraw/svdmrkv1.cxx | 1 - svx/source/svdraw/svdotxdr.cxx | 1 - svx/source/table/tablelayouter.cxx | 2 -- svx/source/tbxctrls/SvxColorChildWindow.cxx | 2 -- svx/source/tbxctrls/SvxPresetListBox.cxx | 2 -- svx/source/tbxctrls/fillctrl.cxx | 2 -- svx/source/tbxctrls/itemwin.cxx | 2 -- svx/source/tbxctrls/tbxdrctl.cxx | 2 -- svx/source/tbxctrls/verttexttbxctrl.cxx | 2 -- svx/source/unodraw/unoshap4.cxx | 2 -- svx/source/unodraw/unoshape.cxx | 3 --- svx/source/xoutdev/xtabbtmp.cxx | 2 -- 59 files changed, 105 deletions(-) (limited to 'svx') diff --git a/svx/source/accessibility/AccessibleShape.cxx b/svx/source/accessibility/AccessibleShape.cxx index c7ca57d87d8e..da50d27cac19 100644 --- a/svx/source/accessibility/AccessibleShape.cxx +++ b/svx/source/accessibility/AccessibleShape.cxx @@ -48,8 +48,6 @@ #include #include -#include -#include #include #include #include diff --git a/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx b/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx index f0a82d551292..8908e36d3bde 100644 --- a/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx +++ b/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx @@ -33,10 +33,8 @@ #include #include -#include #include -#include #include #include diff --git a/svx/source/dialog/ClassificationDialog.cxx b/svx/source/dialog/ClassificationDialog.cxx index 37ac145b5dc4..b9040fbb981b 100644 --- a/svx/source/dialog/ClassificationDialog.cxx +++ b/svx/source/dialog/ClassificationDialog.cxx @@ -10,8 +10,6 @@ #include #include -#include -#include #include #include diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx index 924cecaae9de..615b0b239570 100644 --- a/svx/source/dialog/_contdlg.cxx +++ b/svx/source/dialog/_contdlg.cxx @@ -28,9 +28,7 @@ #include #include -#include #include -#include #include #include #include "contimp.hxx" diff --git a/svx/source/dialog/checklbx.cxx b/svx/source/dialog/checklbx.cxx index 66da800b57e7..5bf4c8610087 100644 --- a/svx/source/dialog/checklbx.cxx +++ b/svx/source/dialog/checklbx.cxx @@ -20,8 +20,6 @@ #include #include #include -#include -#include #include SvxCheckListBox::SvxCheckListBox( vcl::Window* pParent, WinBits nWinStyle ) : diff --git a/svx/source/dialog/connctrl.cxx b/svx/source/dialog/connctrl.cxx index 9440ce6796a6..3b0ac0636682 100644 --- a/svx/source/dialog/connctrl.cxx +++ b/svx/source/dialog/connctrl.cxx @@ -22,7 +22,6 @@ #include #include -#include #include #include #include diff --git a/svx/source/dialog/contwnd.cxx b/svx/source/dialog/contwnd.cxx index c041a7240032..4ac1e23083d5 100644 --- a/svx/source/dialog/contwnd.cxx +++ b/svx/source/dialog/contwnd.cxx @@ -18,7 +18,6 @@ */ #include -#include #include #include "contwnd.hxx" #include diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx index 1e32dbf43ac3..61f97846caa6 100644 --- a/svx/source/dialog/ctredlin.cxx +++ b/svx/source/dialog/ctredlin.cxx @@ -31,8 +31,6 @@ #include #include -#include -#include #include #define WRITER_DATE 2 diff --git a/svx/source/dialog/databaseregistrationui.cxx b/svx/source/dialog/databaseregistrationui.cxx index ea4bff819e32..82f0b5738691 100644 --- a/svx/source/dialog/databaseregistrationui.cxx +++ b/svx/source/dialog/databaseregistrationui.cxx @@ -21,7 +21,6 @@ #include #include -#include #include #include diff --git a/svx/source/dialog/dialcontrol.cxx b/svx/source/dialog/dialcontrol.cxx index c2bad056f7ec..874d280abefb 100644 --- a/svx/source/dialog/dialcontrol.cxx +++ b/svx/source/dialog/dialcontrol.cxx @@ -18,8 +18,6 @@ */ #include -#include -#include #include #include #include diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx index 276f3ab607d5..3e4b2b3f9f51 100644 --- a/svx/source/dialog/fntctrl.cxx +++ b/svx/source/dialog/fntctrl.cxx @@ -39,7 +39,6 @@ #include #include -#include #include // Item set includes diff --git a/svx/source/dialog/fontwork.cxx b/svx/source/dialog/fontwork.cxx index 66279bf51775..46fee9589025 100644 --- a/svx/source/dialog/fontwork.cxx +++ b/svx/source/dialog/fontwork.cxx @@ -27,11 +27,9 @@ #include #include -#include #include #include -#include #include #include #include diff --git a/svx/source/dialog/frmsel.cxx b/svx/source/dialog/frmsel.cxx index f65693d44b58..233ed2f098dd 100644 --- a/svx/source/dialog/frmsel.cxx +++ b/svx/source/dialog/frmsel.cxx @@ -24,13 +24,11 @@ #include #include #include -#include #include #include #include #include -#include #include using namespace ::com::sun::star; diff --git a/svx/source/dialog/grfflt.cxx b/svx/source/dialog/grfflt.cxx index ac51b4b483c9..fffcaaecdbf5 100644 --- a/svx/source/dialog/grfflt.cxx +++ b/svx/source/dialog/grfflt.cxx @@ -22,9 +22,7 @@ #include #include -#include #include -#include #include #include #include diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx index 5b6e63c6245e..9e7c3a774093 100644 --- a/svx/source/dialog/hdft.cxx +++ b/svx/source/dialog/hdft.cxx @@ -24,7 +24,6 @@ #include #include #include -#include #include @@ -32,7 +31,6 @@ #include #include -#include #include #include diff --git a/svx/source/dialog/imapwnd.cxx b/svx/source/dialog/imapwnd.cxx index b53f32d3fa59..3e3f1667fbf2 100644 --- a/svx/source/dialog/imapwnd.cxx +++ b/svx/source/dialog/imapwnd.cxx @@ -26,8 +26,6 @@ #include #include -#include -#include #include #include "imapwnd.hxx" #include diff --git a/svx/source/dialog/measctrl.cxx b/svx/source/dialog/measctrl.cxx index 03e630041189..7e9261fef802 100644 --- a/svx/source/dialog/measctrl.cxx +++ b/svx/source/dialog/measctrl.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include diff --git a/svx/source/dialog/optgrid.cxx b/svx/source/dialog/optgrid.cxx index 958c26f67778..abe9093e1a35 100644 --- a/svx/source/dialog/optgrid.cxx +++ b/svx/source/dialog/optgrid.cxx @@ -22,9 +22,7 @@ #include #include -#include #include -#include #include // local functions diff --git a/svx/source/dialog/rlrcitem.cxx b/svx/source/dialog/rlrcitem.cxx index 19e68c3f54c2..9753beffdd1f 100644 --- a/svx/source/dialog/rlrcitem.cxx +++ b/svx/source/dialog/rlrcitem.cxx @@ -19,8 +19,6 @@ #include - -#include #include #include diff --git a/svx/source/dialog/rubydialog.cxx b/svx/source/dialog/rubydialog.cxx index 0a9ce357a91d..5981a76d2910 100644 --- a/svx/source/dialog/rubydialog.cxx +++ b/svx/source/dialog/rubydialog.cxx @@ -22,8 +22,6 @@ #include #include -#include -#include #include #include #include diff --git a/svx/source/dialog/rulritem.cxx b/svx/source/dialog/rulritem.cxx index 01d07b773d68..cbe2dcc731be 100644 --- a/svx/source/dialog/rulritem.cxx +++ b/svx/source/dialog/rulritem.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include #include #include #include diff --git a/svx/source/dialog/searchcharmap.cxx b/svx/source/dialog/searchcharmap.cxx index 22166a4c238e..a3c887869ccb 100644 --- a/svx/source/dialog/searchcharmap.cxx +++ b/svx/source/dialog/searchcharmap.cxx @@ -27,11 +27,7 @@ #include #include - -#include - #include -#include #include #include diff --git a/svx/source/form/fmobj.cxx b/svx/source/form/fmobj.cxx index 44431b8018da..3466b5d92f74 100644 --- a/svx/source/form/fmobj.cxx +++ b/svx/source/form/fmobj.cxx @@ -27,7 +27,6 @@ #include #include #include -#include #include #include diff --git a/svx/source/form/fmobjfac.cxx b/svx/source/form/fmobjfac.cxx index a640caac7c0c..4eea3c8761e2 100644 --- a/svx/source/form/fmobjfac.cxx +++ b/svx/source/form/fmobjfac.cxx @@ -36,7 +36,6 @@ #include #include -#include #include #include #include diff --git a/svx/source/form/fmpage.cxx b/svx/source/form/fmpage.cxx index 1f455702302d..fe94dcfd9245 100644 --- a/svx/source/form/fmpage.cxx +++ b/svx/source/form/fmpage.cxx @@ -26,8 +26,6 @@ #include -#include - #include #include diff --git a/svx/source/form/fmshell.cxx b/svx/source/form/fmshell.cxx index 0b98c9338a1e..fdd8f4a81085 100644 --- a/svx/source/form/fmshell.cxx +++ b/svx/source/form/fmshell.cxx @@ -61,7 +61,6 @@ #include #include #include -#include #include #include #include @@ -75,7 +74,6 @@ #include #include -#include #include diff --git a/svx/source/form/fmsrcimp.cxx b/svx/source/form/fmsrcimp.cxx index bd5047b276a3..7034934c6e62 100644 --- a/svx/source/form/fmsrcimp.cxx +++ b/svx/source/form/fmsrcimp.cxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/svx/source/form/fmtextcontroldialogs.cxx b/svx/source/form/fmtextcontroldialogs.cxx index f75cad21bb56..eca5ac22a038 100644 --- a/svx/source/form/fmtextcontroldialogs.cxx +++ b/svx/source/form/fmtextcontroldialogs.cxx @@ -18,9 +18,7 @@ */ #include -#include #include -#include #include diff --git a/svx/source/form/fmtextcontrolshell.cxx b/svx/source/form/fmtextcontrolshell.cxx index 53cb3009bbb4..7c0c24b3c1af 100644 --- a/svx/source/form/fmtextcontrolshell.cxx +++ b/svx/source/form/fmtextcontrolshell.cxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include diff --git a/svx/source/gallery2/GalleryControl.cxx b/svx/source/gallery2/GalleryControl.cxx index 8fec8739b291..d41c3e803bdb 100644 --- a/svx/source/gallery2/GalleryControl.cxx +++ b/svx/source/gallery2/GalleryControl.cxx @@ -19,7 +19,6 @@ #include -#include #include #include #include "galbrws1.hxx" diff --git a/svx/source/gallery2/galobj.cxx b/svx/source/gallery2/galobj.cxx index a91fabd1c527..bc1b4a64dcd8 100644 --- a/svx/source/gallery2/galobj.cxx +++ b/svx/source/gallery2/galobj.cxx @@ -33,7 +33,6 @@ #include #include #include -#include #include #include #include diff --git a/svx/source/gallery2/galtheme.cxx b/svx/source/gallery2/galtheme.cxx index 1d0760fcf516..059880773e2c 100644 --- a/svx/source/gallery2/galtheme.cxx +++ b/svx/source/gallery2/galtheme.cxx @@ -40,7 +40,6 @@ #include #include #include -#include #include #include #include diff --git a/svx/source/items/svxerr.cxx b/svx/source/items/svxerr.cxx index b92764a043d9..398cb388d27d 100644 --- a/svx/source/items/svxerr.cxx +++ b/svx/source/items/svxerr.cxx @@ -19,7 +19,6 @@ #include #include -#include #include #include diff --git a/svx/source/sdr/contact/viewcontactofgraphic.cxx b/svx/source/sdr/contact/viewcontactofgraphic.cxx index 2f449704f3fc..67161c73fe72 100644 --- a/svx/source/sdr/contact/viewcontactofgraphic.cxx +++ b/svx/source/sdr/contact/viewcontactofgraphic.cxx @@ -29,8 +29,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/svx/source/sdr/contact/viewcontactofsdrpage.cxx b/svx/source/sdr/contact/viewcontactofsdrpage.cxx index 286b773dcbdb..4e3cb8b2db4d 100644 --- a/svx/source/sdr/contact/viewcontactofsdrpage.cxx +++ b/svx/source/sdr/contact/viewcontactofsdrpage.cxx @@ -36,8 +36,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/svx/source/sidebar/area/AreaPropertyPanel.cxx b/svx/source/sidebar/area/AreaPropertyPanel.cxx index 210997e4f763..fbf52f3c42bb 100644 --- a/svx/source/sidebar/area/AreaPropertyPanel.cxx +++ b/svx/source/sidebar/area/AreaPropertyPanel.cxx @@ -19,9 +19,7 @@ #include #include "AreaPropertyPanel.hxx" -#include #include -#include #include #include #include diff --git a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx index 7127dc0312f9..3ea94f58daae 100644 --- a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx +++ b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx @@ -20,9 +20,7 @@ #include #include #include -#include #include -#include #include #include #include diff --git a/svx/source/sidebar/line/LinePropertyPanel.cxx b/svx/source/sidebar/line/LinePropertyPanel.cxx index a153159998a6..d48dd7afac7e 100644 --- a/svx/source/sidebar/line/LinePropertyPanel.cxx +++ b/svx/source/sidebar/line/LinePropertyPanel.cxx @@ -18,9 +18,7 @@ */ #include #include "LinePropertyPanel.hxx" -#include #include -#include #include #include #include diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx index 7ad35c4c4437..f7c245dd2a3a 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include "ParaPropertyPanel.hxx" -#include #include #include #include @@ -28,7 +27,6 @@ #include #include #include -#include #include #include diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx index 5ba2c5100b90..9ba3b15d510b 100644 --- a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx +++ b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx @@ -20,9 +20,7 @@ #include #include "PosSizePropertyPanel.hxx" #include -#include #include -#include #include #include #include diff --git a/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx b/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx index 6a94f810056c..7b39c5fcf53b 100644 --- a/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx +++ b/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx @@ -11,9 +11,7 @@ #include #include #include -#include #include -#include #include #include #include diff --git a/svx/source/sidebar/text/TextCharacterSpacingControl.cxx b/svx/source/sidebar/text/TextCharacterSpacingControl.cxx index b71caa2b964d..9846b9898ee2 100644 --- a/svx/source/sidebar/text/TextCharacterSpacingControl.cxx +++ b/svx/source/sidebar/text/TextCharacterSpacingControl.cxx @@ -18,8 +18,6 @@ */ #include #include "TextCharacterSpacingControl.hxx" -#include -#include #include #include #include diff --git a/svx/source/sidebar/text/TextUnderlineControl.cxx b/svx/source/sidebar/text/TextUnderlineControl.cxx index 408602fb1053..5c1bdc2e131e 100644 --- a/svx/source/sidebar/text/TextUnderlineControl.cxx +++ b/svx/source/sidebar/text/TextUnderlineControl.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include "TextUnderlineControl.hxx" -#include -#include #include #include #include diff --git a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx index 1f71d291fe23..3ca33f5e6a16 100644 --- a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx +++ b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include -#include -#include #include #include diff --git a/svx/source/stbctrls/pszctrl.cxx b/svx/source/stbctrls/pszctrl.cxx index 7feb5d42a19c..975aa0d4b691 100644 --- a/svx/source/stbctrls/pszctrl.cxx +++ b/svx/source/stbctrls/pszctrl.cxx @@ -37,11 +37,9 @@ #define PAINT_OFFSET 5 #include -#include #include #include "stbctrls.h" -#include #include #include #include diff --git a/svx/source/stbctrls/selctrl.cxx b/svx/source/stbctrls/selctrl.cxx index 587daf9abf38..dfcc0ee9b2fb 100644 --- a/svx/source/stbctrls/selctrl.cxx +++ b/svx/source/stbctrls/selctrl.cxx @@ -25,8 +25,6 @@ #include #include -#include -#include #include "stbctrls.h" #include diff --git a/svx/source/svdraw/svdhdl.cxx b/svx/source/svdraw/svdhdl.cxx index b00b9671ece4..714332745672 100644 --- a/svx/source/svdraw/svdhdl.cxx +++ b/svx/source/svdraw/svdhdl.cxx @@ -33,8 +33,6 @@ #include #include -#include - #include #include "gradtrns.hxx" #include diff --git a/svx/source/svdraw/svdmrkv1.cxx b/svx/source/svdraw/svdmrkv1.cxx index 8c5cd6b12647..52dcb79eb181 100644 --- a/svx/source/svdraw/svdmrkv1.cxx +++ b/svx/source/svdraw/svdmrkv1.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include "svddrgm1.hxx" diff --git a/svx/source/svdraw/svdotxdr.cxx b/svx/source/svdraw/svdotxdr.cxx index c75de2cc0003..635d002b42e9 100644 --- a/svx/source/svdraw/svdotxdr.cxx +++ b/svx/source/svdraw/svdotxdr.cxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include diff --git a/svx/source/table/tablelayouter.cxx b/svx/source/table/tablelayouter.cxx index 02e68980aede..ea648273ffd4 100644 --- a/svx/source/table/tablelayouter.cxx +++ b/svx/source/table/tablelayouter.cxx @@ -36,8 +36,6 @@ #include #include #include -#include -#include using ::editeng::SvxBorderLine; using namespace ::com::sun::star::uno; diff --git a/svx/source/tbxctrls/SvxColorChildWindow.cxx b/svx/source/tbxctrls/SvxColorChildWindow.cxx index f236c0d9971d..be56d5c0cc26 100644 --- a/svx/source/tbxctrls/SvxColorChildWindow.cxx +++ b/svx/source/tbxctrls/SvxColorChildWindow.cxx @@ -20,9 +20,7 @@ #include #include #include -#include #include -#include SFX_IMPL_DOCKINGWINDOW_WITHID( SvxColorChildWindow, SID_COLOR_CONTROL ) diff --git a/svx/source/tbxctrls/SvxPresetListBox.cxx b/svx/source/tbxctrls/SvxPresetListBox.cxx index 212e51f85653..fd320d81009c 100644 --- a/svx/source/tbxctrls/SvxPresetListBox.cxx +++ b/svx/source/tbxctrls/SvxPresetListBox.cxx @@ -23,8 +23,6 @@ #include #include #include -#include -#include #include #include diff --git a/svx/source/tbxctrls/fillctrl.cxx b/svx/source/tbxctrls/fillctrl.cxx index d41058d73a21..7d4be49160c1 100644 --- a/svx/source/tbxctrls/fillctrl.cxx +++ b/svx/source/tbxctrls/fillctrl.cxx @@ -26,7 +26,6 @@ #include #include #include -#include #include #define TMP_STR_BEGIN "[" @@ -37,7 +36,6 @@ #include #include #include -#include #include #include diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx index 9c14f76826a9..4a3def8fb809 100644 --- a/svx/source/tbxctrls/itemwin.cxx +++ b/svx/source/tbxctrls/itemwin.cxx @@ -29,7 +29,6 @@ #include #include -#include #include #define DELAY_TIMEOUT 100 @@ -40,7 +39,6 @@ #include #include #include -#include #include #include #include diff --git a/svx/source/tbxctrls/tbxdrctl.cxx b/svx/source/tbxctrls/tbxdrctl.cxx index 2d0dc4c745be..06b9498ebc5f 100644 --- a/svx/source/tbxctrls/tbxdrctl.cxx +++ b/svx/source/tbxctrls/tbxdrctl.cxx @@ -26,8 +26,6 @@ #include #include -#include -#include #include #include #include diff --git a/svx/source/tbxctrls/verttexttbxctrl.cxx b/svx/source/tbxctrls/verttexttbxctrl.cxx index 727fde8ebd45..24dda13495e9 100644 --- a/svx/source/tbxctrls/verttexttbxctrl.cxx +++ b/svx/source/tbxctrls/verttexttbxctrl.cxx @@ -18,8 +18,6 @@ */ -#include -#include #include #include #include diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx index e69ed77add50..008be0731645 100644 --- a/svx/source/unodraw/unoshap4.cxx +++ b/svx/source/unodraw/unoshap4.cxx @@ -49,8 +49,6 @@ #include #include #include -#include -#include #include #include diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 1d567bae7caf..e12bbf4c5c93 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -65,8 +65,6 @@ #include #include #include -#include -#include #include #include #include @@ -76,7 +74,6 @@ #include #include #include -#include #include #include #include diff --git a/svx/source/xoutdev/xtabbtmp.cxx b/svx/source/xoutdev/xtabbtmp.cxx index ac84810ae467..5f40b197c063 100644 --- a/svx/source/xoutdev/xtabbtmp.cxx +++ b/svx/source/xoutdev/xtabbtmp.cxx @@ -22,8 +22,6 @@ #include #include #include -#include -#include #include #include #include -- cgit