summaryrefslogtreecommitdiff
path: root/odk/qa
diff options
context:
space:
mode:
Diffstat (limited to 'odk/qa')
-rw-r--r--odk/qa/checkapi/checkapi.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odk/qa/checkapi/checkapi.cxx b/odk/qa/checkapi/checkapi.cxx
index 9cbf66755ddc..96783efb08d0 100644
--- a/odk/qa/checkapi/checkapi.cxx
+++ b/odk/qa/checkapi/checkapi.cxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+// Acts as if building outside of LO.
+#undef LIBO_INTERNAL_ONLY
+
// The whole purpose of this test is to check that public API headers
// build even without RTL_USING (which enables using e.g. rtl::OUString
// without to refer to the rtl namespace, which is not wanted