From 6080259862ee9886d1dabcb7c06132268a398cc6 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Mon, 16 Jul 2012 14:33:06 +0200 Subject: allow using rtl::OUString etc. simply as OUString, without rtl:: http://lists.freedesktop.org/archives/libreoffice/2012-April/029940.html The RTL_USING #define (set by gbuild for anything that's not public API) allows to use such classes simply by their name, without having to use the namespace or do explicit using rtl::OUString (which half of the sources do anyway). Change-Id: I7edaf12cd278489cdc1d5ff782f0a86361c13c0a --- cppuhelper/Module_cppuhelper.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cppuhelper/Module_cppuhelper.mk') diff --git a/cppuhelper/Module_cppuhelper.mk b/cppuhelper/Module_cppuhelper.mk index e2e0fb2e3c80..1fd498b1ba2e 100644 --- a/cppuhelper/Module_cppuhelper.mk +++ b/cppuhelper/Module_cppuhelper.mk @@ -28,6 +28,7 @@ $(eval $(call gb_Module_Module,cppuhelper)) $(eval $(call gb_Module_add_targets,cppuhelper,\ + CustomTarget_cppuhelper_allheaders \ InternalUnoApi_cppuhelper \ Library_cppuhelper \ Package_findsofficepath \ @@ -36,6 +37,7 @@ $(eval $(call gb_Module_add_targets,cppuhelper,\ )) $(eval $(call gb_Module_add_check_targets,cppuhelper,\ + CppunitTest_cppuhelper_checkapi \ CppunitTest_cppuhelper_cppu_ifcontainer \ CppunitTest_cppuhelper_cppu_unourl \ )) -- cgit