diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-04-21 07:36:30 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-25 14:29:15 +0200 |
commit | c9d1d4092a93405028b0a22a459635607646363a (patch) | |
tree | a82d05539449a425fed651f6723522164bac2591 /svx/source/dialog | |
parent | 90c91b824c2b362b43bdd2f8d8d647867d8fe612 (diff) |
tdf#42949 Remove unnecessary localization headers of svx
Found by searching for the header names and the localization functions:
git grep -l -e \<svx/dialmgr.hxx\> -e \<svx/strings.hrc\> -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 <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/ClassificationDialog.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/_contdlg.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/checklbx.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/connctrl.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/contwnd.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/ctredlin.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/databaseregistrationui.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/dialcontrol.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/fntctrl.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/fontwork.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/frmsel.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/grfflt.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/hdft.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/imapwnd.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/measctrl.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/optgrid.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/rlrcitem.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/rubydialog.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/rulritem.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/searchcharmap.cxx | 4 |
20 files changed, 0 insertions, 36 deletions
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 <svx/ClassificationDialog.hxx> #include <svx/ClassificationCommon.hxx> -#include <svx/strings.hrc> -#include <svx/dialmgr.hxx> #include <editeng/flditem.hxx> #include <editeng/eeitem.hxx> 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 <svtools/miscopt.hxx> #include <unotools/localedatawrapper.hxx> -#include <svx/dialmgr.hxx> #include <svx/xoutbmp.hxx> -#include <svx/strings.hrc> #include <svx/svxids.hrc> #include <svx/contdlg.hxx> #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 <svtools/svlbitm.hxx> #include <svtools/treelistentry.hxx> #include <svx/checklbx.hxx> -#include <svx/dialmgr.hxx> -#include <svx/strings.hrc> #include <vcl/builderfactory.hxx> 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 <svx/connctrl.hxx> #include <svx/dlgutil.hxx> -#include <svx/dialmgr.hxx> #include <svx/sdr/contact/displayinfo.hxx> #include <svx/sdr/contact/objectcontactofobjlistpainter.hxx> #include <svx/svdmark.hxx> 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 <svx/xoutbmp.hxx> -#include <svx/strings.hrc> #include <svx/svxids.hrc> #include "contwnd.hxx" #include <svx/svdpage.hxx> 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 <unotools/charclass.hxx> #include <editeng/unolingu.hxx> -#include <svx/dialmgr.hxx> -#include <svx/strings.hrc> #include <svx/ctredlin.hxx> #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 <svx/svxdlg.hxx> #include <svx/dialogs.hrc> -#include <svx/strings.hrc> #include <sfx2/app.hxx> #include <svl/itemset.hxx> 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 <svx/dialcontrol.hxx> -#include <svx/dialmgr.hxx> -#include <svx/strings.hrc> #include <cmath> #include <vcl/virdev.hxx> #include <vcl/svapp.hxx> 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 <svx/fntctrl.hxx> #include <svx/svxids.hrc> -#include <svx/strings.hrc> #include <svx/sdasitm.hxx> // 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 <svx/svdocirc.hxx> #include <svx/xtextit.hxx> -#include <svx/dialmgr.hxx> #include <svx/dlgutil.hxx> #include <svx/svxids.hrc> -#include <svx/strings.hrc> #include <bitmaps.hlst> #include <svx/fontwork.hxx> #include <editeng/outlobj.hxx> 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 <math.h> #include <frmselimpl.hxx> #include <AccessibleFrameSelector.hxx> -#include <svx/dialmgr.hxx> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <vcl/settings.hxx> #include <drawinglayer/processor2d/processor2dtools.hxx> -#include <svx/strings.hrc> #include <bitmaps.hlst> 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 <sfx2/objsh.hxx> #include <sfx2/request.hxx> -#include <svx/dialmgr.hxx> #include <svx/grfflt.hxx> -#include <svx/strings.hrc> #include <svx/svxids.hrc> #include <svx/svxdlg.hxx> #include <memory> 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 <vcl/graph.hxx> #include <sfx2/sfxsids.hrc> #include <svx/svxids.hrc> -#include <svx/strings.hrc> #include <svl/intitem.hxx> @@ -32,7 +31,6 @@ #include <svx/pageitem.hxx> #include <svx/dlgutil.hxx> -#include <svx/dialmgr.hxx> #include <sfx2/htmlmode.hxx> #include <editeng/brushitem.hxx> 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 <svl/urlbmk.hxx> #include <svx/xoutbmp.hxx> -#include <svx/dialmgr.hxx> -#include <svx/strings.hrc> #include <svx/svxids.hrc> #include "imapwnd.hxx" #include <svx/svdpage.hxx> 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 <svx/svdomeas.hxx> #include <svx/svdmodel.hxx> #include <svx/measctrl.hxx> -#include <svx/dialmgr.hxx> #include <svx/dlgutil.hxx> #include <vcl/builderfactory.hxx> #include <vcl/settings.hxx> 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 <svl/intitem.hxx> #include <svx/svxids.hrc> -#include <svx/dialmgr.hxx> #include <svx/optgrid.hxx> -#include <svx/strings.hrc> #include <svx/dlgutil.hxx> // 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 <svl/rectitem.hxx> - -#include <svx/strings.hrc> #include <svx/svxids.hrc> #include <svx/ruler.hxx> 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 <o3tl/any.hxx> #include <svx/rubydialog.hxx> -#include <svx/dialmgr.hxx> -#include <svx/strings.hrc> #include <sfx2/app.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> 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 <svx/strings.hrc> #include <svx/svxids.hrc> #include <svx/rulritem.hxx> #include <tools/mapunit.hxx> 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 <svx/ucsubset.hxx> #include <unordered_map> - -#include <svx/strings.hrc> - #include <svx/searchcharmap.hxx> -#include <svx/dialmgr.hxx> #include <svx/svxdlg.hxx> #include <charmapacc.hxx> |