SwNodeIndex should really be final
Change-Id: I2ae917b43b18b14dce01121902a678d45ad520fe
This commit is contained in:
@@ -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& );
|
||||
|
Reference in New Issue
Block a user