SwNodeIndex should really be final

Change-Id: I2ae917b43b18b14dce01121902a678d45ad520fe
This commit is contained in:
Bjoern Michaelsen
2014-12-10 12:53:05 +01:00
parent 7aaadcfce9
commit ab2b384cd7

View File

@@ -30,7 +30,7 @@ class SwNode;
class SwNodes;
/// Marks a node in the document model.
class SW_DLLPUBLIC SwNodeIndex
class SW_DLLPUBLIC SwNodeIndex SAL_FINAL
{
friend void SwNodes::RegisterIndex( SwNodeIndex& );
friend void SwNodes::DeRegisterIndex( SwNodeIndex& );