summaryrefslogtreecommitdiff
path: root/accessibility/inc/accessibility/helper
diff options
context:
space:
mode:
authorRicardo Montania <ricardo@linuxafundo.com.br>2012-09-09 00:04:28 -0300
committerLuboš Luňák <l.lunak@suse.cz>2012-09-11 12:38:36 +0000
commit1ebed7b6c9aad8148ba22072c17f1a3fd9a1f3fe (patch)
treeaf2ccd11abb96ae715872553aa55902aeff78fd5 /accessibility/inc/accessibility/helper
parenta1417c73a294892cc221037c24df956da66cdf58 (diff)
::rtl::OUString to OUString correction in accessibility
Change-Id: Ib59e07ef5dcdd2f30bc5abee2e958cbda57e9629 Reviewed-on: https://gerrit.libreoffice.org/589 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'accessibility/inc/accessibility/helper')
-rw-r--r--accessibility/inc/accessibility/helper/accresmgr.hxx2
-rw-r--r--accessibility/inc/accessibility/helper/characterattributeshelper.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/inc/accessibility/helper/accresmgr.hxx b/accessibility/inc/accessibility/helper/accresmgr.hxx
index b7c55ed75f8c..e363590c3093 100644
--- a/accessibility/inc/accessibility/helper/accresmgr.hxx
+++ b/accessibility/inc/accessibility/helper/accresmgr.hxx
@@ -54,7 +54,7 @@ protected:
public:
// loads the string with the specified resource id
- static ::rtl::OUString loadString( sal_uInt16 nResId );
+ static OUString loadString( sal_uInt16 nResId );
};
diff --git a/accessibility/inc/accessibility/helper/characterattributeshelper.hxx b/accessibility/inc/accessibility/helper/characterattributeshelper.hxx
index 2b5c7a4c987b..4c4c604da38f 100644
--- a/accessibility/inc/accessibility/helper/characterattributeshelper.hxx
+++ b/accessibility/inc/accessibility/helper/characterattributeshelper.hxx
@@ -34,7 +34,7 @@ class CharacterAttributesHelper
{
private:
- typedef ::std::map< ::rtl::OUString, ::com::sun::star::uno::Any, ::std::less< ::rtl::OUString > > AttributeMap;
+ typedef ::std::map< OUString, ::com::sun::star::uno::Any, ::std::less< OUString > > AttributeMap;
AttributeMap m_aAttributeMap;
@@ -44,7 +44,7 @@ public:
~CharacterAttributesHelper();
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > GetCharacterAttributes();
- ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > GetCharacterAttributes( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes );
+ ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > GetCharacterAttributes( const ::com::sun::star::uno::Sequence< OUString >& aRequestedAttributes );
};
#endif // ACCESSIBILITY_HELPER_CHARACTERATTRIBUTESHELPER_HXX