summaryrefslogtreecommitdiff
path: root/cui/source/options
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-03-17 23:35:08 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-04-07 09:26:10 +0200
commit7b185bef65472d10f9fb65d24e0757b90172796c (patch)
treeb48bf3c3d0e77b2e32a9039e29d06c55380b2bb9 /cui/source/options
parent8e069a319a200e3b6a105f3468cd87ef6af323b2 (diff)
tdf#42949 Remove unnecessary localization headers from cui
Found by searching for the header names and the localization function: git grep -l -e \<dialmgr.hxx\> cui | xargs grep -c CuiResId | grep :0$ | grep -v /pch Change-Id: I6229a59ea202fb6d95a34351d3fe742dfca4e6fb Reviewed-on: https://gerrit.libreoffice.org/52409 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'cui/source/options')
-rw-r--r--cui/source/options/certpath.cxx1
-rw-r--r--cui/source/options/cuisrchdlg.cxx1
-rw-r--r--cui/source/options/fontsubs.cxx1
-rw-r--r--cui/source/options/optaccessibility.cxx1
-rw-r--r--cui/source/options/optasian.cxx1
-rw-r--r--cui/source/options/optchart.cxx1
-rw-r--r--cui/source/options/optctl.cxx1
-rw-r--r--cui/source/options/optgdlg.cxx1
-rw-r--r--cui/source/options/optgenrl.cxx1
-rw-r--r--cui/source/options/opthtml.cxx1
-rw-r--r--cui/source/options/optjsearch.cxx1
-rw-r--r--cui/source/options/optsave.cxx1
-rw-r--r--cui/source/options/optupdt.cxx1
-rw-r--r--cui/source/options/radiobtnbox.cxx1
-rw-r--r--cui/source/options/securityoptions.cxx1
-rw-r--r--cui/source/options/webconninfo.cxx1
16 files changed, 0 insertions, 16 deletions
diff --git a/cui/source/options/certpath.cxx b/cui/source/options/certpath.cxx
index cc2e6b99dad6..a52b895b7f8c 100644
--- a/cui/source/options/certpath.cxx
+++ b/cui/source/options/certpath.cxx
@@ -14,7 +14,6 @@
#include <svtools/treelistentry.hxx>
#include <unotools/securityoptions.hxx>
#include "certpath.hxx"
-#include <dialmgr.hxx>
#include <com/sun/star/mozilla/MozillaBootstrap.hpp>
#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
diff --git a/cui/source/options/cuisrchdlg.cxx b/cui/source/options/cuisrchdlg.cxx
index 7db7d315b805..c8965ba7a7da 100644
--- a/cui/source/options/cuisrchdlg.cxx
+++ b/cui/source/options/cuisrchdlg.cxx
@@ -34,7 +34,6 @@
#include <svl/srchitem.hxx>
#include <svx/pageitem.hxx>
-#include <dialmgr.hxx>
#include <svx/dlgutil.hxx>
#include "optjsearch.hxx"
#include <editeng/brushitem.hxx>
diff --git a/cui/source/options/fontsubs.cxx b/cui/source/options/fontsubs.cxx
index 311668f9c852..d62712633d26 100644
--- a/cui/source/options/fontsubs.cxx
+++ b/cui/source/options/fontsubs.cxx
@@ -26,7 +26,6 @@
#include <vcl/wrkwin.hxx>
#include <svtools/fontsubstconfig.hxx>
#include "fontsubs.hxx"
-#include <dialmgr.hxx>
#include <helpids.h>
#include <o3tl/make_unique.hxx>
diff --git a/cui/source/options/optaccessibility.cxx b/cui/source/options/optaccessibility.cxx
index 6a99330e0937..65d142343a33 100644
--- a/cui/source/options/optaccessibility.cxx
+++ b/cui/source/options/optaccessibility.cxx
@@ -18,7 +18,6 @@
*/
#include "optaccessibility.hxx"
-#include <dialmgr.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <officecfg/Office/Common.hxx>
diff --git a/cui/source/options/optasian.cxx b/cui/source/options/optasian.cxx
index f081f49269d9..caccaaf1e200 100644
--- a/cui/source/options/optasian.cxx
+++ b/cui/source/options/optasian.cxx
@@ -23,7 +23,6 @@
#include <editeng/langitem.hxx>
#include <editeng/unolingu.hxx>
#include <o3tl/any.hxx>
-#include <dialmgr.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <svl/asiancfg.hxx>
#include <com/sun/star/lang/Locale.hpp>
diff --git a/cui/source/options/optchart.cxx b/cui/source/options/optchart.cxx
index d3c452ca4922..2a212bdce0a9 100644
--- a/cui/source/options/optchart.cxx
+++ b/cui/source/options/optchart.cxx
@@ -19,7 +19,6 @@
#include <unotools/pathoptions.hxx>
#include "optchart.hxx"
-#include <dialmgr.hxx>
#include <vcl/builderfactory.hxx>
#include <vcl/weld.hxx>
#include <vcl/svapp.hxx>
diff --git a/cui/source/options/optctl.cxx b/cui/source/options/optctl.cxx
index fbbbe0af158d..ffdffcd1cff6 100644
--- a/cui/source/options/optctl.cxx
+++ b/cui/source/options/optctl.cxx
@@ -18,7 +18,6 @@
*/
#include "optctl.hxx"
-#include <dialmgr.hxx>
#include <svl/ctloptions.hxx>
// class SvxCTLOptionsPage -----------------------------------------------------
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index b6b6d2371096..af6c1cbabb19 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -62,7 +62,6 @@
#include <editeng/editids.hrc>
#include <svx/svxids.hrc>
#include <svl/intitem.hxx>
-#include <dialmgr.hxx>
#include <svtools/helpopt.hxx>
#include <unotools/saveopt.hxx>
#include <unotools/searchopt.hxx>
diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx
index d3db2cfa9b36..f5c216775075 100644
--- a/cui/source/options/optgenrl.cxx
+++ b/cui/source/options/optgenrl.cxx
@@ -35,7 +35,6 @@
#include <unotools/useroptions.hxx>
#include <cuioptgenrl.hxx>
-#include <dialmgr.hxx>
#include <svx/dlgutil.hxx>
#include <svx/svxids.hrc>
diff --git a/cui/source/options/opthtml.cxx b/cui/source/options/opthtml.cxx
index f79fcd54ba41..824c4a1f4ecb 100644
--- a/cui/source/options/opthtml.cxx
+++ b/cui/source/options/opthtml.cxx
@@ -20,7 +20,6 @@
#include <svtools/langtab.hxx>
#include <svtools/htmlcfg.hxx>
#include "opthtml.hxx"
-#include <dialmgr.hxx>
#include <sal/macros.h>
diff --git a/cui/source/options/optjsearch.cxx b/cui/source/options/optjsearch.cxx
index c09324f25b62..95d8183abbcc 100644
--- a/cui/source/options/optjsearch.cxx
+++ b/cui/source/options/optjsearch.cxx
@@ -19,7 +19,6 @@
#include <unotools/searchopt.hxx>
#include <i18nutil/transliteration.hxx>
-#include <dialmgr.hxx>
#include "optjsearch.hxx"
using namespace com::sun::star::i18n;
diff --git a/cui/source/options/optsave.cxx b/cui/source/options/optsave.cxx
index b6d46afa6aca..08cd5c21d9f9 100644
--- a/cui/source/options/optsave.cxx
+++ b/cui/source/options/optsave.cxx
@@ -20,7 +20,6 @@
#include <svl/eitem.hxx>
#include <svl/intitem.hxx>
#include "optsave.hxx"
-#include <dialmgr.hxx>
#include <comphelper/processfactory.hxx>
#include <unotools/moduleoptions.hxx>
#include <unotools/saveopt.hxx>
diff --git a/cui/source/options/optupdt.cxx b/cui/source/options/optupdt.cxx
index a5a87712ea11..577b0e7988b4 100644
--- a/cui/source/options/optupdt.cxx
+++ b/cui/source/options/optupdt.cxx
@@ -22,7 +22,6 @@
#include <sfx2/filedlghelper.hxx>
#include <svl/zforlist.hxx>
#include "optupdt.hxx"
-#include <dialmgr.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/configuration/theDefaultProvider.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
diff --git a/cui/source/options/radiobtnbox.cxx b/cui/source/options/radiobtnbox.cxx
index b0cda584b642..3f11c4a4ac10 100644
--- a/cui/source/options/radiobtnbox.cxx
+++ b/cui/source/options/radiobtnbox.cxx
@@ -18,7 +18,6 @@
*/
#include <radiobtnbox.hxx>
-#include <dialmgr.hxx>
#include <svtools/svlbitm.hxx>
diff --git a/cui/source/options/securityoptions.cxx b/cui/source/options/securityoptions.cxx
index 8273953cbe9c..d0ca206669c7 100644
--- a/cui/source/options/securityoptions.cxx
+++ b/cui/source/options/securityoptions.cxx
@@ -19,7 +19,6 @@
#include <unotools/securityoptions.hxx>
#include <vcl/svapp.hxx>
-#include <dialmgr.hxx>
#include "securityoptions.hxx"
namespace
diff --git a/cui/source/options/webconninfo.cxx b/cui/source/options/webconninfo.cxx
index 7c351d5f2d80..0582a3e50f51 100644
--- a/cui/source/options/webconninfo.cxx
+++ b/cui/source/options/webconninfo.cxx
@@ -18,7 +18,6 @@
*/
#include "webconninfo.hxx"
-#include <dialmgr.hxx>
#include <sal/macros.h>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <com/sun/star/task/PasswordContainer.hpp>