Kaydet (Commit) 71fe1190 authored tarafından Michael Stahl's avatar Michael Stahl

sw: delete these unwanted SwNodeIndex ctors

Change-Id: I289900b998c5a25307b76efb723aaf12dd6431b1
üst c7fb1d83
...@@ -37,8 +37,8 @@ class SW_DLLPUBLIC SwNodeIndex SAL_FINAL : public sw::Ring<SwNodeIndex> ...@@ -37,8 +37,8 @@ class SW_DLLPUBLIC SwNodeIndex SAL_FINAL : public sw::Ring<SwNodeIndex>
SwNode* pNd; SwNode* pNd;
// These are not allowed! // These are not allowed!
SwNodeIndex( SwNodes& rNds, sal_uInt16 nIdx ); SwNodeIndex( SwNodes& rNds, sal_uInt16 nIdx ) SAL_DELETED_FUNCTION;
SwNodeIndex( SwNodes& rNds, int nIdx ); SwNodeIndex( SwNodes& rNds, int nIdx ) SAL_DELETED_FUNCTION;
void RegisterIndex( SwNodes& rNodes ) void RegisterIndex( SwNodes& rNodes )
{ {
if(!rNodes.vIndices) if(!rNodes.vIndices)
......
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