diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2017-04-23 15:48:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-25 10:04:53 +0200 |
commit | 6b448d3634f26224e480c0f30c617eacd7b4e3ab (patch) | |
tree | e829dd9ce5207e29be890c309e3b5ceaa3e4eea9 /uui | |
parent | da64d198ec3b31318c92ad4bcaab18cc2bf5cfdc (diff) |
make __RSC a builtin define for the RSC compiler
instead of randomly defining it in only some of .src files
Change-Id: Ifec3920740723d248400f451d717b5288c421b8d
Reviewed-on: https://gerrit.libreoffice.org/36832
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/alreadyopen.src | 2 | ||||
-rw-r--r-- | uui/source/filechanged.src | 2 | ||||
-rw-r--r-- | uui/source/ids.src | 2 | ||||
-rw-r--r-- | uui/source/lockfailed.src | 2 | ||||
-rw-r--r-- | uui/source/nameclashdlg.src | 2 | ||||
-rw-r--r-- | uui/source/openlocked.src | 2 | ||||
-rw-r--r-- | uui/source/passworddlg.src | 2 | ||||
-rw-r--r-- | uui/source/passworderrs.src | 2 | ||||
-rw-r--r-- | uui/source/trylater.src | 2 |
9 files changed, 0 insertions, 18 deletions
diff --git a/uui/source/alreadyopen.src b/uui/source/alreadyopen.src index 876db49a0f6d..6bcca248d9ef 100644 --- a/uui/source/alreadyopen.src +++ b/uui/source/alreadyopen.src @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define __RSC - #include "ids.hrc" String STR_ALREADYOPEN_TITLE diff --git a/uui/source/filechanged.src b/uui/source/filechanged.src index 4d7e92ca5133..ebc37bf72dd6 100644 --- a/uui/source/filechanged.src +++ b/uui/source/filechanged.src @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define __RSC - #include "ids.hrc" String STR_FILECHANGED_TITLE diff --git a/uui/source/ids.src b/uui/source/ids.src index f775a4c8f013..82f5191b19c1 100644 --- a/uui/source/ids.src +++ b/uui/source/ids.src @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define __RSC - #include "ids.hrc" String RID_KEEP_PASSWORD diff --git a/uui/source/lockfailed.src b/uui/source/lockfailed.src index 2384e43e0ed7..91b5bff7f559 100644 --- a/uui/source/lockfailed.src +++ b/uui/source/lockfailed.src @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define __RSC - #include "ids.hrc" String STR_LOCKFAILED_TITLE diff --git a/uui/source/nameclashdlg.src b/uui/source/nameclashdlg.src index b608123c1d53..615b83adc996 100644 --- a/uui/source/nameclashdlg.src +++ b/uui/source/nameclashdlg.src @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define __RSC - #include "ids.hrc" String STR_RENAME_OR_REPLACE diff --git a/uui/source/openlocked.src b/uui/source/openlocked.src index 8aee0a643bf9..2e30dbf646b5 100644 --- a/uui/source/openlocked.src +++ b/uui/source/openlocked.src @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define __RSC - #include "ids.hrc" String STR_OPENLOCKED_TITLE diff --git a/uui/source/passworddlg.src b/uui/source/passworddlg.src index 28379a36de06..93d3d5ee18b0 100644 --- a/uui/source/passworddlg.src +++ b/uui/source/passworddlg.src @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define __RSC - #include "ids.hrc" String STR_ENTER_PASSWORD_TO_OPEN diff --git a/uui/source/passworderrs.src b/uui/source/passworderrs.src index 65b7eacabcc2..ae92de07e717 100644 --- a/uui/source/passworderrs.src +++ b/uui/source/passworderrs.src @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define __RSC - #include "ids.hrc" String STR_ERROR_PASSWORD_TO_OPEN_WRONG diff --git a/uui/source/trylater.src b/uui/source/trylater.src index 4459c1530c74..0b02b391bb6e 100644 --- a/uui/source/trylater.src +++ b/uui/source/trylater.src @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define __RSC - #include "ids.hrc" String STR_TRYLATER_TITLE |