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 /sc/source | |
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 'sc/source')
-rw-r--r-- | sc/source/ui/src/scerrors.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/src/scerrors.src b/sc/source/ui/src/scerrors.src index a6662c06d1f7..f9ad6237b843 100644 --- a/sc/source/ui/src/scerrors.src +++ b/sc/source/ui/src/scerrors.src @@ -16,7 +16,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define __RSC #include "scerrors.hxx" #include "sc.hrc" |