mass removal of rtl:: prefixes for O(U)String*

Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).

Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
This commit is contained in:
Luboš Luňák
2013-04-07 12:06:47 +02:00
parent 5b08c6e7a2
commit 1946794ae0
8696 changed files with 81055 additions and 83332 deletions

View File

@@ -24,9 +24,6 @@
#include "osl/thread.h"
#include "osl/process.h"
using ::rtl::OUString;
using ::rtl::OUStringToOString;
using ::rtl::OString;
#ifdef SAL_UNX
#define SEPARATOR '/'