forked from amazingfate/loongoffice
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
This commit is contained in:
@ -28,6 +28,7 @@
|
||||
$(eval $(call gb_Module_Module,cppu))
|
||||
|
||||
$(eval $(call gb_Module_add_targets,cppu,\
|
||||
CustomTarget_cppu_allheaders \
|
||||
InternalUnoApi_cppu \
|
||||
Library_affine_uno \
|
||||
Library_cppu \
|
||||
@ -38,6 +39,7 @@ $(eval $(call gb_Module_add_targets,cppu,\
|
||||
))
|
||||
|
||||
$(eval $(call gb_Module_add_check_targets,cppu,\
|
||||
CppunitTest_cppu_checkapi \
|
||||
CppunitTest_cppu_qa_any \
|
||||
CppunitTest_cppu_qa_recursion \
|
||||
CppunitTest_cppu_qa_reference \
|
||||
|
||||
Reference in New Issue
Block a user