[Libreoffice-commits] core.git: sw/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Sat Apr 22 18:28:02 UTC 2017
sw/source/core/access/acccontext.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 42b40ede8c496aad1021e68a72523af4f57e89f6
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sat Apr 22 20:27:29 2017 +0200
fix the build
Change-Id: Icb33610ba7923f86e48f3173b16fc7f0abd05344
diff --git a/sw/source/core/access/acccontext.hxx b/sw/source/core/access/acccontext.hxx
index 1d4808bf34da..d41400a0fe65 100644
--- a/sw/source/core/access/acccontext.hxx
+++ b/sw/source/core/access/acccontext.hxx
@@ -112,8 +112,6 @@ protected:
bool IsDisposing() const { return m_isDisposing; }
vcl::Window *GetWindow();
- SwAccessibleMap *GetMap() { return m_pMap; }
- const SwAccessibleMap *GetMap() const { return m_pMap; }
/** convenience method to get the SwViewShell through accessibility map */
SwViewShell* GetShell()
@@ -171,6 +169,8 @@ protected:
public:
void FireAccessibleEvent( css::accessibility::AccessibleEventObject& rEvent );
+ SwAccessibleMap *GetMap() { return m_pMap; }
+ const SwAccessibleMap *GetMap() const { return m_pMap; }
protected:
// broadcast visual data event
More information about the Libreoffice-commits
mailing list