summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/numberedcollection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/inc/comphelper/numberedcollection.hxx')
-rw-r--r--comphelper/inc/comphelper/numberedcollection.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/inc/comphelper/numberedcollection.hxx b/comphelper/inc/comphelper/numberedcollection.hxx
index 59183e460b9e..6a311767658d 100644
--- a/comphelper/inc/comphelper/numberedcollection.hxx
+++ b/comphelper/inc/comphelper/numberedcollection.hxx
@@ -104,7 +104,7 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex
@param sPrefix
the new prefix for untitled components.
*/
- void setUntitledPrefix(const ::rtl::OUString& sPrefix);
+ void setUntitledPrefix(const OUString& sPrefix);
//---------------------------------------
/** @see css.frame.XUntitledNumbers */
@@ -126,7 +126,7 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex
//---------------------------------------
/** @see css.frame.XUntitledNumbers */
- virtual ::rtl::OUString SAL_CALL getUntitledPrefix()
+ virtual OUString SAL_CALL getUntitledPrefix()
throw (css::uno::RuntimeException);
//-------------------------------------------
@@ -160,7 +160,7 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex
private:
/// localized string to be used for untitled components
- ::rtl::OUString m_sUntitledPrefix;
+ OUString m_sUntitledPrefix;
/// cache of all "leased numbers" and its bound components
TNumberedItemHash m_lComponents;