diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-20 13:12:31 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-21 06:50:55 +0000 |
commit | c714b43b0137ad253f51e1c65417c9874b8509e5 (patch) | |
tree | c258269d292ec4b65235357e82a70c3b6f364563 /oox/inc/drawingml/shape3dproperties.hxx | |
parent | 82b896f1f85b510eb72bb6d2f97d29defe1edf8b (diff) |
loplugin:unusedmethods oox
Change-Id: I5381e0da0efc1f951e248cfcfb35fc680ace94e4
Reviewed-on: https://gerrit.libreoffice.org/17225
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'oox/inc/drawingml/shape3dproperties.hxx')
-rw-r--r-- | oox/inc/drawingml/shape3dproperties.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/oox/inc/drawingml/shape3dproperties.hxx b/oox/inc/drawingml/shape3dproperties.hxx index d3e491b29eba..8896c115573d 100644 --- a/oox/inc/drawingml/shape3dproperties.hxx +++ b/oox/inc/drawingml/shape3dproperties.hxx @@ -70,9 +70,6 @@ struct Shape3DProperties OptValue< BevelProperties > maTopBevelProperties; OptValue< BevelProperties > maBottomBevelProperties; - /** Overwrites all members that are explicitly set in rSourceProps. */ - void assignUsed( const Shape3DProperties& rSourceProps ); - static OUString getCameraPrstName( sal_Int32 nElement ); static OUString getLightRigName( sal_Int32 nElement ); static OUString getLightRigDirName( sal_Int32 nElement ); |