summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-03-18 15:01:09 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-03-19 23:41:07 +0100
commit25a99a65e8aa2962ed980ed750c349d7863eb87c (patch)
tree47b05bea183df474ef8c09318c4ccb74a0e7733c
parent11b22c3c68a939cb723062ba9e6da279dd14398f (diff)
make GetModify private
Change-Id: I451f2670027eabb692ad2c91f33dfe7c311b8731
-rw-r--r--sw/inc/calbck.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index 480c05d52aba..8fa3ff5e8c26 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -266,6 +266,7 @@ class SwClientIter SAL_FINAL : public sw::Ring<SwClientIter>
m_pPosition = static_cast<SwClient*>(m_pPosition->m_pLeft);
return m_pCurrent = m_pPosition;
}
+ const SwModify& GetModify() const { return m_rRoot; }
static SW_DLLPUBLIC SwClientIter* our_pClientIters;
@@ -285,8 +286,6 @@ public:
MoveTo(nullptr);
}
- const SwModify& GetModify() const { return m_rRoot; }
-
SwClient* operator++()
{
if( m_pPosition == m_pCurrent )