summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-19 11:43:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-19 14:28:13 +0100
commitd5c86be04ee4ab4dba14bc70adc91bf5888dc31c (patch)
treedfdcb1010028531fa8f95e9f5f4bca2d3d085ded /odk
parentf9d3e0f57c173494d250aadd0022abb738634f43 (diff)
No need for RTL_USING in addition to LIBO_INTERNAL_ONLY
Change-Id: Iaa65658aed6bb4abb20a4d95dc9c6caf7c1c764b
Diffstat (limited to 'odk')
-rw-r--r--odk/qa/checkapi/checkapi.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/odk/qa/checkapi/checkapi.cxx b/odk/qa/checkapi/checkapi.cxx
index c76b4feec373..644de04dad6a 100644
--- a/odk/qa/checkapi/checkapi.cxx
+++ b/odk/qa/checkapi/checkapi.cxx
@@ -12,16 +12,6 @@
#error Build system problem, LIBO_INTERNAL_ONLY should not be set here.
#endif
-// 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
-// in public API). If there are build errors here, check the headers
-// for uses of such types.
-
-#ifdef RTL_USING
-#error Build system problem, RTL_USING should not be set here.
-#endif
-
// Additionally, check that public API headers build also with C++03.
//#if __cplusplus >= 201103L