office-gobmx/salhelper
Luboš Luňák 6080259862 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
2012-07-16 16:03:03 +02:00
..
inc/salhelper Remove some more include guards 2012-06-29 09:25:10 +02:00
prj
qa allow using rtl::OUString etc. simply as OUString, without rtl:: 2012-07-16 16:03:03 +02:00
source Remove some more include guards 2012-06-29 09:25:10 +02:00
test
CppunitTest_salhelper_checkapi.mk allow using rtl::OUString etc. simply as OUString, without rtl:: 2012-07-16 16:03:03 +02:00
CustomTarget_salhelper_allheaders.mk allow using rtl::OUString etc. simply as OUString, without rtl:: 2012-07-16 16:03:03 +02:00
Library_salhelper.mk
Makefile
Module_salhelper.mk allow using rtl::OUString etc. simply as OUString, without rtl:: 2012-07-16 16:03:03 +02:00
Package_inc.mk
README

C++ helpers to make use of sal easier.