summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-12-03 14:54:39 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-12-03 18:04:24 +0100
commit084a2c52c27a095bf32815512340b485c5b05eaf (patch)
tree3f55ca2cf9044869d394010747058435b79cf89e /solenv
parentce90f99a2d66c2b998ad3f9f028e2ea623a757f5 (diff)
make sure fast string operator+ is used only by LO code
Change-Id: Iaa8fc379e4d032931c0f60a3e3525783d8d28964
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/gbuild.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index 23b580aa2343..d0440b49c600 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -197,9 +197,10 @@ gb_GLOBALDEFS := \
$(gb_COMPILERDEFS) \
$(gb_CPUDEFS) \
-# This is used to tag deprecation for API we want to
+# This is used to detect whether LibreOffice is being built (as opposed to building
+# 3rd-party code). Used for tag deprecation for API we want to
# ensure is not used at all externally while we clean
-# out our internal usage.
+# out our internal usage, for code in sal/ that should be used only internally, etc.
gb_GLOBALDEFS += \
-DLIBO_INTERNAL_ONLY \