summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-11 12:48:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-11 13:17:07 +0100
commit9ff5abf2e17e1f482a608c8c4a76b563fe8fe7e3 (patch)
treee074150783b29e3e8a884c2be93d15389f514c92 /sw/source/filter/ww8/ww8par.cxx
parentea5b48e9da1ea750cc4549f7cd76771800101ed2 (diff)
loplugin:privatebase: Make derivation from noncopyable explicitly private
Change-Id: Ia410950353aec0106ea82d025ed3ee89c79ca127
Diffstat (limited to 'sw/source/filter/ww8/ww8par.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 2dae4927f2c4..b605c02a74db 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -439,7 +439,7 @@ OUString BasicProjImportHelper::getProjectName()
return sProjName;
}
-class Sttb : TBBase, private boost::noncopyable
+class Sttb : public TBBase, private boost::noncopyable
{
struct SBBItem
{