summaryrefslogtreecommitdiff
path: root/include/svx/AccessibleTextHelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 09:07:12 +0200
committerNoel Grandin <noel@peralex.com>2015-10-23 10:48:50 +0200
commitc06e2fcc2c03c4b6353bd9a1e282c36de872d777 (patch)
tree69cdc7e4bf9d658b108d2a71a8d9ed41c518ed0d /include/svx/AccessibleTextHelper.hxx
parenta1ff0745cc4f78777e8dba1e7bb52d18386d7394 (diff)
com::sun::star->css in include/sot to include/typelib
Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de
Diffstat (limited to 'include/svx/AccessibleTextHelper.hxx')
-rw-r--r--include/svx/AccessibleTextHelper.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/svx/AccessibleTextHelper.hxx b/include/svx/AccessibleTextHelper.hxx
index 6178aaeffd45..b28ee493fbcf 100644
--- a/include/svx/AccessibleTextHelper.hxx
+++ b/include/svx/AccessibleTextHelper.hxx
@@ -203,7 +203,7 @@ namespace accessibility
The interface that should be set as the source for
accessibility events sent by this object.
*/
- void SetEventSource( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& rInterface );
+ void SetEventSource( const css::uno::Reference< css::accessibility::XAccessible >& rInterface );
/** Set offset of EditEngine/Outliner from parent
@@ -250,7 +250,7 @@ namespace accessibility
The states are passed to every created child object
(text paragraph). The state values are defined in
- com::sun::star::accessibility::AccessibleStateType.
+ css::accessibility::AccessibleStateType.
This function has to be called before querying for
any children (e.g. with GetChild()).
@@ -333,7 +333,7 @@ namespace accessibility
@attention Don't call with locked mutexes. You may hold
the solar mutex, but this method acquires it anyway.
*/
- ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > GetChild( sal_Int32 i );
+ css::uno::Reference< css::accessibility::XAccessible > GetChild( sal_Int32 i );
// XAccessibleEventBroadcaster child related methods
@@ -341,12 +341,12 @@ namespace accessibility
@attention Don't call with locked mutexes
*/
- void AddEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener );
+ void AddEventListener( const css::uno::Reference< css::accessibility::XAccessibleEventListener >& xListener );
/** Implements removeEventListener
@attention Don't call with locked mutexes
*/
- void RemoveEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener );
+ void RemoveEventListener( const css::uno::Reference< css::accessibility::XAccessibleEventListener >& xListener );
// XAccessibleComponent child related methods
@@ -355,7 +355,7 @@ namespace accessibility
@attention Don't call with locked mutexes. You may hold
the solar mutex, but this method acquires it anyway.
*/
- ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL GetAt( const ::com::sun::star::awt::Point& aPoint );
+ css::uno::Reference< css::accessibility::XAccessible > SAL_CALL GetAt( const css::awt::Point& aPoint );
private: