summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/misc/ImplHelper.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-04-07 12:06:47 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-04-07 14:23:11 +0200
commit1946794ae09ba732022fe6a74ea45e304ab70b84 (patch)
treee32bd7ba61fa021ecc7f8c85959df8ca837d6e81 /dtrans/source/win32/misc/ImplHelper.hxx
parent5b08c6e7a21dda94d5b755eea0b1ed1e9c199bec (diff)
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
Diffstat (limited to 'dtrans/source/win32/misc/ImplHelper.hxx')
-rw-r--r--dtrans/source/win32/misc/ImplHelper.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/dtrans/source/win32/misc/ImplHelper.hxx b/dtrans/source/win32/misc/ImplHelper.hxx
index 811849e332bf..10fb2593cc54 100644
--- a/dtrans/source/win32/misc/ImplHelper.hxx
+++ b/dtrans/source/win32/misc/ImplHelper.hxx
@@ -47,14 +47,14 @@ DVTARGETDEVICE* SAL_CALL CopyTargetDevice(DVTARGETDEVICE* ptdSrc);
//--------------------------------------------------
sal_uInt32 SAL_CALL getWinCPFromMimeCharset(
- const rtl::OUString& charset );
+ const OUString& charset );
//--------------------------------------------------
// returns a windows codepage appropriate to the
// given locale and locale type
//--------------------------------------------------
-rtl::OUString SAL_CALL getWinCPFromLocaleId(
+OUString SAL_CALL getWinCPFromLocaleId(
LCID lcid, LCTYPE lctype );
//--------------------------------------------------
@@ -63,8 +63,8 @@ rtl::OUString SAL_CALL getWinCPFromLocaleId(
// given, e.g. "windows-" or "cp"
//--------------------------------------------------
-rtl::OUString SAL_CALL getMimeCharsetFromWinCP(
- sal_uInt32 cp, const rtl::OUString& aPrefix );
+OUString SAL_CALL getMimeCharsetFromWinCP(
+ sal_uInt32 cp, const OUString& aPrefix );
//--------------------------------------------------
// returns a mime charset parameter value appropriate
@@ -72,8 +72,8 @@ rtl::OUString SAL_CALL getMimeCharsetFromWinCP(
// prefix can be given, e.g. "windows-" or "cp"
//--------------------------------------------------
-rtl::OUString SAL_CALL getMimeCharsetFromLocaleId(
- LCID lcid, LCTYPE lctype, const rtl::OUString& aPrefix );
+OUString SAL_CALL getMimeCharsetFromLocaleId(
+ LCID lcid, LCTYPE lctype, const OUString& aPrefix );
//-----------------------------------------------------
// returns true, if a given codepage is an oem codepage
@@ -85,7 +85,7 @@ sal_Bool SAL_CALL IsOEMCP( sal_uInt32 codepage );
// converts a codepage into a string representation
//--------------------------------------------------
-rtl::OUString SAL_CALL cptostr( sal_uInt32 codepage );
+OUString SAL_CALL cptostr( sal_uInt32 codepage );
#endif