diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2017-04-27 12:46:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-27 16:13:06 +0200 |
commit | 2762ee5fe356f0f56069165a4a1cd52a5a802134 (patch) | |
tree | 0ec0ea3d990815113408e9ebb89d2f769c930731 /basic/source/classes | |
parent | 1f111de215dc56f8e31d25059b66a10258c9e612 (diff) |
explicitly defining __RSC is no longer necessary
since commit 6b448d3634f26224e480c0f30c617eacd7b4e3ab
"make __RSC a builtin define for the RSC compiler"
Change-Id: I99af239993c3217bf528f5595def0c2de337f01b
Reviewed-on: https://gerrit.libreoffice.org/37025
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basic/source/classes')
-rw-r--r-- | basic/source/classes/sb.src | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/classes/sb.src b/basic/source/classes/sb.src index 91f9d771cbc7..634dcab034bd 100644 --- a/basic/source/classes/sb.src +++ b/basic/source/classes/sb.src @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define __RSC - #include <vcl/errcode.hxx> #include <basic/sberrors.hxx> |