diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-19 11:43:51 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-19 14:28:13 +0100 |
commit | d5c86be04ee4ab4dba14bc70adc91bf5888dc31c (patch) | |
tree | dfdcb1010028531fa8f95e9f5f4bca2d3d085ded /odk/qa | |
parent | f9d3e0f57c173494d250aadd0022abb738634f43 (diff) |
No need for RTL_USING in addition to LIBO_INTERNAL_ONLY
Change-Id: Iaa65658aed6bb4abb20a4d95dc9c6caf7c1c764b
Diffstat (limited to 'odk/qa')
-rw-r--r-- | odk/qa/checkapi/checkapi.cxx | 10 |
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 |