diff options
author | David Tardon <dtardon@redhat.com> | 2016-03-07 13:31:04 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-03-07 17:43:28 +0100 |
commit | d795f83695b4e741fe453b9ca14b64df4ef4b6aa (patch) | |
tree | d7038b5f29343730e599b911a1c160898b64184d /sw | |
parent | 24905f42b9efb381e7ccd43c0ab98facf5149af3 (diff) |
expand src templates
Change-Id: Id35caa8b8ed0c2f7e4d868f5c87a2a0f331cb352
Diffstat (limited to 'sw')
-rw-r--r-- | sw/AllLangResTarget_sw.mk | 1 | ||||
-rw-r--r-- | sw/source/ui/app/app.src | 1 | ||||
-rw-r--r-- | sw/source/ui/app/mn.src | 1 | ||||
-rw-r--r-- | sw/source/ui/shells/shells.src | 1 | ||||
-rw-r--r-- | sw/source/uibase/ribbar/workctrl.src | 1 | ||||
-rw-r--r-- | sw/source/uibase/uiview/view.src | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/sw/AllLangResTarget_sw.mk b/sw/AllLangResTarget_sw.mk index 84d833d92f30..ce52e5425dbd 100644 --- a/sw/AllLangResTarget_sw.mk +++ b/sw/AllLangResTarget_sw.mk @@ -61,7 +61,6 @@ $(eval $(call gb_SrsTarget_set_include,sw/res,\ -I$(SRCDIR)/sw/source/ui/utlui \ -I$(SRCDIR)/sw/source/ui/web \ -I$(SRCDIR)/sw/source/ui/wrtsh \ - -I$(call gb_SrsTemplateTarget_get_include_dir,) \ -I$(call gb_SrsTemplateTarget_get_include_dir,sw) \ )) diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src index b73d10c7b573..74c3ce18916f 100644 --- a/sw/source/ui/app/app.src +++ b/sw/source/ui/app/app.src @@ -20,7 +20,6 @@ #include <svl/style.hrc> #include <sfx2/sfx.hrc> #include <svx/dialogs.hrc> -#include <svx/globlmn.hrc> #include "cmdid.h" #include "access.hrc" #include "globals.hrc" diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src index 42b01e401780..3bc37bbc229e 100644 --- a/sw/source/ui/app/mn.src +++ b/sw/source/ui/app/mn.src @@ -18,7 +18,6 @@ */ #include <svx/dialogs.hrc> -#include <svx/globlmn.hrc> #include "cmdid.h" #include "app.hrc" #include "globals.hrc" diff --git a/sw/source/ui/shells/shells.src b/sw/source/ui/shells/shells.src index 8db90320895f..d8ac163b7645 100644 --- a/sw/source/ui/shells/shells.src +++ b/sw/source/ui/shells/shells.src @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include <svx/svxids.hrc> -#include <svx/globlmn.hrc> #include "helpid.h" #include "shells.hrc" #include "globals.hrc" diff --git a/sw/source/uibase/ribbar/workctrl.src b/sw/source/uibase/ribbar/workctrl.src index 4c4b2a9caa33..ba22b8b24594 100644 --- a/sw/source/uibase/ribbar/workctrl.src +++ b/sw/source/uibase/ribbar/workctrl.src @@ -18,7 +18,6 @@ */ #include <svx/svxids.hrc> -#include <svx/globlmn.hrc> #include "globals.hrc" #include "workctrl.hrc" #include "helpid.h" diff --git a/sw/source/uibase/uiview/view.src b/sw/source/uibase/uiview/view.src index 55b3640fcb4b..edb839f97cd0 100644 --- a/sw/source/uibase/uiview/view.src +++ b/sw/source/uibase/uiview/view.src @@ -18,7 +18,6 @@ */ #include <svx/svxids.hrc> -#include <svx/globlmn.hrc> #include "view.hrc" #include "shells.hrc" #include "globals.hrc" |