diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-03-31 19:49:30 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-03 09:40:49 +0200 |
commit | 14198f2191f216592f00b72221771704b3ce4636 (patch) | |
tree | 62c8fb0d2925cea451a632c07a44eda5c87e3c82 /sd | |
parent | 07ec28da82c8e965558e020651be13033653c648 (diff) |
tdf#42949 Remove unnecessary localization headers from sd
Found by searching for the header names and the localization function:
git grep -l -e \<sdresid.hxx\> -e \<strings.hrc\> sd | xargs grep -c SdResId | grep :0$ | grep -v /pch
Change-Id: Ibcd9b8403c398ec205c9bcc2ed1f04a7ef6a37aa
Reviewed-on: https://gerrit.libreoffice.org/52199
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd')
79 files changed, 4 insertions, 134 deletions
diff --git a/sd/source/filter/html/htmlattr.cxx b/sd/source/filter/html/htmlattr.cxx index 0e675fa8fd23..b40313b614ff 100644 --- a/sd/source/filter/html/htmlattr.cxx +++ b/sd/source/filter/html/htmlattr.cxx @@ -19,6 +19,8 @@ #include "htmlattr.hxx" #include "htmlex.hxx" +#include <sdresid.hxx> +#include <strings.hrc> #include <vcl/decoview.hxx> #include <vcl/builderfactory.hxx> diff --git a/sd/source/filter/html/htmlex.hxx b/sd/source/filter/html/htmlex.hxx index f7eedc1c5e4e..dddea6336d2b 100644 --- a/sd/source/filter/html/htmlex.hxx +++ b/sd/source/filter/html/htmlex.hxx @@ -28,13 +28,11 @@ #include <svtools/colrdlg.hxx> #include <svtools/ehdl.hxx> -#include <strings.hrc> #include <DrawDocShell.hxx> #include <Window.hxx> #include <ViewShell.hxx> #include <assclass.hxx> -#include <sdresid.hxx> #include "htmlpublishmode.hxx" #include <memory> diff --git a/sd/source/filter/html/pubdlg.cxx b/sd/source/filter/html/pubdlg.cxx index 41cfa5431dea..ce7d614db124 100644 --- a/sd/source/filter/html/pubdlg.cxx +++ b/sd/source/filter/html/pubdlg.cxx @@ -44,6 +44,7 @@ #include <unotools/pathoptions.hxx> #include <sdresid.hxx> +#include <strings.hrc> #include <sdattr.hxx> #include <pubdlg.hxx> #include "htmlattr.hxx" diff --git a/sd/source/filter/html/sdhtmlfilter.cxx b/sd/source/filter/html/sdhtmlfilter.cxx index a4b323b4bdfa..670980d45ce0 100644 --- a/sd/source/filter/html/sdhtmlfilter.cxx +++ b/sd/source/filter/html/sdhtmlfilter.cxx @@ -33,7 +33,6 @@ #include <sdpage.hxx> #include <drawdoc.hxx> -#include <sdresid.hxx> #include <sdattr.hxx> #include "htmlex.hxx" #include <sdhtmlfilter.hxx> diff --git a/sd/source/filter/sdfilter.cxx b/sd/source/filter/sdfilter.cxx index fbcc65e1d6e9..b822baa21c5c 100644 --- a/sd/source/filter/sdfilter.cxx +++ b/sd/source/filter/sdfilter.cxx @@ -29,9 +29,7 @@ #include <svl/itemset.hxx> #include <DrawDocShell.hxx> -#include <strings.hrc> -#include <sdresid.hxx> #include <pres.hxx> #include <drawdoc.hxx> #include <sdfilter.hxx> diff --git a/sd/source/ui/animations/CustomAnimationList.hxx b/sd/source/ui/animations/CustomAnimationList.hxx index e2229f031f14..195d782bc455 100644 --- a/sd/source/ui/animations/CustomAnimationList.hxx +++ b/sd/source/ui/animations/CustomAnimationList.hxx @@ -28,7 +28,6 @@ #include <svtools/treelistbox.hxx> #include <CustomAnimationEffect.hxx> #include <CustomAnimationPreset.hxx> -#include <strings.hrc> namespace sd { diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx index ad301b1ee7e6..072702db97d7 100644 --- a/sd/source/ui/app/sddll.cxx +++ b/sd/source/ui/app/sddll.cxx @@ -51,7 +51,6 @@ #include <OutlineViewShell.hxx> #include <OutlineViewShellBase.hxx> #include <PaneChildWindows.hxx> -#include <sdresid.hxx> #include <SpellDialogChildWindow.hxx> #include <SlideSorterViewShell.hxx> #include <SlideSorterViewShellBase.hxx> diff --git a/sd/source/ui/app/sdxfer.cxx b/sd/source/ui/app/sdxfer.cxx index 8183825d2ec2..5db900b412bf 100644 --- a/sd/source/ui/app/sdxfer.cxx +++ b/sd/source/ui/app/sdxfer.cxx @@ -58,8 +58,6 @@ #include <drawview.hxx> #include <drawdoc.hxx> #include <stlpool.hxx> -#include <strings.hrc> -#include <sdresid.hxx> #include <imapinfo.hxx> #include <sdxfer.hxx> #include <unomodel.hxx> diff --git a/sd/source/ui/dlg/PaneDockingWindow.cxx b/sd/source/ui/dlg/PaneDockingWindow.cxx index 95bbb7228f75..5107b0d99d07 100644 --- a/sd/source/ui/dlg/PaneDockingWindow.cxx +++ b/sd/source/ui/dlg/PaneDockingWindow.cxx @@ -21,7 +21,6 @@ #include <Window.hxx> #include <ViewShellBase.hxx> #include <framework/FrameworkHelper.hxx> -#include <sdresid.hxx> #include <sfx2/dispatch.hxx> #include <vcl/toolbox.hxx> diff --git a/sd/source/ui/dlg/PaneShells.cxx b/sd/source/ui/dlg/PaneShells.cxx index ce42f25d703c..de13bbba5fa3 100644 --- a/sd/source/ui/dlg/PaneShells.cxx +++ b/sd/source/ui/dlg/PaneShells.cxx @@ -21,9 +21,6 @@ #include <PaneChildWindows.hxx> -#include <strings.hrc> -#include <sdresid.hxx> - #include <sfx2/msg.hxx> #include <sfx2/objface.hxx> diff --git a/sd/source/ui/dlg/RemoteDialog.cxx b/sd/source/ui/dlg/RemoteDialog.cxx index 91fa6258b59d..836acc6c98c3 100644 --- a/sd/source/ui/dlg/RemoteDialog.cxx +++ b/sd/source/ui/dlg/RemoteDialog.cxx @@ -8,7 +8,6 @@ */ #include <sdattr.hxx> -#include <sdresid.hxx> #include <cusshow.hxx> #include "RemoteDialog.hxx" diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.cxx b/sd/source/ui/dlg/RemoteDialogClientBox.cxx index 5fae8389a891..d159eea1b16e 100644 --- a/sd/source/ui/dlg/RemoteDialogClientBox.cxx +++ b/sd/source/ui/dlg/RemoteDialogClientBox.cxx @@ -30,6 +30,7 @@ #include <vcl/settings.hxx> #include <vcl/builderfactory.hxx> +#include <sdresid.hxx> #include <strings.hrc> using namespace std; diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.hxx b/sd/source/ui/dlg/RemoteDialogClientBox.hxx index 8143e4f632cc..bdaa5cf77f4a 100644 --- a/sd/source/ui/dlg/RemoteDialogClientBox.hxx +++ b/sd/source/ui/dlg/RemoteDialogClientBox.hxx @@ -36,8 +36,6 @@ #include <memory> -#include <sdresid.hxx> - namespace sd { #define SMALL_ICON_SIZE 16 diff --git a/sd/source/ui/dlg/copydlg.cxx b/sd/source/ui/dlg/copydlg.cxx index b65bde41f452..5cd238bba605 100644 --- a/sd/source/ui/dlg/copydlg.cxx +++ b/sd/source/ui/dlg/copydlg.cxx @@ -33,7 +33,6 @@ #include <sdattr.hxx> #include <View.hxx> -#include <sdresid.hxx> #include <drawdoc.hxx> diff --git a/sd/source/ui/dlg/dlgchar.cxx b/sd/source/ui/dlg/dlgchar.cxx index fd1e9409fdab..6fcc3f727073 100644 --- a/sd/source/ui/dlg/dlgchar.cxx +++ b/sd/source/ui/dlg/dlgchar.cxx @@ -23,7 +23,6 @@ #include <sfx2/objsh.hxx> #include <svx/svxdlg.hxx> -#include <sdresid.hxx> #include <dlg_char.hxx> #include <svx/svxids.hrc> #include <svl/intitem.hxx> diff --git a/sd/source/ui/dlg/dlgolbul.cxx b/sd/source/ui/dlg/dlgolbul.cxx index 175cdd88f6b3..a054f281639c 100644 --- a/sd/source/ui/dlg/dlgolbul.cxx +++ b/sd/source/ui/dlg/dlgolbul.cxx @@ -36,9 +36,6 @@ #include <svl/style.hxx> #include <drawdoc.hxx> -#include <sdresid.hxx> - -#include <strings.hrc> #include <strings.hxx> #include <bulmaper.hxx> #include <DrawDocShell.hxx> diff --git a/sd/source/ui/dlg/dlgpage.cxx b/sd/source/ui/dlg/dlgpage.cxx index da2c1df83a01..b3577e8c795f 100644 --- a/sd/source/ui/dlg/dlgpage.cxx +++ b/sd/source/ui/dlg/dlgpage.cxx @@ -21,7 +21,6 @@ #include <svx/dialogs.hrc> #include <svx/drawitem.hxx> -#include <sdresid.hxx> #include <dlgpage.hxx> #include <DrawDocShell.hxx> diff --git a/sd/source/ui/dlg/dlgsnap.cxx b/sd/source/ui/dlg/dlgsnap.cxx index 2f1554389db1..58a893078aa1 100644 --- a/sd/source/ui/dlg/dlgsnap.cxx +++ b/sd/source/ui/dlg/dlgsnap.cxx @@ -24,7 +24,6 @@ #include <sdattr.hxx> #include <View.hxx> -#include <sdresid.hxx> #include <drawdoc.hxx> #include <dlgsnap.hxx> diff --git a/sd/source/ui/dlg/headerfooterdlg.cxx b/sd/source/ui/dlg/headerfooterdlg.cxx index 22d48d765435..636f5ac6849f 100644 --- a/sd/source/ui/dlg/headerfooterdlg.cxx +++ b/sd/source/ui/dlg/headerfooterdlg.cxx @@ -26,8 +26,6 @@ #include <editeng/editeng.hxx> #include <sfx2/viewfrm.hxx> -#include <sdresid.hxx> - #include <vcl/button.hxx> #include <vcl/combobox.hxx> #include <vcl/edit.hxx> diff --git a/sd/source/ui/dlg/layeroptionsdlg.cxx b/sd/source/ui/dlg/layeroptionsdlg.cxx index 0c8dcd1c9182..4c966ab0bea5 100644 --- a/sd/source/ui/dlg/layeroptionsdlg.cxx +++ b/sd/source/ui/dlg/layeroptionsdlg.cxx @@ -20,9 +20,7 @@ #include <svl/itemset.hxx> #include <vcl/layout.hxx> -#include <strings.hrc> #include <sdattr.hxx> -#include <sdresid.hxx> #include <layeroptionsdlg.hxx> SdInsertLayerDlg::SdInsertLayerDlg( vcl::Window* pWindow, const SfxItemSet& rInAttrs, diff --git a/sd/source/ui/dlg/masterlayoutdlg.cxx b/sd/source/ui/dlg/masterlayoutdlg.cxx index 0b5d048ca07c..a0ec4298f54c 100644 --- a/sd/source/ui/dlg/masterlayoutdlg.cxx +++ b/sd/source/ui/dlg/masterlayoutdlg.cxx @@ -19,9 +19,6 @@ #include <svx/dialogs.hrc> -#include <sdresid.hxx> - -#include <strings.hrc> #include <masterlayoutdlg.hxx> #include <drawdoc.hxx> diff --git a/sd/source/ui/dlg/morphdlg.cxx b/sd/source/ui/dlg/morphdlg.cxx index 15c8f5cd11c1..df12096702e1 100644 --- a/sd/source/ui/dlg/morphdlg.cxx +++ b/sd/source/ui/dlg/morphdlg.cxx @@ -19,8 +19,6 @@ #include <morphdlg.hxx> -#include <strings.hrc> -#include <sdresid.hxx> #include <sdmod.hxx> #include <sdiocmpt.hxx> #include <svx/xfillit0.hxx> diff --git a/sd/source/ui/dlg/paragr.cxx b/sd/source/ui/dlg/paragr.cxx index 5ec2c07b0285..82c6a5f72daf 100644 --- a/sd/source/ui/dlg/paragr.cxx +++ b/sd/source/ui/dlg/paragr.cxx @@ -30,8 +30,6 @@ #include <editeng/outliner.hxx> #include <paragr.hxx> -#include <sdresid.hxx> -#include <strings.hrc> #include <sdattr.hrc> class SdParagraphNumTabPage : public SfxTabPage diff --git a/sd/source/ui/dlg/present.cxx b/sd/source/ui/dlg/present.cxx index b471c3d5235d..4bb21bcc460e 100644 --- a/sd/source/ui/dlg/present.cxx +++ b/sd/source/ui/dlg/present.cxx @@ -25,7 +25,6 @@ #include <sdattr.hxx> #include <present.hxx> -#include <sdresid.hxx> #include <cusshow.hxx> #include <customshowlist.hxx> diff --git a/sd/source/ui/dlg/prntopts.cxx b/sd/source/ui/dlg/prntopts.cxx index 919b7afa00e2..4673c0c25d71 100644 --- a/sd/source/ui/dlg/prntopts.cxx +++ b/sd/source/ui/dlg/prntopts.cxx @@ -19,7 +19,6 @@ #include <sdattr.hxx> #include <optsitem.hxx> -#include <sdresid.hxx> #include <prntopts.hxx> #include <app.hrc> #include <svl/intitem.hxx> diff --git a/sd/source/ui/dlg/sddlgfact.cxx b/sd/source/ui/dlg/sddlgfact.cxx index a1872faad60e..6cd5d4e49d77 100644 --- a/sd/source/ui/dlg/sddlgfact.cxx +++ b/sd/source/ui/dlg/sddlgfact.cxx @@ -19,7 +19,6 @@ #include <sfx2/objsh.hxx> #include "sddlgfact.hxx" -#include <strings.hrc> #include <BreakDlg.hxx> #include <copydlg.hxx> #include <custsdlg.hxx> diff --git a/sd/source/ui/dlg/tabtempl.cxx b/sd/source/ui/dlg/tabtempl.cxx index 7b8cd71271a2..91905baf5659 100644 --- a/sd/source/ui/dlg/tabtempl.cxx +++ b/sd/source/ui/dlg/tabtempl.cxx @@ -39,7 +39,6 @@ #include <DrawDocShell.hxx> #include <tabtempl.hxx> -#include <sdresid.hxx> #include <dlg_char.hxx> #include <paragr.hxx> #include <svx/flagsdef.hxx> diff --git a/sd/source/ui/dlg/vectdlg.cxx b/sd/source/ui/dlg/vectdlg.cxx index db9a7ed61908..2c64760f3265 100644 --- a/sd/source/ui/dlg/vectdlg.cxx +++ b/sd/source/ui/dlg/vectdlg.cxx @@ -20,8 +20,6 @@ #include <vcl/vclenum.hxx> #include <vcl/wrkwin.hxx> -#include <strings.hrc> -#include <sdresid.hxx> #include <DrawDocShell.hxx> #include <sdmod.hxx> #include <sdiocmpt.hxx> diff --git a/sd/source/ui/docshell/docshel3.cxx b/sd/source/ui/docshell/docshel3.cxx index de61d9c25eb0..ec792d01bbe6 100644 --- a/sd/source/ui/docshell/docshel3.cxx +++ b/sd/source/ui/docshell/docshel3.cxx @@ -44,9 +44,6 @@ #include <com/sun/star/i18n/TextConversionOption.hpp> #include <sfx2/notebookbar/SfxNotebookBar.hxx> -#include <strings.hrc> - - #include <sdmod.hxx> #include <drawdoc.hxx> #include <sdpage.hxx> diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index a1f79300d539..978660c183cf 100644 --- a/sd/source/ui/docshell/docshell.cxx +++ b/sd/source/ui/docshell/docshell.cxx @@ -59,7 +59,6 @@ #include <sdmod.hxx> #include <strmname.h> #include <stlpool.hxx> -#include <strings.hrc> #include <View.hxx> #include <drawdoc.hxx> #include <sdpage.hxx> @@ -67,7 +66,6 @@ #include <fupoor.hxx> #include <fusearch.hxx> #include <ViewShell.hxx> -#include <sdresid.hxx> #include <slideshow.hxx> #include <drawview.hxx> #include <FrameView.hxx> diff --git a/sd/source/ui/docshell/grdocsh.cxx b/sd/source/ui/docshell/grdocsh.cxx index c3d43db80d78..e6d400f86e3d 100644 --- a/sd/source/ui/docshell/grdocsh.cxx +++ b/sd/source/ui/docshell/grdocsh.cxx @@ -28,11 +28,9 @@ #include <sfx2/objface.hxx> #include <app.hrc> -#include <strings.hrc> #include <GraphicDocShell.hxx> #include <DrawDocShell.hxx> #include <drawdoc.hxx> -#include <sdresid.hxx> using namespace sd; #define ShellClass_GraphicDocShell diff --git a/sd/source/ui/docshell/sdclient.cxx b/sd/source/ui/docshell/sdclient.cxx index af9f5fb03557..eccef142bce6 100644 --- a/sd/source/ui/docshell/sdclient.cxx +++ b/sd/source/ui/docshell/sdclient.cxx @@ -23,12 +23,10 @@ #include <svx/svdograf.hxx> #include <svx/svdpagv.hxx> -#include <strings.hrc> #include <ViewShell.hxx> #include <DrawViewShell.hxx> #include <View.hxx> #include <Window.hxx> -#include <sdresid.hxx> #include <vcl/svapp.hxx> using namespace com::sun::star; diff --git a/sd/source/ui/framework/module/CenterViewFocusModule.cxx b/sd/source/ui/framework/module/CenterViewFocusModule.cxx index d04253394a33..705325619a7b 100644 --- a/sd/source/ui/framework/module/CenterViewFocusModule.cxx +++ b/sd/source/ui/framework/module/CenterViewFocusModule.cxx @@ -26,8 +26,6 @@ #include <DrawController.hxx> #include <ViewShellBase.hxx> #include <ViewShellManager.hxx> -#include <strings.hrc> -#include <sdresid.hxx> #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> diff --git a/sd/source/ui/func/fuconcs.cxx b/sd/source/ui/func/fuconcs.cxx index e33ba808b254..6396eeb46e82 100644 --- a/sd/source/ui/func/fuconcs.cxx +++ b/sd/source/ui/func/fuconcs.cxx @@ -56,15 +56,12 @@ #include <svx/gallery.hxx> #include <svl/itempool.hxx> -#include <sdresid.hxx> #include <View.hxx> #include <sdpage.hxx> #include <Window.hxx> #include <stlpool.hxx> #include <drawdoc.hxx> -#include <strings.hrc> - namespace sd { diff --git a/sd/source/ui/func/fucushow.cxx b/sd/source/ui/func/fucushow.cxx index f934f0de6605..e5d187742b7d 100644 --- a/sd/source/ui/func/fucushow.cxx +++ b/sd/source/ui/func/fucushow.cxx @@ -22,7 +22,6 @@ #include <svx/svxids.hrc> #include <app.hrc> -#include <sdresid.hxx> #include <ViewShell.hxx> #include <Window.hxx> #include <drawdoc.hxx> diff --git a/sd/source/ui/func/fuediglu.cxx b/sd/source/ui/func/fuediglu.cxx index da333d6b0621..8317c7a817e1 100644 --- a/sd/source/ui/func/fuediglu.cxx +++ b/sd/source/ui/func/fuediglu.cxx @@ -24,7 +24,6 @@ #include <sfx2/request.hxx> #include <app.hrc> -#include <strings.hrc> #include <Window.hxx> #include <drawdoc.hxx> diff --git a/sd/source/ui/func/fuolbull.cxx b/sd/source/ui/func/fuolbull.cxx index 8a26602cb89b..f0a50dd10e83 100644 --- a/sd/source/ui/func/fuolbull.cxx +++ b/sd/source/ui/func/fuolbull.cxx @@ -23,8 +23,6 @@ #include <editeng/eeitem.hxx> #include <sfx2/request.hxx> #include <editeng/numitem.hxx> -#include <sdresid.hxx> -#include <strings.hrc> #include <strings.hxx> #include <editeng/editdata.hxx> diff --git a/sd/source/ui/func/fuprlout.cxx b/sd/source/ui/func/fuprlout.cxx index ef1092d4e71f..12a2003ae097 100644 --- a/sd/source/ui/func/fuprlout.cxx +++ b/sd/source/ui/func/fuprlout.cxx @@ -34,7 +34,6 @@ #include <FrameView.hxx> #include <stlpool.hxx> #include <View.hxx> -#include <strings.hrc> #include <glob.hxx> #include <strmname.h> #include <app.hrc> @@ -44,7 +43,6 @@ #include <unchss.hxx> #include <unmovss.hxx> #include <sdattr.hxx> -#include <sdresid.hxx> #include <drawview.hxx> #include <editeng/outliner.hxx> #include <editeng/editdata.hxx> diff --git a/sd/source/ui/func/fuprobjs.cxx b/sd/source/ui/func/fuprobjs.cxx index a98048b3d56b..3e4b1af411c8 100644 --- a/sd/source/ui/func/fuprobjs.cxx +++ b/sd/source/ui/func/fuprobjs.cxx @@ -25,10 +25,8 @@ #include <app.hrc> -#include <strings.hrc> #include <strings.hxx> -#include <sdresid.hxx> #include <drawdoc.hxx> #include <OutlineViewShell.hxx> #include <ViewShell.hxx> diff --git a/sd/source/ui/func/fusel.cxx b/sd/source/ui/func/fusel.cxx index 968fde162a44..93a1c7a96651 100644 --- a/sd/source/ui/func/fusel.cxx +++ b/sd/source/ui/func/fusel.cxx @@ -46,7 +46,6 @@ #include <svx/svdotable.hxx> #include <app.hrc> -#include <strings.hrc> #include <GraphicDocShell.hxx> #include <sdmod.hxx> diff --git a/sd/source/ui/func/futhes.cxx b/sd/source/ui/func/futhes.cxx index da8b97191937..75d0e665b207 100644 --- a/sd/source/ui/func/futhes.cxx +++ b/sd/source/ui/func/futhes.cxx @@ -30,7 +30,6 @@ #include <svx/dialmgr.hxx> #include <editeng/unolingu.hxx> #include <app.hrc> -#include <strings.hrc> #include <drawdoc.hxx> #include <sdmod.hxx> #include <View.hxx> @@ -38,7 +37,6 @@ #include <DrawViewShell.hxx> #include <OutlineViewShell.hxx> #include <Window.hxx> -#include <sdresid.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/inc/animobjs.hxx b/sd/source/ui/inc/animobjs.hxx index a232b87fd295..a29440f5f7b0 100644 --- a/sd/source/ui/inc/animobjs.hxx +++ b/sd/source/ui/inc/animobjs.hxx @@ -33,7 +33,6 @@ #include <vcl/lstbox.hxx> -#include <sdresid.hxx> #include <misc/scopelock.hxx> class SdDrawDocument; diff --git a/sd/source/ui/inc/ins_paste.hxx b/sd/source/ui/inc/ins_paste.hxx index a16398b755f7..2ea57eee2e05 100644 --- a/sd/source/ui/inc/ins_paste.hxx +++ b/sd/source/ui/inc/ins_paste.hxx @@ -25,7 +25,6 @@ #include <vcl/button.hxx> #include <vcl/fixed.hxx> #include <vcl/dialog.hxx> -#include <sdresid.hxx> // SdInsertPasteDlg class SD_DLLPUBLIC SdInsertPasteDlg : public ModalDialog diff --git a/sd/source/ui/inc/layeroptionsdlg.hxx b/sd/source/ui/inc/layeroptionsdlg.hxx index db99a40ab9c1..318aa749d595 100644 --- a/sd/source/ui/inc/layeroptionsdlg.hxx +++ b/sd/source/ui/inc/layeroptionsdlg.hxx @@ -27,8 +27,6 @@ #include <vcl/dialog.hxx> #include <vcl/button.hxx> #include <vcl/vclmedit.hxx> -#include <sdresid.hxx> -#include <strings.hrc> class SfxItemSet; diff --git a/sd/source/ui/inc/prltempl.hxx b/sd/source/ui/inc/prltempl.hxx index db31df5e340f..272f33334df2 100644 --- a/sd/source/ui/inc/prltempl.hxx +++ b/sd/source/ui/inc/prltempl.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_PRLTEMPL_HXX #define INCLUDED_SD_SOURCE_UI_INC_PRLTEMPL_HXX -#include <sdresid.hxx> #include <sfx2/tabdlg.hxx> #include <svx/tabarea.hxx> diff --git a/sd/source/ui/inc/sdtreelb.hxx b/sd/source/ui/inc/sdtreelb.hxx index b358e376672b..ccfc59d2e95e 100644 --- a/sd/source/ui/inc/sdtreelb.hxx +++ b/sd/source/ui/inc/sdtreelb.hxx @@ -22,7 +22,6 @@ #include <svtools/transfer.hxx> -#include <sdresid.hxx> #include <pres.hxx> #include <sddllapi.h> #include <svtools/treelistbox.hxx> diff --git a/sd/source/ui/presenter/PresenterHelper.cxx b/sd/source/ui/presenter/PresenterHelper.cxx index 629b7bdf3a3e..45c4e6aaa65e 100644 --- a/sd/source/ui/presenter/PresenterHelper.cxx +++ b/sd/source/ui/presenter/PresenterHelper.cxx @@ -36,7 +36,6 @@ #include <bitmaps.hlst> -#include <sdresid.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx b/sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx index 525d9fa869f5..6ff1bc115ac4 100644 --- a/sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx +++ b/sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx @@ -29,7 +29,6 @@ #include <app.hrc> #include <DrawDocShell.hxx> -#include <sdresid.hxx> #include <helpids.h> #include <vcl/image.hxx> diff --git a/sd/source/ui/sidebar/MasterPagesSelector.cxx b/sd/source/ui/sidebar/MasterPagesSelector.cxx index 3047153cc5f8..a5b8479dee45 100644 --- a/sd/source/ui/sidebar/MasterPagesSelector.cxx +++ b/sd/source/ui/sidebar/MasterPagesSelector.cxx @@ -30,7 +30,6 @@ #include <DrawDocShell.hxx> #include <sdpage.hxx> #include <glob.hxx> -#include <strings.hrc> #include <app.hrc> #include <DrawViewShell.hxx> @@ -39,7 +38,6 @@ #include "PreviewValueSet.hxx" #include <ViewShellBase.hxx> #include <sfx2/objface.hxx> -#include <sdresid.hxx> #include <drawview.hxx> #include <vcl/image.hxx> #include <vcl/floatwin.hxx> diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index dfc8aea0b021..d30256f48a10 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx @@ -59,10 +59,7 @@ #include <pgjump.hxx> #include "PaneHider.hxx" -#include <strings.hrc> - #include <bitmaps.hlst> -#include <sdresid.hxx> #include <vcl/canvastools.hxx> #include <vcl/commandinfoprovider.hxx> #include <vcl/settings.hxx> diff --git a/sd/source/ui/slidesorter/controller/SlideSorterController.cxx b/sd/source/ui/slidesorter/controller/SlideSorterController.cxx index 63056255ed1d..52e817eba7dc 100644 --- a/sd/source/ui/slidesorter/controller/SlideSorterController.cxx +++ b/sd/source/ui/slidesorter/controller/SlideSorterController.cxx @@ -55,8 +55,6 @@ #include <DrawDocShell.hxx> #include <sdpage.hxx> -#include <sdresid.hxx> -#include <strings.hrc> #include <app.hrc> #include <sdmod.hxx> #include <sdxfer.hxx> diff --git a/sd/source/ui/slidesorter/controller/SlsListener.cxx b/sd/source/ui/slidesorter/controller/SlsListener.cxx index 2e7b6623eeab..2d48bf52f9e6 100644 --- a/sd/source/ui/slidesorter/controller/SlsListener.cxx +++ b/sd/source/ui/slidesorter/controller/SlsListener.cxx @@ -35,7 +35,6 @@ #include <drawdoc.hxx> #include <DrawDocShell.hxx> -#include <strings.hrc> #include <ViewShellBase.hxx> #include <ViewShellManager.hxx> #include <FrameView.hxx> diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx index f3e1a784c850..7dc9488a8e61 100644 --- a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx +++ b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx @@ -56,8 +56,6 @@ #include <ViewShell.hxx> #include <FrameView.hxx> #include <app.hrc> -#include <sdresid.hxx> -#include <strings.hrc> #include <o3tl/deleter.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/dispatch.hxx> diff --git a/sd/source/ui/slidesorter/shell/SlideSorter.cxx b/sd/source/ui/slidesorter/shell/SlideSorter.cxx index 6afbd935294c..ecfb9ad50ad9 100644 --- a/sd/source/ui/slidesorter/shell/SlideSorter.cxx +++ b/sd/source/ui/slidesorter/shell/SlideSorter.cxx @@ -29,7 +29,6 @@ #include <view/SlsTheme.hxx> #include <model/SlideSorterModel.hxx> -#include <strings.hrc> #include <DrawController.hxx> #include <ViewShellBase.hxx> #include <ViewShellManager.hxx> @@ -40,7 +39,6 @@ #include <vcl/settings.hxx> #include <sfx2/dispatch.hxx> -#include <sdresid.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star; diff --git a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx index 4c373bd58006..551110e73b7b 100644 --- a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx +++ b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx @@ -40,9 +40,7 @@ #include <ViewShellBase.hxx> #include <drawdoc.hxx> #include <app.hrc> -#include <strings.hrc> #include <sdattr.hrc> -#include <sdresid.hxx> #include <AccessibleSlideSorterView.hxx> #include <DrawDocShell.hxx> #include <DrawViewShell.hxx> diff --git a/sd/source/ui/slidesorter/view/SlideSorterView.cxx b/sd/source/ui/slidesorter/view/SlideSorterView.cxx index 1130b78daf79..10c5fd0e3389 100644 --- a/sd/source/ui/slidesorter/view/SlideSorterView.cxx +++ b/sd/source/ui/slidesorter/view/SlideSorterView.cxx @@ -45,8 +45,6 @@ #include <drawdoc.hxx> #include <sdpage.hxx> #include <Window.hxx> -#include <sdresid.hxx> -#include <strings.hrc> #include <svl/itempool.hxx> #include <svx/svdpagv.hxx> diff --git a/sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx b/sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx index a053444ce89a..c8601496c56e 100644 --- a/sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx +++ b/sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx @@ -29,7 +29,6 @@ #include <controller/SlsProperties.hxx> #include <Window.hxx> #include <sdpage.hxx> -#include <sdresid.hxx> #include <vcl/svapp.hxx> #include <vcl/vclenum.hxx> #include <vcl/virdev.hxx> diff --git a/sd/source/ui/slidesorter/view/SlsTheme.cxx b/sd/source/ui/slidesorter/view/SlsTheme.cxx index 72cf37190dba..b2eb097bbad5 100644 --- a/sd/source/ui/slidesorter/view/SlsTheme.cxx +++ b/sd/source/ui/slidesorter/view/SlsTheme.cxx @@ -17,11 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <strings.hrc> #include <bitmaps.hlst> #include <view/SlsTheme.hxx> #include <controller/SlsProperties.hxx> -#include <sdresid.hxx> #include <tools/color.hxx> #include <vcl/outdev.hxx> #include <vcl/image.hxx> diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx index eebce5e513c1..71f331b43eb8 100644 --- a/sd/source/ui/table/TableDesignPane.cxx +++ b/sd/source/ui/table/TableDesignPane.cxx @@ -52,8 +52,6 @@ #include <ViewShellBase.hxx> #include <DrawViewShell.hxx> #include <DrawController.hxx> -#include <strings.hrc> -#include <sdresid.hxx> #include <EventMultiplexer.hxx> using namespace ::com::sun::star; diff --git a/sd/source/ui/table/tablefunction.cxx b/sd/source/ui/table/tablefunction.cxx index 502661ce14ed..dd3e6a4f0dd3 100644 --- a/sd/source/ui/table/tablefunction.cxx +++ b/sd/source/ui/table/tablefunction.cxx @@ -53,14 +53,12 @@ #include <framework/FrameworkHelper.hxx> #include "TableDesignPane.hxx" #include <app.hrc> -#include <strings.hrc> #include <tablefunction.hxx> #include <DrawViewShell.hxx> #include <drawdoc.hxx> #include <DrawDocShell.hxx> #include <Window.hxx> #include <drawview.hxx> -#include <sdresid.hxx> #include <undo/undoobjects.hxx> #include <memory> diff --git a/sd/source/ui/tools/IconCache.cxx b/sd/source/ui/tools/IconCache.cxx index 1208d62cedf8..25b3e0225f8d 100644 --- a/sd/source/ui/tools/IconCache.cxx +++ b/sd/source/ui/tools/IconCache.cxx @@ -20,7 +20,6 @@ #include <memory> #include <tools/IconCache.hxx> -#include <sdresid.hxx> #include <osl/doublecheckedlocking.h> #include <osl/getglobalmutex.hxx> #include <unordered_map> diff --git a/sd/source/ui/unoidl/unoobj.cxx b/sd/source/ui/unoidl/unoobj.cxx index f5de241f5152..2d59d64903eb 100644 --- a/sd/source/ui/unoidl/unoobj.cxx +++ b/sd/source/ui/unoidl/unoobj.cxx @@ -55,7 +55,6 @@ #include <editeng/outlobj.hxx> #include <CustomAnimationPreset.hxx> #include <Outliner.hxx> -#include <sdresid.hxx> #include <comphelper/serviceinfohelper.hxx> #include <svx/svdogrp.hxx> #include <o3tl/typed_flags_set.hxx> @@ -71,7 +70,6 @@ #include <unopage.hxx> #include <DrawDocShell.hxx> #include <glob.hxx> -#include <strings.hrc> #include "unolayer.hxx" #include <imapinfo.hxx> #include <EffectMigration.hxx> diff --git a/sd/source/ui/view/GraphicViewShellBase.cxx b/sd/source/ui/view/GraphicViewShellBase.cxx index 300b0bdbf669..3b1e0f8b9992 100644 --- a/sd/source/ui/view/GraphicViewShellBase.cxx +++ b/sd/source/ui/view/GraphicViewShellBase.cxx @@ -20,8 +20,6 @@ #include <GraphicViewShellBase.hxx> #include <GraphicDocShell.hxx> -#include <sdresid.hxx> -#include <strings.hrc> #include <app.hrc> #include <framework/DrawModule.hxx> #include <framework/FrameworkHelper.hxx> diff --git a/sd/source/ui/view/ImpressViewShellBase.cxx b/sd/source/ui/view/ImpressViewShellBase.cxx index 96d2461ddb72..4b55cc47250a 100644 --- a/sd/source/ui/view/ImpressViewShellBase.cxx +++ b/sd/source/ui/view/ImpressViewShellBase.cxx @@ -20,8 +20,6 @@ #include <ImpressViewShellBase.hxx> #include <DrawDocShell.hxx> -#include <sdresid.hxx> -#include <strings.hrc> #include <app.hrc> #include <framework/FrameworkHelper.hxx> #include <framework/ImpressModule.hxx> diff --git a/sd/source/ui/view/OutlineViewShellBase.cxx b/sd/source/ui/view/OutlineViewShellBase.cxx index f98fda1c83d6..033d46a611d0 100644 --- a/sd/source/ui/view/OutlineViewShellBase.cxx +++ b/sd/source/ui/view/OutlineViewShellBase.cxx @@ -18,9 +18,7 @@ */ #include <OutlineViewShellBase.hxx> -#include <sdresid.hxx> #include <DrawDocShell.hxx> -#include <strings.hrc> #include <framework/FrameworkHelper.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> diff --git a/sd/source/ui/view/PresentationViewShellBase.cxx b/sd/source/ui/view/PresentationViewShellBase.cxx index 3cfd491e0a30..45a9853f2d3c 100644 --- a/sd/source/ui/view/PresentationViewShellBase.cxx +++ b/sd/source/ui/view/PresentationViewShellBase.cxx @@ -18,9 +18,7 @@ */ #include <PresentationViewShellBase.hxx> -#include <sdresid.hxx> #include <DrawDocShell.hxx> -#include <strings.hrc> #include <framework/FrameworkHelper.hxx> #include <framework/PresentationModule.hxx> diff --git a/sd/source/ui/view/SlideSorterViewShellBase.cxx b/sd/source/ui/view/SlideSorterViewShellBase.cxx index e11547e50798..4832fba81f09 100644 --- a/sd/source/ui/view/SlideSorterViewShellBase.cxx +++ b/sd/source/ui/view/SlideSorterViewShellBase.cxx @@ -18,9 +18,7 @@ */ #include <SlideSorterViewShellBase.hxx> -#include <sdresid.hxx> #include <DrawDocShell.hxx> -#include <strings.hrc> #include <framework/FrameworkHelper.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> diff --git a/sd/source/ui/view/ViewClipboard.cxx b/sd/source/ui/view/ViewClipboard.cxx index daa168782a28..d388b0499cc8 100644 --- a/sd/source/ui/view/ViewClipboard.cxx +++ b/sd/source/ui/view/ViewClipboard.cxx @@ -28,8 +28,6 @@ #include <drawdoc.hxx> #include <sdpage.hxx> #include <sdxfer.hxx> -#include <sdresid.hxx> -#include <strings.hrc> #include <strings.hxx> #include <svx/svdpagv.hxx> diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx index 8b8c73fc3f44..22dcf4538640 100644 --- a/sd/source/ui/view/ViewShellBase.cxx +++ b/sd/source/ui/view/ViewShellBase.cxx @@ -23,9 +23,7 @@ #include <algorithm> #include <EventMultiplexer.hxx> #include <cache/SlsPageCacheManager.hxx> -#include <sdresid.hxx> #include <app.hrc> -#include <strings.hrc> #include <slideshow.hxx> #include <unokywds.hxx> #include <svx/svxids.hrc> diff --git a/sd/source/ui/view/ViewTabBar.cxx b/sd/source/ui/view/ViewTabBar.cxx index a63f747283d6..1a2d569baa7c 100644 --- a/sd/source/ui/view/ViewTabBar.cxx +++ b/sd/source/ui/view/ViewTabBar.cxx @@ -27,8 +27,6 @@ #include <framework/Pane.hxx> #include <DrawController.hxx> -#include <sdresid.hxx> -#include <strings.hrc> #include <Client.hxx> #include <vcl/svapp.hxx> #include <vcl/tabpage.hxx> diff --git a/sd/source/ui/view/drtxtob.cxx b/sd/source/ui/view/drtxtob.cxx index b494aad50db6..ad3bb02d0c16 100644 --- a/sd/source/ui/view/drtxtob.cxx +++ b/sd/source/ui/view/drtxtob.cxx @@ -52,8 +52,6 @@ #include <sfx2/objface.hxx> #include <app.hrc> -#include <strings.hrc> - #include <drawdoc.hxx> #include <DrawViewShell.hxx> @@ -61,7 +59,6 @@ #include <ViewShellBase.hxx> #include <ToolBarManager.hxx> #include <futempl.hxx> -#include <sdresid.hxx> #include <Window.hxx> #include <OutlineView.hxx> diff --git a/sd/source/ui/view/drviews5.cxx b/sd/source/ui/view/drviews5.cxx index 06a1c9ae8ec6..8da3406fb7f5 100644 --- a/sd/source/ui/view/drviews5.cxx +++ b/sd/source/ui/view/drviews5.cxx @@ -36,7 +36,6 @@ #include <sfx2/viewfrm.hxx> #include <LayerTabBar.hxx> -#include <strings.hrc> #include <app.hrc> #include <helpids.h> #include <optsitem.hxx> @@ -47,7 +46,6 @@ #include <sdpage.hxx> #include <stlpool.hxx> #include <prntopts.hxx> -#include <sdresid.hxx> #include <Window.hxx> #include <drawview.hxx> #include <drawdoc.hxx> diff --git a/sd/source/ui/view/drviews8.cxx b/sd/source/ui/view/drviews8.cxx index a9a6db449d28..1181d6c7d820 100644 --- a/sd/source/ui/view/drviews8.cxx +++ b/sd/source/ui/view/drviews8.cxx @@ -32,9 +32,7 @@ #include <svx/svdpagv.hxx> #include <app.hrc> -#include <strings.hrc> -#include <sdresid.hxx> #include <Window.hxx> #include <drawview.hxx> #include <zoomlist.hxx> diff --git a/sd/source/ui/view/drviewsc.cxx b/sd/source/ui/view/drviewsc.cxx index 42c301d62adc..8d162688582a 100644 --- a/sd/source/ui/view/drviewsc.cxx +++ b/sd/source/ui/view/drviewsc.cxx @@ -39,10 +39,8 @@ #include <sfx2/viewfrm.hxx> #include <app.hrc> -#include <strings.hrc> #include <Window.hxx> #include <imapinfo.hxx> -#include <sdresid.hxx> #include <drawdoc.hxx> #include <DrawDocShell.hxx> #include <drawview.hxx> diff --git a/sd/source/ui/view/drviewsh.cxx b/sd/source/ui/view/drviewsh.cxx index b7502b16a193..e8b4d3185a58 100644 --- a/sd/source/ui/view/drviewsh.cxx +++ b/sd/source/ui/view/drviewsh.cxx @@ -28,10 +28,8 @@ #include <comphelper/lok.hxx> #include <app.hrc> -#include <strings.hrc> #include <sdpage.hxx> #include <FrameView.hxx> -#include <sdresid.hxx> #include <drawdoc.hxx> #include <DrawDocShell.hxx> #include <Window.hxx> diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx index bed0b32b7ab8..45a7e55dd85b 100644 --- a/sd/source/ui/view/drvwshrg.cxx +++ b/sd/source/ui/view/drvwshrg.cxx @@ -37,10 +37,8 @@ #include <avmedia/mediaplayer.hxx> #include <app.hrc> -#include <strings.hrc> #include <SpellDialogChildWindow.hxx> -#include <sdresid.hxx> #include <DrawDocShell.hxx> #include <GraphicDocShell.hxx> #include <GraphicViewShell.hxx> diff --git a/sd/source/ui/view/presvish.cxx b/sd/source/ui/view/presvish.cxx index 86ecb5c5d382..257370b9e997 100644 --- a/sd/source/ui/view/presvish.cxx +++ b/sd/source/ui/view/presvish.cxx @@ -29,7 +29,6 @@ #include <svx/svxids.hrc> #include <svx/ruler.hxx> #include <FrameView.hxx> -#include <sdresid.hxx> #include <DrawDocShell.hxx> #include <slideshow.hxx> #include <sdattr.hxx> @@ -37,7 +36,6 @@ #include <drawdoc.hxx> #include <drawview.hxx> #include <app.hrc> -#include <strings.hrc> #include <ViewShellBase.hxx> #include <FactoryIds.hxx> diff --git a/sd/source/ui/view/tabcontr.cxx b/sd/source/ui/view/tabcontr.cxx index 7f71c3e1a05c..c8e25b86d3dd 100644 --- a/sd/source/ui/view/tabcontr.cxx +++ b/sd/source/ui/view/tabcontr.cxx @@ -27,7 +27,6 @@ #include <sdattr.hxx> #include <sdmod.hxx> #include <app.hrc> -#include <strings.hrc> #include <DrawViewShell.hxx> #include <GraphicViewShell.hxx> @@ -38,7 +37,6 @@ #include <Window.hxx> #include <unmodpg.hxx> #include <DrawDocShell.hxx> -#include <sdresid.hxx> namespace sd { diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index e72f15c44395..a9d30903b107 100644 --- a/sd/source/ui/view/viewshel.cxx +++ b/sd/source/ui/view/viewshel.cxx @@ -45,7 +45,6 @@ #include <OutlineView.hxx> #include <Client.hxx> -#include <sdresid.hxx> #include <DrawDocShell.hxx> #include <slideshow.hxx> #include <drawdoc.hxx> @@ -87,7 +86,6 @@ #include <editeng/editview.hxx> #include <editeng/editeng.hxx> #include <svl/poolitem.hxx> -#include <strings.hrc> #include <strings.hxx> #include <AccessibleDocumentViewBase.hxx> |