[Libreoffice-commits] core.git: basic/source

Noel Grandin noelgrandin at gmail.com
Thu Apr 27 14:13:34 UTC 2017


 basic/source/classes/sb.src |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 2762ee5fe356f0f56069165a4a1cd52a5a802134
Author: Noel Grandin <noelgrandin at gmail.com>
Date:   Thu Apr 27 12:46:13 2017 +0200

    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 at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

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>
 


More information about the Libreoffice-commits mailing list