diff options
143 files changed, 3 insertions, 158 deletions
diff --git a/dbaccess/source/ui/app/AppDetailView.cxx b/dbaccess/source/ui/app/AppDetailView.cxx index adc63bd03803..90a6e77ac507 100644 --- a/dbaccess/source/ui/app/AppDetailView.cxx +++ b/dbaccess/source/ui/app/AppDetailView.cxx @@ -39,7 +39,6 @@ #include <vcl/svapp.hxx> #include "callbacks.hxx" #include <dbaccess/IController.hxx> -#include "core_resource.hxx" #include "svtools/treelistentry.hxx" #include "svtools/viewdataentry.hxx" #include <algorithm> diff --git a/dbaccess/source/ui/dlg/CollectionView.cxx b/dbaccess/source/ui/dlg/CollectionView.cxx index 0d92a221646a..e7267ca68ca7 100644 --- a/dbaccess/source/ui/dlg/CollectionView.cxx +++ b/dbaccess/source/ui/dlg/CollectionView.cxx @@ -26,7 +26,6 @@ #include <comphelper/processfactory.hxx> #include <comphelper/interaction.hxx> #include <cppuhelper/exc_hlp.hxx> -#include "core_resource.hxx" #include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/container/XChild.hpp> diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.cxx b/dbaccess/source/ui/dlg/ConnectionHelper.cxx index 98bb2a59b82a..90df7695b5c2 100644 --- a/dbaccess/source/ui/dlg/ConnectionHelper.cxx +++ b/dbaccess/source/ui/dlg/ConnectionHelper.cxx @@ -31,7 +31,6 @@ #include <svl/intitem.hxx> #include "dsitems.hxx" #include "helpids.h" -#include "core_resource.hxx" #include <osl/process.h> #include <osl/diagnose.h> #include <vcl/msgbox.hxx> diff --git a/dbaccess/source/ui/dlg/ConnectionPage.cxx b/dbaccess/source/ui/dlg/ConnectionPage.cxx index d29be884d7c4..65f2d0663ae7 100644 --- a/dbaccess/source/ui/dlg/ConnectionPage.cxx +++ b/dbaccess/source/ui/dlg/ConnectionPage.cxx @@ -40,7 +40,6 @@ #include <comphelper/types.hxx> #include <vcl/stdtext.hxx> #include "sqlmessage.hxx" -#include "core_resource.hxx" #include "odbcconfig.hxx" #include "dsselect.hxx" #include <svl/filenotation.hxx> diff --git a/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx b/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx index d998d7b4e69c..6d26d4b4296f 100644 --- a/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx +++ b/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx @@ -34,7 +34,6 @@ #include <comphelper/types.hxx> #include <vcl/stdtext.hxx> #include "sqlmessage.hxx" -#include "core_resource.hxx" #include "odbcconfig.hxx" #include "dsselect.hxx" #include <svl/filenotation.hxx> diff --git a/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx b/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx index a65b7db481eb..fb31b1b0dc27 100644 --- a/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx +++ b/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx @@ -35,9 +35,11 @@ #include <vcl/msgbox.hxx> #include <vcl/mnemonic.hxx> #include <svl/cjkoptions.hxx> + #if HAVE_FEATURE_JAVA -#include <jvmaccess/virtualmachine.hxx> + #include <jvmaccess/virtualmachine.hxx> #endif + #include <connectivity/CommonTools.hxx> #include "DriverSettings.hxx" #include "dbadmin.hxx" @@ -52,7 +54,6 @@ #include <unotools/ucbhelper.hxx> #include <ucbhelper/commandenvironment.hxx> #include "finteraction.hxx" -#include "core_resource.hxx" #include <unotools/pathoptions.hxx> #include <svtools/roadmapwizard.hxx> #include "TextConnectionHelper.hxx" diff --git a/dbaccess/source/ui/dlg/DbAdminImpl.cxx b/dbaccess/source/ui/dlg/DbAdminImpl.cxx index 7ef15fe23176..8437c36f7e0b 100644 --- a/dbaccess/source/ui/dlg/DbAdminImpl.cxx +++ b/dbaccess/source/ui/dlg/DbAdminImpl.cxx @@ -35,7 +35,6 @@ #include "strings.hxx" #include "dsitems.hxx" #include "dsnItem.hxx" -#include "core_resource.hxx" #include "optionalboolitem.hxx" #include "propertysetitem.hxx" #include "stringlistitem.hxx" diff --git a/dbaccess/source/ui/dlg/TextConnectionHelper.cxx b/dbaccess/source/ui/dlg/TextConnectionHelper.cxx index 81a6ad7a200d..f87ee4279ccf 100644 --- a/dbaccess/source/ui/dlg/TextConnectionHelper.cxx +++ b/dbaccess/source/ui/dlg/TextConnectionHelper.cxx @@ -20,7 +20,6 @@ #include <config_features.h> #include "core_resource.hxx" -#include "core_resource.hxx" #include "TextConnectionHelper.hxx" #include "sqlmessage.hxx" #include "dbu_dlg.hxx" diff --git a/dbaccess/source/ui/dlg/UserAdmin.cxx b/dbaccess/source/ui/dlg/UserAdmin.cxx index 62d4c3e31edc..7d9bb184e5dc 100644 --- a/dbaccess/source/ui/dlg/UserAdmin.cxx +++ b/dbaccess/source/ui/dlg/UserAdmin.cxx @@ -37,7 +37,6 @@ #include "strings.hxx" #include "core_resource.hxx" #include "dbadmin.hxx" -#include "core_resource.hxx" #include <vcl/layout.hxx> #include <sfx2/passwd.hxx> diff --git a/dbaccess/source/ui/dlg/adminpages.cxx b/dbaccess/source/ui/dlg/adminpages.cxx index f13a88ff9f9b..8862f712ac0a 100644 --- a/dbaccess/source/ui/dlg/adminpages.cxx +++ b/dbaccess/source/ui/dlg/adminpages.cxx @@ -28,7 +28,6 @@ #include "stringconstants.hxx" #include "dsitems.hxx" #include "dsselect.hxx" -#include "core_resource.hxx" #include "odbcconfig.hxx" #include "optionalboolitem.hxx" #include "sqlmessage.hxx" diff --git a/dbaccess/source/ui/dlg/dbadmin.cxx b/dbaccess/source/ui/dlg/dbadmin.cxx index 016f973c10a5..cc761520ac94 100644 --- a/dbaccess/source/ui/dlg/dbadmin.cxx +++ b/dbaccess/source/ui/dlg/dbadmin.cxx @@ -31,7 +31,6 @@ #include "strings.hrc" #include "dsitems.hxx" #include "dsnItem.hxx" -#include "core_resource.hxx" #include "optionalboolitem.hxx" #include "propertysetitem.hxx" #include "stringlistitem.hxx" diff --git a/dbaccess/source/ui/dlg/detailpages.cxx b/dbaccess/source/ui/dlg/detailpages.cxx index 6375ec5fbe59..40c1b1f515c9 100644 --- a/dbaccess/source/ui/dlg/detailpages.cxx +++ b/dbaccess/source/ui/dlg/detailpages.cxx @@ -27,7 +27,6 @@ #include "dsitems.hxx" #include "dbfindex.hxx" #include "dsnItem.hxx" -#include "core_resource.hxx" #include "helpids.h" #include "dbu_dlg.hxx" diff --git a/dbaccess/source/ui/dlg/dlgsave.cxx b/dbaccess/source/ui/dlg/dlgsave.cxx index 65167dc6617d..ba74dc26570e 100644 --- a/dbaccess/source/ui/dlg/dlgsave.cxx +++ b/dbaccess/source/ui/dlg/dlgsave.cxx @@ -35,7 +35,6 @@ #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XHierarchicalNameAccess.hpp> #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> -#include "core_resource.hxx" #include "objectnamecheck.hxx" #include <tools/diagnose_ex.h> diff --git a/dbaccess/source/ui/dlg/generalpage.cxx b/dbaccess/source/ui/dlg/generalpage.cxx index a90c3842f7bc..08032871052f 100644 --- a/dbaccess/source/ui/dlg/generalpage.cxx +++ b/dbaccess/source/ui/dlg/generalpage.cxx @@ -26,7 +26,6 @@ #include "dsitems.hxx" #include "stringconstants.hxx" #include "dbadmin.hxx" -#include "core_resource.hxx" #include <sfx2/filedlghelper.hxx> #include <sfx2/docfilt.hxx> #include <vcl/stdtext.hxx> diff --git a/dbaccess/source/ui/dlg/paramdialog.cxx b/dbaccess/source/ui/dlg/paramdialog.cxx index aa230db58365..74fa78bacecb 100644 --- a/dbaccess/source/ui/dlg/paramdialog.cxx +++ b/dbaccess/source/ui/dlg/paramdialog.cxx @@ -23,7 +23,6 @@ #include "strings.hrc" #include "strings.hxx" #include "commontypes.hxx" -#include "core_resource.hxx" #include <com/sun/star/util/NumberFormatter.hpp> #include <com/sun/star/sdbc/DataType.hpp> #include <comphelper/processfactory.hxx> diff --git a/dbaccess/source/ui/dlg/queryorder.cxx b/dbaccess/source/ui/dlg/queryorder.cxx index cdf545f7fd98..83f2d84fb7dc 100644 --- a/dbaccess/source/ui/dlg/queryorder.cxx +++ b/dbaccess/source/ui/dlg/queryorder.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/sdbc/ColumnSearch.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <tools/debug.hxx> -#include "core_resource.hxx" #include <connectivity/sqliterator.hxx> #include <connectivity/dbtools.hxx> #include <comphelper/extract.hxx> diff --git a/dbaccess/source/ui/dlg/sqlmessage.cxx b/dbaccess/source/ui/dlg/sqlmessage.cxx index a0090fa47d0b..bef59f71af24 100644 --- a/dbaccess/source/ui/dlg/sqlmessage.cxx +++ b/dbaccess/source/ui/dlg/sqlmessage.cxx @@ -36,7 +36,6 @@ #include <sfx2/sfxuno.hxx> #include "helpids.h" #include "UITools.hxx" -#include "core_resource.hxx" #include <tools/urlobj.hxx> diff --git a/dbaccess/source/ui/misc/DExport.cxx b/dbaccess/source/ui/misc/DExport.cxx index 7851fc23e46f..5b7282424b8f 100644 --- a/dbaccess/source/ui/misc/DExport.cxx +++ b/dbaccess/source/ui/misc/DExport.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/util/NumberFormat.hpp> #include <com/sun/star/util/XNumberFormatTypes.hpp> -#include "core_resource.hxx" #include "stringconstants.hxx" #include "strings.hrc" #include "strings.hxx" diff --git a/dbaccess/source/ui/misc/HtmlReader.cxx b/dbaccess/source/ui/misc/HtmlReader.cxx index e7fa222acbe8..6f344fae645b 100644 --- a/dbaccess/source/ui/misc/HtmlReader.cxx +++ b/dbaccess/source/ui/misc/HtmlReader.cxx @@ -52,7 +52,6 @@ #include "QEnumTypes.hxx" #include "WCPage.hxx" #include <rtl/tencinfo.h> -#include "core_resource.hxx" #include "UITools.hxx" #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/dbaccess/source/ui/misc/RtfReader.cxx b/dbaccess/source/ui/misc/RtfReader.cxx index 1cf32f7846f5..3fdb0ee3ffa1 100644 --- a/dbaccess/source/ui/misc/RtfReader.cxx +++ b/dbaccess/source/ui/misc/RtfReader.cxx @@ -43,7 +43,6 @@ #include <comphelper/string.hxx> #include <tools/color.hxx> #include "WExtendPages.hxx" -#include "core_resource.hxx" #include "QEnumTypes.hxx" #include "UITools.hxx" #include <vcl/svapp.hxx> diff --git a/dbaccess/source/ui/misc/WCPage.cxx b/dbaccess/source/ui/misc/WCPage.cxx index 20ad58771803..0f5f7d7d1aa1 100644 --- a/dbaccess/source/ui/misc/WCPage.cxx +++ b/dbaccess/source/ui/misc/WCPage.cxx @@ -36,7 +36,6 @@ #include <connectivity/dbexception.hxx> #include <connectivity/dbtools.hxx> #include "UITools.hxx" -#include "core_resource.hxx" #include <cppuhelper/exc_hlp.hxx> using namespace ::dbaui; diff --git a/dbaccess/source/ui/misc/WColumnSelect.cxx b/dbaccess/source/ui/misc/WColumnSelect.cxx index f9fcff3e4f1f..ac702ece7af1 100644 --- a/dbaccess/source/ui/misc/WColumnSelect.cxx +++ b/dbaccess/source/ui/misc/WColumnSelect.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdb/application/CopyTableOperation.hpp> -#include "core_resource.hxx" #include "stringconstants.hxx" #include <functional> diff --git a/dbaccess/source/ui/misc/WCopyTable.cxx b/dbaccess/source/ui/misc/WCopyTable.cxx index 40c7b42119ba..780a03013f43 100644 --- a/dbaccess/source/ui/misc/WCopyTable.cxx +++ b/dbaccess/source/ui/misc/WCopyTable.cxx @@ -21,7 +21,6 @@ #include "strings.hxx" #include "stringconstants.hxx" #include "core_resource.hxx" -#include "core_resource.hxx" #include "sqlmessage.hxx" #include "UITools.hxx" #include "WColumnSelect.hxx" diff --git a/dbaccess/source/ui/misc/charsets.cxx b/dbaccess/source/ui/misc/charsets.cxx index 78f60be945bd..e8a97524fd9d 100644 --- a/dbaccess/source/ui/misc/charsets.cxx +++ b/dbaccess/source/ui/misc/charsets.cxx @@ -22,7 +22,6 @@ #include <osl/diagnose.h> #include "strings.hrc" #include <rtl/tencinfo.h> -#include "core_resource.hxx" namespace dbaui { diff --git a/dbaccess/source/ui/misc/datasourceconnector.cxx b/dbaccess/source/ui/misc/datasourceconnector.cxx index e0992eb01a15..c12f7b8e66ff 100644 --- a/dbaccess/source/ui/misc/datasourceconnector.cxx +++ b/dbaccess/source/ui/misc/datasourceconnector.cxx @@ -42,7 +42,6 @@ #include <cppuhelper/exc_hlp.hxx> #include "strings.hrc" #include "strings.hxx" -#include "core_resource.hxx" namespace dbaui { diff --git a/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx b/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx index 6ef9d424d536..a6f1baa4f9ad 100644 --- a/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx +++ b/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx @@ -24,7 +24,6 @@ #include "strings.hrc" #include "strings.hxx" #include "stringconstants.hxx" -#include "core_resource.hxx" #include <dbaccess/dbsubcomponentcontroller.hxx> #include <com/sun/star/frame/XUntitledNumbers.hpp> diff --git a/dbaccess/source/ui/misc/defaultobjectnamecheck.cxx b/dbaccess/source/ui/misc/defaultobjectnamecheck.cxx index d4325e99090a..5da1f40d8e59 100644 --- a/dbaccess/source/ui/misc/defaultobjectnamecheck.cxx +++ b/dbaccess/source/ui/misc/defaultobjectnamecheck.cxx @@ -22,8 +22,6 @@ #include "strings.hrc" -#include "core_resource.hxx" - #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/sdb/CommandType.hpp> #include <com/sun/star/sdb/tools/XConnectionTools.hpp> diff --git a/dbaccess/source/ui/misc/linkeddocuments.cxx b/dbaccess/source/ui/misc/linkeddocuments.cxx index 3c70c3f10c8d..d4e41b2e5385 100644 --- a/dbaccess/source/ui/misc/linkeddocuments.cxx +++ b/dbaccess/source/ui/misc/linkeddocuments.cxx @@ -42,7 +42,6 @@ #include <svl/filenotation.hxx> #include "browserids.hxx" #include <sfx2/new.hxx> -#include "core_resource.hxx" #include <sfx2/app.hxx> #include <basic/sbx.hxx> #include <basic/sbuno.hxx> diff --git a/dbaccess/source/ui/misc/singledoccontroller.cxx b/dbaccess/source/ui/misc/singledoccontroller.cxx index 4575f44872fe..7d0bab0766b1 100644 --- a/dbaccess/source/ui/misc/singledoccontroller.cxx +++ b/dbaccess/source/ui/misc/singledoccontroller.cxx @@ -24,7 +24,6 @@ #include "browserids.hxx" #include "strings.hrc" #include "stringconstants.hxx" -#include "core_resource.hxx" #include <svl/undo.hxx> diff --git a/dbaccess/source/ui/querydesign/LimitBox.cxx b/dbaccess/source/ui/querydesign/LimitBox.cxx index 7c2a991db627..9eb4851f039e 100644 --- a/dbaccess/source/ui/querydesign/LimitBox.cxx +++ b/dbaccess/source/ui/querydesign/LimitBox.cxx @@ -11,7 +11,6 @@ #include "LimitBox.hxx" #include "strings.hrc" #include "core_resource.hxx" -#include "core_resource.hxx" #define ALL_STRING DBA_RES(STR_QUERY_LIMIT_ALL) #define ALL_INT -1 diff --git a/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx b/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx index 18edc5813369..0e711246d550 100644 --- a/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx +++ b/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx @@ -31,7 +31,6 @@ #include "strings.hxx" #include "UITools.hxx" #include "core_resource.hxx" -#include "core_resource.hxx" #include <connectivity/dbexception.hxx> #include <connectivity/dbtools.hxx> diff --git a/dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx b/dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx index 081d601388eb..72cd51b6b734 100644 --- a/dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx +++ b/dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx @@ -26,7 +26,6 @@ #include <vcl/settings.hxx> #include "helpids.h" #include "core_resource.hxx" -#include "core_resource.hxx" #define STANDARD_MARGIN 6 #define DETAILS_HEADER_HEIGHT 25 diff --git a/dbaccess/source/ui/uno/copytablewizard.cxx b/dbaccess/source/ui/uno/copytablewizard.cxx index 60462ff3781c..48174ffed413 100644 --- a/dbaccess/source/ui/uno/copytablewizard.cxx +++ b/dbaccess/source/ui/uno/copytablewizard.cxx @@ -24,7 +24,6 @@ #include "strings.hxx" #include "stringconstants.hxx" #include "core_resource.hxx" -#include "core_resource.hxx" #include "sqlmessage.hxx" #include "uiservices.hxx" #include "WCopyTable.hxx" diff --git a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx index 9bb354d7db70..923335bb3290 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx @@ -40,8 +40,6 @@ #include <com/sun/star/i18n/CollatorOptions.hpp> #include <stdio.h> -#include "strings.hrc" -#include "dp_shared.hxx" #include "dp_version.hxx" using namespace ::com::sun::star; diff --git a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx index 2e9fdda4dadb..d1e8bf0f7167 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx @@ -42,7 +42,6 @@ #include "unopkg_shared.h" #include "dp_identifier.hxx" #include "dp_shared.hxx" -#include "strings.hrc" #include "lockfile.hxx" using namespace ::com::sun::star; diff --git a/extensions/source/propctrlr/defaultforminspection.cxx b/extensions/source/propctrlr/defaultforminspection.cxx index 475ad3f247a4..839fe8250291 100644 --- a/extensions/source/propctrlr/defaultforminspection.cxx +++ b/extensions/source/propctrlr/defaultforminspection.cxx @@ -22,7 +22,6 @@ #include "pcrservices.hxx" #include "helpids.h" #include "strings.hrc" -#include "strings.hrc" #include "modulepcr.hxx" #include "propctrlr.h" #include "formmetadata.hxx" diff --git a/extensions/source/propctrlr/propcontroller.cxx b/extensions/source/propctrlr/propcontroller.cxx index ba61efe5debe..4e7519a8701d 100644 --- a/extensions/source/propctrlr/propcontroller.cxx +++ b/extensions/source/propctrlr/propcontroller.cxx @@ -23,7 +23,6 @@ #include "standardcontrol.hxx" #include "linedescriptor.hxx" #include "strings.hrc" -#include "strings.hrc" #include "propertyeditor.hxx" #include "modulepcr.hxx" #include "formstrings.hxx" diff --git a/reportdesign/source/core/sdr/RptObject.cxx b/reportdesign/source/core/sdr/RptObject.cxx index 8e82dcab9b77..e0a16b75b082 100644 --- a/reportdesign/source/core/sdr/RptObject.cxx +++ b/reportdesign/source/core/sdr/RptObject.cxx @@ -27,7 +27,6 @@ #include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/convert.hxx> #include "RptPage.hxx" -#include "strings.hxx" #include <dbaccess/dbsubcomponentcontroller.hxx> #include <strings.hrc> diff --git a/reportdesign/source/ui/report/propbrw.cxx b/reportdesign/source/ui/report/propbrw.cxx index 7c0ffd2b9149..4b063c0ae60e 100644 --- a/reportdesign/source/ui/report/propbrw.cxx +++ b/reportdesign/source/ui/report/propbrw.cxx @@ -55,7 +55,6 @@ #include "ViewsWindow.hxx" #include "UITools.hxx" #include <unotools/confignode.hxx> -#include "strings.hxx" namespace rptui { diff --git a/sd/source/core/drawdoc2.cxx b/sd/source/core/drawdoc2.cxx index 216c8a871343..5c8b25cf8b27 100644 --- a/sd/source/core/drawdoc2.cxx +++ b/sd/source/core/drawdoc2.cxx @@ -64,7 +64,6 @@ #include "DrawDocShell.hxx" #include "FrameView.hxx" -#include "strings.hrc" #include "PageListWatcher.hxx" #include <vcl/virdev.hxx> diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx index d82d11b5fc97..90049120dd9e 100644 --- a/sd/source/core/drawdoc3.cxx +++ b/sd/source/core/drawdoc3.cxx @@ -61,7 +61,6 @@ #include "ViewShell.hxx" #include "View.hxx" #include "ViewShellBase.hxx" -#include "strings.hrc" #include "strings.hxx" using namespace ::com::sun::star; diff --git a/sd/source/core/sdpage2.cxx b/sd/source/core/sdpage2.cxx index 0c333b006999..c4168094d373 100644 --- a/sd/source/core/sdpage2.cxx +++ b/sd/source/core/sdpage2.cxx @@ -41,7 +41,6 @@ #include "pglink.hxx" #include "anminfo.hxx" -#include "strings.hrc" #include "strings.hxx" #include "DrawDocShell.hxx" diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx index 21b28406cfed..5fa19192edf7 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationDialog.cxx @@ -68,7 +68,6 @@ #include <svx/dialogs.hrc> #include "sdresid.hxx" -#include "strings.hrc" #include "CustomAnimationDialog.hxx" #include "CustomAnimationPane.hxx" #include "STLPropertySet.hxx" diff --git a/sd/source/ui/animations/CustomAnimationList.cxx b/sd/source/ui/animations/CustomAnimationList.cxx index e76705c38141..f02a68de93ae 100644 --- a/sd/source/ui/animations/CustomAnimationList.cxx +++ b/sd/source/ui/animations/CustomAnimationList.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/XDrawPage.hpp> #include "CustomAnimationList.hxx" -#include "strings.hrc" #include "CustomAnimationPreset.hxx" #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx index 62dea9da7497..6100c21c5a31 100644 --- a/sd/source/ui/animations/CustomAnimationPane.cxx +++ b/sd/source/ui/animations/CustomAnimationPane.cxx @@ -41,7 +41,6 @@ #include "STLPropertySet.hxx" #include "CustomAnimationPane.hxx" #include "CustomAnimationDialog.hxx" -#include "strings.hrc" #include "CustomAnimationList.hxx" #include "createcustomanimationpanel.hxx" #include <vcl/lstbox.hxx> diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx index 98ca27c8c279..bc863e410d8c 100644 --- a/sd/source/ui/animations/SlideTransitionPane.cxx +++ b/sd/source/ui/animations/SlideTransitionPane.cxx @@ -20,7 +20,6 @@ #include <com/sun/star/animations/XAnimationNode.hpp> #include "SlideTransitionPane.hxx" -#include "strings.hrc" #include "createslidetransitionpanel.hxx" #include "TransitionPreset.hxx" diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx index fe6f8e0a2930..8880df777366 100644 --- a/sd/source/ui/annotations/annotationmanager.cxx +++ b/sd/source/ui/annotations/annotationmanager.cxx @@ -75,7 +75,6 @@ #include "DrawDocShell.hxx" #include "DrawViewShell.hxx" #include "DrawController.hxx" -#include "strings.hrc" #include "sdresid.hxx" #include "EventMultiplexer.hxx" #include "ViewShellManager.hxx" diff --git a/sd/source/ui/app/sdmod.cxx b/sd/source/ui/app/sdmod.cxx index 1f907bb92325..0768dfc22fb2 100644 --- a/sd/source/ui/app/sdmod.cxx +++ b/sd/source/ui/app/sdmod.cxx @@ -51,7 +51,6 @@ #include "drawdoc.hxx" #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "errhdl.hrc" #define SdModule diff --git a/sd/source/ui/app/sdmod1.cxx b/sd/source/ui/app/sdmod1.cxx index 4c2295002487..368431a5e2f8 100644 --- a/sd/source/ui/app/sdmod1.cxx +++ b/sd/source/ui/app/sdmod1.cxx @@ -41,8 +41,6 @@ #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" - #include "sdmod.hxx" #include "pres.hxx" diff --git a/sd/source/ui/controller/slidelayoutcontroller.cxx b/sd/source/ui/controller/slidelayoutcontroller.cxx index 5ebe1e8282ac..2e60c895d80f 100644 --- a/sd/source/ui/controller/slidelayoutcontroller.cxx +++ b/sd/source/ui/controller/slidelayoutcontroller.cxx @@ -42,7 +42,6 @@ #include "app.hrc" #include "facreg.hxx" #include "strings.hrc" -#include "strings.hrc" #include "bitmaps.hlst" #include "sdresid.hxx" diff --git a/sd/source/ui/dlg/LayerTabBar.cxx b/sd/source/ui/dlg/LayerTabBar.cxx index a7a9506f6821..da5062130fc4 100644 --- a/sd/source/ui/dlg/LayerTabBar.cxx +++ b/sd/source/ui/dlg/LayerTabBar.cxx @@ -28,7 +28,6 @@ #include "helpids.h" #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "DrawViewShell.hxx" #include "Window.hxx" diff --git a/sd/source/ui/dlg/unchss.cxx b/sd/source/ui/dlg/unchss.cxx index 6fdcfd18d24c..43c1da4341ad 100644 --- a/sd/source/ui/dlg/unchss.cxx +++ b/sd/source/ui/dlg/unchss.cxx @@ -32,7 +32,6 @@ #include "sdresid.hxx" #include "drawdoc.hxx" #include "stlsheet.hxx" -#include "strings.hrc" #include "strings.hxx" StyleSheetUndoAction::StyleSheetUndoAction(SdDrawDocument* pTheDoc, diff --git a/sd/source/ui/docshell/docshel3.cxx b/sd/source/ui/docshell/docshel3.cxx index 060b322f6b7d..db099f07ce45 100644 --- a/sd/source/ui/docshell/docshel3.cxx +++ b/sd/source/ui/docshell/docshel3.cxx @@ -45,7 +45,6 @@ #include <sfx2/notebookbar/SfxNotebookBar.hxx> #include "strings.hrc" -#include "strings.hrc" #include "sdmod.hxx" diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx index 6c077ab3ae1a..351e763d3680 100644 --- a/sd/source/ui/docshell/docshel4.cxx +++ b/sd/source/ui/docshell/docshel4.cxx @@ -58,7 +58,6 @@ #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "strmname.h" #include "FrameView.hxx" #include "optsitem.hxx" diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index b59e2c73eba7..3528f3dd4756 100644 --- a/sd/source/ui/docshell/docshell.cxx +++ b/sd/source/ui/docshell/docshell.cxx @@ -58,7 +58,6 @@ #include "View.hxx" #include "drawdoc.hxx" #include "sdpage.hxx" -#include "strings.hrc" #include "fupoor.hxx" #include "fusearch.hxx" diff --git a/sd/source/ui/docshell/grdocsh.cxx b/sd/source/ui/docshell/grdocsh.cxx index b74f23c41c0b..43e771195dcc 100644 --- a/sd/source/ui/docshell/grdocsh.cxx +++ b/sd/source/ui/docshell/grdocsh.cxx @@ -29,7 +29,6 @@ #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "GraphicDocShell.hxx" #include "DrawDocShell.hxx" #include "drawdoc.hxx" diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx index bb8db8ff8af5..fb13e701c042 100644 --- a/sd/source/ui/func/fudraw.cxx +++ b/sd/source/ui/func/fudraw.cxx @@ -42,7 +42,6 @@ #include "imapinfo.hxx" #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "sdmod.hxx" diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx index 413e76224514..e672179bb474 100644 --- a/sd/source/ui/func/fuinsert.cxx +++ b/sd/source/ui/func/fuinsert.cxx @@ -85,7 +85,6 @@ #include <vcl/svapp.hxx> #include "undo/undoobjects.hxx" #include <memory> -#include "strings.hrc" #include <config_features.h> diff --git a/sd/source/ui/func/fuinsfil.cxx b/sd/source/ui/func/fuinsfil.cxx index daf8b0a00c72..3bcbc78db3dc 100644 --- a/sd/source/ui/func/fuinsfil.cxx +++ b/sd/source/ui/func/fuinsfil.cxx @@ -51,7 +51,6 @@ #include "View.hxx" #include "strings.hrc" #include "stlpool.hxx" -#include "strings.hrc" #include "sdpage.hxx" #include "strmname.h" #include "ViewShellBase.hxx" diff --git a/sd/source/ui/func/fuoaprms.cxx b/sd/source/ui/func/fuoaprms.cxx index 0fbecf437dfa..57dce3e5f3b0 100644 --- a/sd/source/ui/func/fuoaprms.cxx +++ b/sd/source/ui/func/fuoaprms.cxx @@ -33,7 +33,6 @@ #include "svx/xtable.hxx" #include "strings.hrc" -#include "strings.hrc" #include "drawdoc.hxx" #include "ViewShell.hxx" #include "ViewShellBase.hxx" diff --git a/sd/source/ui/func/fupage.cxx b/sd/source/ui/func/fupage.cxx index f93561f116ad..3533cb11e9da 100644 --- a/sd/source/ui/func/fupage.cxx +++ b/sd/source/ui/func/fupage.cxx @@ -43,7 +43,6 @@ #include <editeng/lrspitem.hxx> #include <svx/sdr/properties/properties.hxx> #include <sfx2/bindings.hxx> -#include "strings.hrc" #include <editeng/shaditem.hxx> #include <editeng/boxitem.hxx> #include <editeng/sizeitem.hxx> diff --git a/sd/source/ui/func/fuprlout.cxx b/sd/source/ui/func/fuprlout.cxx index d2e10546c104..3df9675105c9 100644 --- a/sd/source/ui/func/fuprlout.cxx +++ b/sd/source/ui/func/fuprlout.cxx @@ -37,7 +37,6 @@ #include "View.hxx" #include "strings.hrc" #include "glob.hxx" -#include "strings.hrc" #include "strmname.h" #include "app.hrc" #include "DrawDocShell.hxx" diff --git a/sd/source/ui/func/fuprobjs.cxx b/sd/source/ui/func/fuprobjs.cxx index 0697c0ad1322..da18e42b9400 100644 --- a/sd/source/ui/func/fuprobjs.cxx +++ b/sd/source/ui/func/fuprobjs.cxx @@ -27,7 +27,6 @@ #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "strings.hxx" #include "sdresid.hxx" diff --git a/sd/source/ui/func/fusldlg.cxx b/sd/source/ui/func/fusldlg.cxx index 329ddbaf849c..43788b23b29a 100644 --- a/sd/source/ui/func/fusldlg.cxx +++ b/sd/source/ui/func/fusldlg.cxx @@ -26,7 +26,6 @@ #include "sdresid.hxx" #include "strings.hrc" #include "sdattr.hxx" -#include "strings.hrc" #include "sdmod.hxx" #include "ViewShell.hxx" #include "Window.hxx" diff --git a/sd/source/ui/func/futempl.cxx b/sd/source/ui/func/futempl.cxx index 2cb952c5be8a..a6c9d13137ed 100644 --- a/sd/source/ui/func/futempl.cxx +++ b/sd/source/ui/func/futempl.cxx @@ -63,7 +63,6 @@ #include <svx/xfillit.hxx> #include "sdresid.hxx" #include "OutlineViewShell.hxx" -#include "strings.hrc" #include "helpids.h" #include "sdabstdlg.hxx" #include <memory> diff --git a/sd/source/ui/sidebar/LayoutMenu.cxx b/sd/source/ui/sidebar/LayoutMenu.cxx index 801d646345c3..12a3c02e3866 100644 --- a/sd/source/ui/sidebar/LayoutMenu.cxx +++ b/sd/source/ui/sidebar/LayoutMenu.cxx @@ -29,7 +29,6 @@ #include "sdpage.hxx" #include "sdresid.hxx" -#include "strings.hrc" #include "bitmaps.hlst" #include "tools/SlotStateListener.hxx" #include "DrawController.hxx" diff --git a/sd/source/ui/sidebar/MasterPagesSelector.cxx b/sd/source/ui/sidebar/MasterPagesSelector.cxx index 982519c1bf2f..bb04c3b28d98 100644 --- a/sd/source/ui/sidebar/MasterPagesSelector.cxx +++ b/sd/source/ui/sidebar/MasterPagesSelector.cxx @@ -33,7 +33,6 @@ #include "strings.hrc" #include "app.hrc" -#include "strings.hrc" #include "DrawViewShell.hxx" #include "DrawController.hxx" #include "SlideSorterViewShell.hxx" diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx index bb9f723ff2dd..8874bfc7312e 100644 --- a/sd/source/ui/sidebar/SlideBackground.cxx +++ b/sd/source/ui/sidebar/SlideBackground.cxx @@ -61,7 +61,6 @@ #include <sfx2/tabdlg.hxx> #include <algorithm> #include "EventMultiplexer.hxx" -#include "strings.hrc" #include <vcl/salbtype.hxx> #include <vcl/EnumContext.hxx> diff --git a/sd/source/ui/slidesorter/controller/SlideSorterController.cxx b/sd/source/ui/slidesorter/controller/SlideSorterController.cxx index 6f2ca506559c..7163ac888ede 100644 --- a/sd/source/ui/slidesorter/controller/SlideSorterController.cxx +++ b/sd/source/ui/slidesorter/controller/SlideSorterController.cxx @@ -58,7 +58,6 @@ #include "sdresid.hxx" #include "strings.hrc" #include "app.hrc" -#include "strings.hrc" #include "sdmod.hxx" #include "sdxfer.hxx" #include "ViewShellHint.hxx" diff --git a/sd/source/ui/slidesorter/controller/SlsClipboard.cxx b/sd/source/ui/slidesorter/controller/SlsClipboard.cxx index 27773ecd1a54..217fa0658a7f 100644 --- a/sd/source/ui/slidesorter/controller/SlsClipboard.cxx +++ b/sd/source/ui/slidesorter/controller/SlsClipboard.cxx @@ -51,7 +51,6 @@ #include "fusumry.hxx" #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "sdresid.hxx" #include "sdxfer.hxx" #include "sdmod.hxx" diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx index 4a39274fb4e9..bc73878e8d30 100644 --- a/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx +++ b/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx @@ -48,7 +48,6 @@ #include "sdresid.hxx" #include "strings.hrc" #include "app.hrc" -#include "strings.hrc" using namespace ::com::sun::star; using namespace ::com::sun::star::drawing; diff --git a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx index f6da3147aa50..ce146a969ddc 100644 --- a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx +++ b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx @@ -61,7 +61,6 @@ #include "sdpage.hxx" #include "sdxfer.hxx" #include "helpids.h" -#include "strings.hrc" #include "unmodpg.hxx" #include "DrawViewShell.hxx" #include "sdabstdlg.hxx" diff --git a/sd/source/ui/unoidl/unolayer.cxx b/sd/source/ui/unoidl/unolayer.cxx index 006607565e2a..a03a8260f29c 100644 --- a/sd/source/ui/unoidl/unolayer.cxx +++ b/sd/source/ui/unoidl/unolayer.cxx @@ -44,7 +44,6 @@ #include "app.hrc" #include "strings.hrc" #include "sdresid.hxx" -#include "strings.hrc" #include "unokywds.hxx" #include "unowcntr.hxx" diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index 96bf0ed6261e..23b733b5caf8 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -82,7 +82,6 @@ #include <Annotation.hxx> #include <drawdoc.hxx> -#include <strings.hrc> #include <sdresid.hxx> #include <sdpage.hxx> diff --git a/sd/source/ui/view/GraphicObjectBar.cxx b/sd/source/ui/view/GraphicObjectBar.cxx index 2cc7b4c26672..07f322bd7385 100644 --- a/sd/source/ui/view/GraphicObjectBar.cxx +++ b/sd/source/ui/view/GraphicObjectBar.cxx @@ -38,7 +38,6 @@ #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "DrawDocShell.hxx" #include "ViewShell.hxx" #include "Window.hxx" diff --git a/sd/source/ui/view/MediaObjectBar.cxx b/sd/source/ui/view/MediaObjectBar.cxx index 11de79bcfa8a..60a74ebf16bf 100644 --- a/sd/source/ui/view/MediaObjectBar.cxx +++ b/sd/source/ui/view/MediaObjectBar.cxx @@ -32,7 +32,6 @@ #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "DrawDocShell.hxx" #include "ViewShell.hxx" #include "Window.hxx" diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx index 9481668f9e7e..bac491e9a1f5 100644 --- a/sd/source/ui/view/ViewShellBase.cxx +++ b/sd/source/ui/view/ViewShellBase.cxx @@ -26,7 +26,6 @@ #include "sdresid.hxx" #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "slideshow.hxx" #include "unokywds.hxx" #include <svx/svxids.hrc> diff --git a/sd/source/ui/view/ViewShellImplementation.cxx b/sd/source/ui/view/ViewShellImplementation.cxx index a59b1d8021a2..b07dc1b13927 100644 --- a/sd/source/ui/view/ViewShellImplementation.cxx +++ b/sd/source/ui/view/ViewShellImplementation.cxx @@ -26,7 +26,6 @@ #include "sdresid.hxx" #include "strings.hrc" #include "app.hrc" -#include "strings.hrc" #include "helpids.h" #include "sdattr.hxx" #include "sdabstdlg.hxx" diff --git a/sd/source/ui/view/drawview.cxx b/sd/source/ui/view/drawview.cxx index 87957dde5256..8e7a6adec83f 100644 --- a/sd/source/ui/view/drawview.cxx +++ b/sd/source/ui/view/drawview.cxx @@ -45,7 +45,6 @@ #include <svx/dialmgr.hxx> #include "strings.hrc" -#include "strings.hrc" #include "View.hxx" #include "sdattr.hxx" #include "drawview.hxx" diff --git a/sd/source/ui/view/drbezob.cxx b/sd/source/ui/view/drbezob.cxx index dac03c96d49e..70ffb86fc7cf 100644 --- a/sd/source/ui/view/drbezob.cxx +++ b/sd/source/ui/view/drbezob.cxx @@ -35,7 +35,6 @@ #include "strings.hrc" -#include "strings.hrc" #include "DrawDocShell.hxx" #include "ViewShell.hxx" diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx index 2b6c952d2d2b..35cc430285a8 100644 --- a/sd/source/ui/view/drviews1.cxx +++ b/sd/source/ui/view/drviews1.cxx @@ -50,7 +50,6 @@ #include "strings.hrc" #include "app.hrc" -#include "strings.hrc" #include "helpids.h" #include "sdmod.hxx" diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx index a4b00f47357a..47fcf8144086 100644 --- a/sd/source/ui/view/drviews2.cxx +++ b/sd/source/ui/view/drviews2.cxx @@ -113,7 +113,6 @@ #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "framework/FrameworkHelper.hxx" diff --git a/sd/source/ui/view/drviews3.cxx b/sd/source/ui/view/drviews3.cxx index ba75f71d124d..2a2278e2eda0 100644 --- a/sd/source/ui/view/drviews3.cxx +++ b/sd/source/ui/view/drviews3.cxx @@ -53,8 +53,6 @@ #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" - #include "sdundogr.hxx" #include "undopage.hxx" diff --git a/sd/source/ui/view/drviews4.cxx b/sd/source/ui/view/drviews4.cxx index 3e9134efcef9..eef78d859c61 100644 --- a/sd/source/ui/view/drviews4.cxx +++ b/sd/source/ui/view/drviews4.cxx @@ -41,7 +41,6 @@ #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "DrawDocShell.hxx" #include "drawdoc.hxx" diff --git a/sd/source/ui/view/drviews5.cxx b/sd/source/ui/view/drviews5.cxx index b433d25e924e..1458fae4bdb6 100644 --- a/sd/source/ui/view/drviews5.cxx +++ b/sd/source/ui/view/drviews5.cxx @@ -37,8 +37,6 @@ #include "LayerTabBar.hxx" #include "strings.hrc" - -#include "strings.hrc" #include "app.hrc" #include "helpids.h" #include "optsitem.hxx" diff --git a/sd/source/ui/view/drviewsb.cxx b/sd/source/ui/view/drviewsb.cxx index 403e67b330d7..1f3aa2759dfd 100644 --- a/sd/source/ui/view/drviewsb.cxx +++ b/sd/source/ui/view/drviewsb.cxx @@ -42,7 +42,6 @@ #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "Outliner.hxx" #include "Window.hxx" #include "sdmod.hxx" diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx index 9699b1c343eb..90251e98b302 100644 --- a/sd/source/ui/view/drviewse.cxx +++ b/sd/source/ui/view/drviewse.cxx @@ -68,7 +68,6 @@ #include "framework/FrameworkHelper.hxx" #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "drawdoc.hxx" #include "fusel.hxx" diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx index d31bfdbd48d1..934e4ef6283f 100644 --- a/sd/source/ui/view/drvwshrg.cxx +++ b/sd/source/ui/view/drvwshrg.cxx @@ -37,7 +37,6 @@ #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "SpellDialogChildWindow.hxx" #include "sdresid.hxx" #include "DrawDocShell.hxx" diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx index 1d71af0e9539..de3d07070f00 100644 --- a/sd/source/ui/view/outlnvsh.cxx +++ b/sd/source/ui/view/outlnvsh.cxx @@ -63,7 +63,6 @@ #include "optsitem.hxx" #include "strings.hrc" -#include "strings.hrc" #include "Outliner.hxx" #include "Window.hxx" diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx index 024a88a16e22..7ec73eabcd78 100644 --- a/sd/source/ui/view/outlview.cxx +++ b/sd/source/ui/view/outlview.cxx @@ -61,7 +61,6 @@ #include "strings.hrc" #include "sdresid.hxx" #include "Outliner.hxx" -#include "strings.hrc" #include "EventMultiplexer.hxx" #include "ViewShellBase.hxx" #include "ViewShellManager.hxx" diff --git a/sd/source/ui/view/presvish.cxx b/sd/source/ui/view/presvish.cxx index 67b3348226e1..dc458b85d8ac 100644 --- a/sd/source/ui/view/presvish.cxx +++ b/sd/source/ui/view/presvish.cxx @@ -39,7 +39,6 @@ #include "drawview.hxx" #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "ViewShellBase.hxx" #include "FactoryIds.hxx" diff --git a/sd/source/ui/view/sdview.cxx b/sd/source/ui/view/sdview.cxx index 500f183b6a0a..7035d9f9c2ca 100644 --- a/sd/source/ui/view/sdview.cxx +++ b/sd/source/ui/view/sdview.cxx @@ -63,7 +63,6 @@ #include "DrawDocShell.hxx" #include "sdmod.hxx" #include "sdpage.hxx" -#include "strings.hrc" #include "sdresid.hxx" #include "DrawViewShell.hxx" #include "futext.hxx" diff --git a/sd/source/ui/view/sdview2.cxx b/sd/source/ui/view/sdview2.cxx index 189a76e83314..2221554cd12e 100644 --- a/sd/source/ui/view/sdview2.cxx +++ b/sd/source/ui/view/sdview2.cxx @@ -49,7 +49,6 @@ #include "navigatr.hxx" #include "anminfo.hxx" #include "strings.hrc" -#include "strings.hrc" #include "sdxfer.hxx" #include "sdresid.hxx" #include "sdmod.hxx" diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx index 4ddb23e17747..a2e4a106f395 100644 --- a/sd/source/ui/view/sdview4.cxx +++ b/sd/source/ui/view/sdview4.cxx @@ -61,7 +61,6 @@ #include <svtools/soerr.hxx> #include <sfx2/ipclient.hxx> #include <svx/svdoashp.hxx> -#include "strings.hrc" #include <config_features.h> diff --git a/sd/source/ui/view/unmodpg.cxx b/sd/source/ui/view/unmodpg.cxx index c0343a70b548..cc5b58c7d55e 100644 --- a/sd/source/ui/view/unmodpg.cxx +++ b/sd/source/ui/view/unmodpg.cxx @@ -26,7 +26,6 @@ #include "strings.hrc" #include "strings.hxx" #include "glob.hxx" -#include "strings.hrc" #include "app.hrc" #include "unmodpg.hxx" diff --git a/sd/source/ui/view/viewoverlaymanager.cxx b/sd/source/ui/view/viewoverlaymanager.cxx index f6ef6ba44904..9e9d7a245ccc 100644 --- a/sd/source/ui/view/viewoverlaymanager.cxx +++ b/sd/source/ui/view/viewoverlaymanager.cxx @@ -42,7 +42,6 @@ #include "DrawViewShell.hxx" #include "DrawController.hxx" #include "strings.hrc" -#include "strings.hrc" #include "bitmaps.hlst" #include "sdresid.hxx" #include "EventMultiplexer.hxx" diff --git a/sd/source/ui/view/viewshe3.cxx b/sd/source/ui/view/viewshe3.cxx index f346ab12529b..9281960395b6 100644 --- a/sd/source/ui/view/viewshe3.cxx +++ b/sd/source/ui/view/viewshe3.cxx @@ -33,7 +33,6 @@ #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "sdabstdlg.hxx" #include "fupoor.hxx" diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index b1f7ce840bcc..df0359ce3fcb 100644 --- a/sd/source/ui/view/viewshel.cxx +++ b/sd/source/ui/view/viewshel.cxx @@ -43,7 +43,6 @@ #include "app.hrc" #include "helpids.h" -#include "strings.hrc" #include "OutlineView.hxx" #include "Client.hxx" diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx index b924460de853..2bc435a1da16 100644 --- a/sfx2/source/appl/appinit.cxx +++ b/sfx2/source/appl/appinit.cxx @@ -51,7 +51,6 @@ #include <sfx2/unoctitm.hxx> #include "sfx2/strings.hrc" -#include "sfx2/strings.hrc" #include "appdata.hxx" #include "arrdecl.hxx" #include <sfx2/dispatch.hxx> diff --git a/sfx2/source/appl/appmisc.cxx b/sfx2/source/appl/appmisc.cxx index 18bc6a73a0ad..03b4da82b2fc 100644 --- a/sfx2/source/appl/appmisc.cxx +++ b/sfx2/source/appl/appmisc.cxx @@ -59,7 +59,6 @@ #include "workwin.hxx" #include <sfx2/fcontnr.hxx> #include "sfx2/strings.hrc" -#include "sfx2/strings.hrc" #include <sfx2/templdlg.hxx> #include <sfx2/module.hxx> #include <sfx2/msgpool.hxx> diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx index e5f76c956cec..741b5d7287ce 100644 --- a/sfx2/source/appl/appquit.cxx +++ b/sfx2/source/appl/appquit.cxx @@ -44,7 +44,6 @@ #include <sfx2/msgpool.hxx> #include <sfx2/docfile.hxx> #include "sfxtypes.hxx" -#include "sfx2/strings.hrc" #include <sfx2/fcontnr.hxx> #include "nochaos.hxx" #include <sfx2/doctempl.hxx> diff --git a/sfx2/source/control/templatelocalview.cxx b/sfx2/source/control/templatelocalview.cxx index d78fceef2e25..81a6ef3bbe75 100644 --- a/sfx2/source/control/templatelocalview.cxx +++ b/sfx2/source/control/templatelocalview.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <sfx2/strings.hrc> -#include "sfx2/strings.hrc" #include "bitmaps.hlst" #define MNI_OPEN 1 diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx index 7e740ef87efb..fa52ce51b90b 100644 --- a/sfx2/source/dialog/filedlghelper.cxx +++ b/sfx2/source/dialog/filedlghelper.cxx @@ -84,7 +84,6 @@ #include <sfx2/passwd.hxx> #include <sfx2/sfxresid.hxx> #include <sfx2/sfxsids.hrc> -#include "sfx2/strings.hrc" #include "filtergrouping.hxx" #include <sfx2/request.hxx> #include "filedlgimpl.hxx" diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx index af5f69ba2f20..11f7c9e0de15 100644 --- a/sfx2/source/dialog/mgetempl.cxx +++ b/sfx2/source/dialog/mgetempl.cxx @@ -39,7 +39,6 @@ #include "templdgi.hxx" #include "sfx2/strings.hrc" -#include <svl/style.hxx> #include <svl/stritem.hxx> #include <sfx2/dispatch.hxx> diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx index ced0f774bce8..48c777db8f08 100644 --- a/sfx2/source/doc/guisaveas.cxx +++ b/sfx2/source/doc/guisaveas.cxx @@ -85,7 +85,6 @@ #include <rtl/ref.hxx> #include <framework/interaction.hxx> #include <svtools/sfxecode.hxx> -#include "sfx2/strings.hrc" #include <memory> diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx index cbf25033f292..6b7f5a89cc09 100644 --- a/sfx2/source/doc/objmisc.cxx +++ b/sfx2/source/doc/objmisc.cxx @@ -104,7 +104,6 @@ #include "sfx2/strings.hrc" #include "workwin.hxx" #include "helpids.h" -#include "sfx2/strings.hrc" #include <sfx2/sfxdlg.hxx> #include "appbaslib.hxx" #include <openflag.hxx> diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx index 2924a4f43598..6a5c31c43aff 100644 --- a/sfx2/source/doc/objserv.cxx +++ b/sfx2/source/doc/objserv.cxx @@ -89,7 +89,6 @@ #include <sfx2/checkin.hxx> #include <sfx2/infobar.hxx> -#include "sfx2/strings.hrc" #include <com/sun/star/document/XDocumentSubStorageSupplier.hpp> #include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/util/XCloneable.hpp> diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx index 513e148a6a82..affa983ca6cd 100644 --- a/sfx2/source/doc/objxtor.cxx +++ b/sfx2/source/doc/objxtor.cxx @@ -85,7 +85,6 @@ #include <sfx2/evntconf.hxx> #include <sfx2/request.hxx> #include "sfx2/strings.hrc" -#include "sfx2/strings.hrc" #include "appdata.hxx" #include <sfx2/sfxsids.hrc> #include <basic/basmgr.hxx> diff --git a/svx/source/gallery2/galbrws1.cxx b/svx/source/gallery2/galbrws1.cxx index 568be2aae542..628f6abdfb23 100644 --- a/svx/source/gallery2/galbrws1.cxx +++ b/svx/source/gallery2/galbrws1.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/util/DateTime.hpp> #include "svx/strings.hrc" #include <algorithm> -#include <svx/strings.hrc> #include <svx/dialmgr.hxx> #include <svx/svxdlg.hxx> diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx index 9f3e1f92a40f..11e6676eb484 100644 --- a/svx/source/gallery2/galbrws2.cxx +++ b/svx/source/gallery2/galbrws2.cxx @@ -41,7 +41,6 @@ #include "svx/galctrl.hxx" #include "svx/galmisc.hxx" #include "galbrws2.hxx" -#include "svx/strings.hrc" #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <svx/fmmodel.hxx> diff --git a/svx/source/svdraw/svddrgmt.cxx b/svx/source/svdraw/svddrgmt.cxx index 7fdd997e97fb..1f822d43d00e 100644 --- a/svx/source/svdraw/svddrgmt.cxx +++ b/svx/source/svdraw/svddrgmt.cxx @@ -32,7 +32,6 @@ #include <svx/svdmark.hxx> #include <svx/svdocapt.hxx> #include <svx/svdpagv.hxx> -#include "svx/strings.hrc" #include "svdglob.hxx" #include <svx/svddrgv.hxx> #include <svx/svdograf.hxx> diff --git a/svx/source/svdraw/svdedtv2.cxx b/svx/source/svdraw/svdedtv2.cxx index d34b0101ff8c..84bf0b375bc2 100644 --- a/svx/source/svdraw/svdedtv2.cxx +++ b/svx/source/svdraw/svdedtv2.cxx @@ -28,7 +28,6 @@ #include "svx/svditer.hxx" #include <svx/svdograf.hxx> #include <svx/svdoole2.hxx> -#include "svx/strings.hrc" #include "svdglob.hxx" #include "svdfmtf.hxx" #include <svx/svdetc.hxx> diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 9f49e7a6a0b3..a14e539878b2 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -78,7 +78,6 @@ #include "svx/xflhtit.hxx" #include "svx/xlndsit.hxx" #include "svdglob.hxx" -#include "svx/strings.hrc" #include "svx/unomaster.hxx" #include <editeng/outlobj.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx index f8dfcc228ec2..0ef8ede2fdea 100644 --- a/svx/source/xoutdev/xattr.cxx +++ b/svx/source/xoutdev/xattr.cxx @@ -45,7 +45,6 @@ #include <tools/bigint.hxx> #include <svl/itemset.hxx> #include <svx/strings.hrc> -#include "svx/strings.hrc" #include "svx/xattr.hxx" #include <svx/xtable.hxx> #include <svx/dialmgr.hxx> diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx index 12cc89584753..16b1fa81a57b 100644 --- a/sw/source/core/doc/doc.cxx +++ b/sw/source/core/doc/doc.cxx @@ -106,7 +106,6 @@ #include <printdata.hxx> #include <cmdid.h> #include <strings.hrc> -#include <strings.hrc> #include <SwUndoTOXChange.hxx> #include <unocrsr.hxx> #include <docsh.hxx> diff --git a/sw/source/core/edit/edlingu.cxx b/sw/source/core/edit/edlingu.cxx index e703b6725875..d8fe4bbbfb41 100644 --- a/sw/source/core/edit/edlingu.cxx +++ b/sw/source/core/edit/edlingu.cxx @@ -49,7 +49,6 @@ #include <viscrs.hxx> #include <SwGrammarMarkUp.hxx> #include <mdiexp.hxx> -#include <strings.hrc> #include <cntfrm.hxx> #include <splargs.hxx> #include <redline.hxx> diff --git a/sw/source/core/fields/reffld.cxx b/sw/source/core/fields/reffld.cxx index cf64f41f7a43..7302396fe067 100644 --- a/sw/source/core/fields/reffld.cxx +++ b/sw/source/core/fields/reffld.cxx @@ -52,7 +52,6 @@ #include <shellres.hxx> #include <poolfmt.hxx> #include <strings.hrc> -#include <strings.hrc> #include <numrule.hxx> #include <SwNodeNum.hxx> #include <calbck.hxx> diff --git a/sw/source/core/view/viewpg.cxx b/sw/source/core/view/viewpg.cxx index 131ad107f67f..5d91d91a1c6a 100644 --- a/sw/source/core/view/viewpg.cxx +++ b/sw/source/core/view/viewpg.cxx @@ -37,7 +37,6 @@ #include <fntcache.hxx> #include <strings.hrc> -#include <strings.hrc> #include <IDocumentFieldsAccess.hxx> #include <IDocumentDeviceAccess.hxx> diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx index 74f43b47ca74..8a79a0896b60 100644 --- a/sw/source/core/view/viewsh.cxx +++ b/sw/source/core/view/viewsh.cxx @@ -65,7 +65,6 @@ #include <svtools/accessibilityoptions.hxx> #include <accessibilityoptions.hxx> #include <strings.hrc> -#include <strings.hrc> #include "bitmaps.hlst" #include <pagepreviewlayout.hxx> #include <sortedobjs.hxx> diff --git a/sw/source/ui/frmdlg/column.cxx b/sw/source/ui/frmdlg/column.cxx index 72fd9bec3aea..ee1f4ec98bc1 100644 --- a/sw/source/ui/frmdlg/column.cxx +++ b/sw/source/ui/frmdlg/column.cxx @@ -63,8 +63,6 @@ #include <docary.hxx> #include <pagedesc.hxx> -#include "strings.hrc" - //to match associated data in ColumnPage.ui #define LISTBOX_SELECTION 0 #define LISTBOX_SECTION 1 diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx index 5dcb2eb898c7..562d4a2c3764 100644 --- a/sw/source/ui/index/cnttab.cxx +++ b/sw/source/ui/index/cnttab.cxx @@ -66,7 +66,6 @@ #include <cmdid.h> #include <helpids.h> -#include <strings.hrc> #include <globals.hrc> #include <cnttab.hrc> #include <SwStyleNameMapper.hxx> diff --git a/sw/source/uibase/docvw/AnnotationWin2.cxx b/sw/source/uibase/docvw/AnnotationWin2.cxx index 4fca14fae575..c2cfd0ed29cd 100644 --- a/sw/source/uibase/docvw/AnnotationWin2.cxx +++ b/sw/source/uibase/docvw/AnnotationWin2.cxx @@ -35,7 +35,6 @@ #include <strings.hrc> #include <app.hrc> -#include <strings.hrc> #include <viewopt.hxx> #include <cmdid.h> diff --git a/sw/source/uibase/docvw/PostItMgr.cxx b/sw/source/uibase/docvw/PostItMgr.cxx index e55c14a343db..faac4f4f2832 100644 --- a/sw/source/uibase/docvw/PostItMgr.cxx +++ b/sw/source/uibase/docvw/PostItMgr.cxx @@ -58,7 +58,6 @@ #include <swmodule.hxx> #include <strings.hrc> -#include <strings.hrc> #include "cmdid.h" #include <sfx2/request.hxx> diff --git a/sw/source/uibase/docvw/edtwin2.cxx b/sw/source/uibase/docvw/edtwin2.cxx index 276c27441d35..2180e00d1f78 100644 --- a/sw/source/uibase/docvw/edtwin2.cxx +++ b/sw/source/uibase/docvw/edtwin2.cxx @@ -57,7 +57,6 @@ #include <uitool.hxx> #include <viewopt.hxx> #include <strings.hrc> -#include <strings.hrc> #include <PostItMgr.hxx> #include <fmtfld.hxx> diff --git a/sw/source/uibase/misc/redlndlg.cxx b/sw/source/uibase/misc/redlndlg.cxx index 5205e84ef715..0638544102c5 100644 --- a/sw/source/uibase/misc/redlndlg.cxx +++ b/sw/source/uibase/misc/redlndlg.cxx @@ -38,7 +38,6 @@ #include <strings.hrc> // -> #111827# -#include <strings.hrc> #include <swundo.hxx> #include <SwRewriter.hxx> // <- #111827# diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx index 841c8b5189a9..e62f7a57e47b 100644 --- a/sw/source/uibase/shells/basesh.cxx +++ b/sw/source/uibase/shells/basesh.cxx @@ -88,7 +88,6 @@ #include <cmdid.h> #include <globals.hrc> #include <strings.hrc> -#include <strings.hrc> #include <globals.h> #include <unotxdoc.hxx> #include <fmtinfmt.hxx> @@ -100,7 +99,6 @@ #include <instable.hxx> #include <svx/fmshell.hxx> #include <SwRewriter.hxx> -#include <strings.hrc> #include <unomid.h> #include <svx/galleryitem.hxx> #include <com/sun/star/gallery/GalleryItemType.hpp> diff --git a/sw/source/uibase/shells/grfshex.cxx b/sw/source/uibase/shells/grfshex.cxx index c5eec11bec03..ed3a269260c9 100644 --- a/sw/source/uibase/shells/grfshex.cxx +++ b/sw/source/uibase/shells/grfshex.cxx @@ -40,7 +40,6 @@ #include <svx/svdpagv.hxx> #include <SwStyleNameMapper.hxx> #include <sfx2/filedlghelper.hxx> -#include <strings.hrc> #include <sfx2/request.hxx> #include <sfx2/viewfrm.hxx> @@ -50,7 +49,6 @@ // -> #111827# #include <SwRewriter.hxx> -#include <strings.hrc> // <- #111827# using namespace ::com::sun::star; diff --git a/sw/source/uibase/shells/textsh.cxx b/sw/source/uibase/shells/textsh.cxx index 2c2ba48106f2..06c4b6c48b76 100644 --- a/sw/source/uibase/shells/textsh.cxx +++ b/sw/source/uibase/shells/textsh.cxx @@ -98,7 +98,6 @@ #include <vcl/EnumContext.hxx> #include <swslots.hxx> #include <SwRewriter.hxx> -#include <strings.hrc> using namespace ::com::sun::star; diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx index 87701819a9b1..4336c5e51030 100644 --- a/sw/source/uibase/shells/textsh1.cxx +++ b/sw/source/uibase/shells/textsh1.cxx @@ -84,7 +84,6 @@ #include <globals.hrc> #include <strings.hrc> #include <app.hrc> -#include <strings.hrc> #include "paratr.hxx" #include <vcl/svapp.hxx> #include <sfx2/app.hxx> @@ -110,7 +109,6 @@ #include <svx/nbdtmgfact.hxx> #include <svx/nbdtmg.hxx> #include <SwRewriter.hxx> -#include <strings.hrc> #include <svx/svdmodel.hxx> #include <svx/drawitem.hxx> #include <numrule.hxx> diff --git a/sw/source/uibase/uiview/srcview.cxx b/sw/source/uibase/uiview/srcview.cxx index 15e4ceaadb23..aedeb257963a 100644 --- a/sw/source/uibase/uiview/srcview.cxx +++ b/sw/source/uibase/uiview/srcview.cxx @@ -74,8 +74,6 @@ #include <helpids.h> #include <globals.hrc> #include <strings.hrc> -#include <strings.hrc> -#include <strings.hrc> #include <com/sun/star/ui/dialogs/XFilePicker2.hpp> #include <com/sun/star/ui/dialogs/XFilterManager.hpp> #include <sfx2/filedlghelper.hxx> diff --git a/sw/source/uibase/uiview/view.cxx b/sw/source/uibase/uiview/view.cxx index 8ce210215b0a..ae868121263c 100644 --- a/sw/source/uibase/uiview/view.cxx +++ b/sw/source/uibase/uiview/view.cxx @@ -88,7 +88,6 @@ #include <pview.hxx> #include <swdtflvr.hxx> #include <strings.hrc> -#include <strings.hrc> #include <cfgitems.hxx> #include <prtopt.hxx> #include <linguistic/lngprops.hxx> diff --git a/sw/source/uibase/uiview/view2.cxx b/sw/source/uibase/uiview/view2.cxx index b58c784e739d..ceedd12dd57b 100644 --- a/sw/source/uibase/uiview/view2.cxx +++ b/sw/source/uibase/uiview/view2.cxx @@ -107,13 +107,8 @@ #include <listsh.hxx> #include <cmdid.h> #include <strings.hrc> -#include <strings.hrc> -#include <strings.hrc> #include <swerror.h> #include <globals.hrc> -#include <strings.hrc> -#include <strings.hrc> -#include <strings.hrc> #include <app.hrc> #include <fmtclds.hxx> #include <helpids.h> diff --git a/sw/source/uibase/uiview/viewling.cxx b/sw/source/uibase/uiview/viewling.cxx index 6f320809d07e..baba813b4fbb 100644 --- a/sw/source/uibase/uiview/viewling.cxx +++ b/sw/source/uibase/uiview/viewling.cxx @@ -60,7 +60,6 @@ #include <cmdid.h> #include <globals.hrc> #include <strings.hrc> -#include <strings.hrc> #include <hhcwrp.hxx> #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> diff --git a/sw/source/uibase/uiview/viewmdi.cxx b/sw/source/uibase/uiview/viewmdi.cxx index 6825c037b3e6..fd85352ed75f 100644 --- a/sw/source/uibase/uiview/viewmdi.cxx +++ b/sw/source/uibase/uiview/viewmdi.cxx @@ -46,7 +46,6 @@ #include <cmdid.h> #include <strings.hrc> -#include <strings.hrc> #include <helpids.h> #include <globals.hrc> diff --git a/sw/source/uibase/uiview/viewsrch.cxx b/sw/source/uibase/uiview/viewsrch.cxx index f27f9bfa6f28..cf6288174c9e 100644 --- a/sw/source/uibase/uiview/viewsrch.cxx +++ b/sw/source/uibase/uiview/viewsrch.cxx @@ -63,7 +63,6 @@ #include <strings.hrc> #include <SwRewriter.hxx> -#include <strings.hrc> #include <IDocumentDrawModelAccess.hxx> #include <drawdoc.hxx> diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index 7420ad126eda..9935095d4127 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -58,7 +58,6 @@ #include <cmdid.h> #include <helpids.h> #include <strings.hrc> -#include <strings.hrc> #include <com/sun/star/text/XTextSectionsSupplier.hpp> #include <com/sun/star/text/XTextGraphicObjectsSupplier.hpp> #include <com/sun/star/text/XTextTablesSupplier.hpp> diff --git a/sw/source/uibase/utlui/glbltree.cxx b/sw/source/uibase/utlui/glbltree.cxx index 472bc963e756..371e645bddcc 100644 --- a/sw/source/uibase/utlui/glbltree.cxx +++ b/sw/source/uibase/utlui/glbltree.cxx @@ -54,7 +54,6 @@ #include <cmdid.h> #include <helpids.h> #include <strings.hrc> -#include <strings.hrc> #include <globals.hrc> #include "bitmaps.hlst" #include "swabstdlg.hxx" diff --git a/sw/source/uibase/web/wformsh.cxx b/sw/source/uibase/web/wformsh.cxx index 5e7451f5eb80..fc5d1c5e426f 100644 --- a/sw/source/uibase/web/wformsh.cxx +++ b/sw/source/uibase/web/wformsh.cxx @@ -30,7 +30,6 @@ #include "wformsh.hxx" #include "globals.hrc" #include "strings.hrc" -#include "strings.hrc" #include <sfx2/request.hxx> // needed for -fsanitize=function visibility of typeinfo for functions of diff --git a/sw/source/uibase/web/wfrmsh.cxx b/sw/source/uibase/web/wfrmsh.cxx index 16f78c3bf234..77e650f68e29 100644 --- a/sw/source/uibase/web/wfrmsh.cxx +++ b/sw/source/uibase/web/wfrmsh.cxx @@ -27,7 +27,6 @@ #include "wfrmsh.hxx" #include "globals.hrc" #include "strings.hrc" -#include "strings.hrc" #include <sfx2/request.hxx> // needed for -fsanitize=function visibility of typeinfo for functions of diff --git a/sw/source/uibase/web/wgrfsh.cxx b/sw/source/uibase/web/wgrfsh.cxx index 7db82aae2457..51a9a1a0bbe8 100644 --- a/sw/source/uibase/web/wgrfsh.cxx +++ b/sw/source/uibase/web/wgrfsh.cxx @@ -31,7 +31,6 @@ #include "docsh.hxx" #include "strings.hrc" #include "globals.hrc" -#include "strings.hrc" #include "wgrfsh.hxx" #include <sfx2/request.hxx> diff --git a/sw/source/uibase/web/wolesh.cxx b/sw/source/uibase/web/wolesh.cxx index d2df33079529..ab52b3af9ef9 100644 --- a/sw/source/uibase/web/wolesh.cxx +++ b/sw/source/uibase/web/wolesh.cxx @@ -27,7 +27,6 @@ #include "helpids.h" #include "globals.hrc" #include "strings.hrc" -#include "strings.hrc" #include "wolesh.hxx" #include "cmdid.h" diff --git a/sw/source/uibase/web/wtextsh.cxx b/sw/source/uibase/web/wtextsh.cxx index c7c102811907..c6b078bce472 100644 --- a/sw/source/uibase/web/wtextsh.cxx +++ b/sw/source/uibase/web/wtextsh.cxx @@ -31,7 +31,6 @@ #include "basesh.hxx" #include "globals.hrc" #include "strings.hrc" -#include "strings.hrc" #include <unomid.h> diff --git a/sw/source/uibase/web/wview.cxx b/sw/source/uibase/web/wview.cxx index a1297d62bde4..3ce256aafaf8 100644 --- a/sw/source/uibase/web/wview.cxx +++ b/sw/source/uibase/web/wview.cxx @@ -58,7 +58,6 @@ #include <wview.hxx> #include <wdocsh.hxx> #include <strings.hrc> -#include <strings.hrc> #include <sfx2/request.hxx> // needed for -fsanitize=function visibility of typeinfo for functions of |