Kaydet (Commit) b72b1011 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

move IsChanged to shared base

Change-Id: I1b70e51c2bb99db0e546793f0257e751c9129b47
üst feac7080
......@@ -331,7 +331,7 @@ public:
m_pPosition = GetLeftOfPos();
return PTR_CAST(TElementType,m_pCurrent = m_pPosition);
}
bool IsChanged() { return sw::ClientIteratorBase::IsChanged(); }
using sw::ClientIteratorBase::IsChanged;
};
template< typename TSource > class SwIterator<SwClient, TSource> SAL_FINAL : private sw::ClientIteratorBase
......@@ -362,7 +362,7 @@ public:
m_pPosition = GetLeftOfPos();
return m_pCurrent = m_pPosition;
}
bool IsChanged() { return sw::ClientIteratorBase::IsChanged(); }
using sw::ClientIteratorBase::IsChanged;
};
SwClient::SwClient( SwModify* pToRegisterIn )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment