summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/contentinfo.cxx
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 /ucbhelper/source/provider/contentinfo.cxx
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 'ucbhelper/source/provider/contentinfo.cxx')
-rw-r--r--ucbhelper/source/provider/contentinfo.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/ucbhelper/source/provider/contentinfo.cxx b/ucbhelper/source/provider/contentinfo.cxx
index 54c62347e493..b9e8a258ed0d 100644
--- a/ucbhelper/source/provider/contentinfo.cxx
+++ b/ucbhelper/source/provider/contentinfo.cxx
@@ -151,7 +151,7 @@ uno::Sequence< beans::Property > SAL_CALL PropertySetInfo::getProperties()
//=========================================================================
// virtual
beans::Property SAL_CALL PropertySetInfo::getPropertyByName(
- const rtl::OUString& aName )
+ const OUString& aName )
throw( beans::UnknownPropertyException, uno::RuntimeException )
{
beans::Property aProp;
@@ -164,7 +164,7 @@ beans::Property SAL_CALL PropertySetInfo::getPropertyByName(
//=========================================================================
// virtual
sal_Bool SAL_CALL PropertySetInfo::hasPropertyByName(
- const rtl::OUString& Name )
+ const OUString& Name )
throw( uno::RuntimeException )
{
beans::Property aProp;
@@ -186,7 +186,7 @@ void PropertySetInfo::reset()
//=========================================================================
sal_Bool PropertySetInfo::queryProperty(
- const rtl::OUString& rName, beans::Property& rProp )
+ const OUString& rName, beans::Property& rProp )
{
osl::MutexGuard aGuard( m_aMutex );
@@ -298,7 +298,7 @@ CommandProcessorInfo::getCommands()
// virtual
com::sun::star::ucb::CommandInfo SAL_CALL
CommandProcessorInfo::getCommandInfoByName(
- const rtl::OUString& Name )
+ const OUString& Name )
throw( com::sun::star::ucb::UnsupportedCommandException,
uno::RuntimeException )
{
@@ -326,7 +326,7 @@ CommandProcessorInfo::getCommandInfoByHandle( sal_Int32 Handle )
//=========================================================================
// virtual
sal_Bool SAL_CALL CommandProcessorInfo::hasCommandByName(
- const rtl::OUString& Name )
+ const OUString& Name )
throw( uno::RuntimeException )
{
com::sun::star::ucb::CommandInfo aInfo;
@@ -358,7 +358,7 @@ void CommandProcessorInfo::reset()
//=========================================================================
sal_Bool CommandProcessorInfo::queryCommand(
- const rtl::OUString& rName,
+ const OUString& rName,
com::sun::star::ucb::CommandInfo& rCommand )
{
osl::MutexGuard aGuard( m_aMutex );