diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-16 08:59:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-16 09:10:16 +0000 |
commit | 7cca2c7fb328e64f1779993b60809eff6974b970 (patch) | |
tree | 1e9463b671572a0ea0d04f443033b9eaf8933bcc /include/oox/ppt | |
parent | 3c73942c8c4b97ee9ede65890e1b1db3cac753c5 (diff) |
new loplugin finalprotected
look for final classes, and make sure they don't have protected members
Change-Id: I1fa810659bba02b61a5160dbfd8e24185ec9abf4
Reviewed-on: https://gerrit.libreoffice.org/30895
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox/ppt')
-rw-r--r-- | include/oox/ppt/timenode.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/oox/ppt/timenode.hxx b/include/oox/ppt/timenode.hxx index 7e6bd94b672c..0c3cd403b93d 100644 --- a/include/oox/ppt/timenode.hxx +++ b/include/oox/ppt/timenode.hxx @@ -94,7 +94,7 @@ namespace oox { namespace ppt { { return maPrevCondList; } AnimationCondition & getEndSyncValue() { mbHasEndSyncValue = true; return maEndSyncValue; } - protected: + private: static OUString getServiceName( sal_Int16 nNodeType ); @@ -104,7 +104,6 @@ namespace oox { namespace ppt { const OUString& rServiceName, const css::uno::Reference< css::animations::XAnimationNode >& rxNode ); - private: const sal_Int16 mnNodeType; TimeNodePtrList maChildren; |