summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accessibility/inc/extended/AccessibleBrowseBoxBase.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/inc/extended/AccessibleBrowseBoxBase.hxx b/accessibility/inc/extended/AccessibleBrowseBoxBase.hxx
index ef199ee2da5c..d4ea1aabc07f 100644
--- a/accessibility/inc/extended/AccessibleBrowseBoxBase.hxx
+++ b/accessibility/inc/extended/AccessibleBrowseBoxBase.hxx
@@ -270,9 +270,6 @@ protected:
*/
AbsoluteScreenPixelRectangle getBoundingBoxOnScreen();
- ::comphelper::AccessibleEventNotifier::TClientId getClientId() const { return m_aClientId; }
- void setClientId(::comphelper::AccessibleEventNotifier::TClientId _aNewClientId) { m_aClientId = _aNewClientId; }
-
public:
/** @return The osl::Mutex member provided by the class BaseMutex. */
::osl::Mutex& getMutex( ) { return m_aMutex; }
@@ -294,6 +291,9 @@ protected:
css::uno::Reference< css::awt::XWindow > m_xFocusWindow;
private:
+ ::comphelper::AccessibleEventNotifier::TClientId getClientId() const { return m_aClientId; }
+ void setClientId(::comphelper::AccessibleEventNotifier::TClientId _aNewClientId) { m_aClientId = _aNewClientId; }
+
/** Localized name. */
OUString maName;
/** Localized description text. */