diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2014-12-10 12:53:05 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2014-12-18 01:46:02 +0100 |
commit | ab2b384cd761c5c44fd00c19a8907ff220dd36c3 (patch) | |
tree | 4c26adc203305119fd199cbe3acab1e98534cb20 /sw | |
parent | 7aaadcfce963079aafd52988bd834f50c2d6a4ec (diff) |
SwNodeIndex should really be final
Change-Id: I2ae917b43b18b14dce01121902a678d45ad520fe
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/ndindex.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndindex.hxx b/sw/inc/ndindex.hxx index c8221c269c81..836e4b836e45 100644 --- a/sw/inc/ndindex.hxx +++ b/sw/inc/ndindex.hxx @@ -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& ); |