diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-11 15:02:19 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-12 06:58:39 +0000 |
commit | d30a4298bdb5ba53cd1fe659f2b742f218a2e527 (patch) | |
tree | 504f4f5e1d498276779105b711e4c30744dea1c2 /include/tools | |
parent | 500a3be0ea9184fc2823d704acf4037f70c6721e (diff) |
loplugin:unusedenumconstants in package..svtools
Change-Id: I8136b93b9303ebecafd791159e813c335b1bc172
Reviewed-on: https://gerrit.libreoffice.org/28052
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/b3dtrans.hxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/tools/b3dtrans.hxx b/include/tools/b3dtrans.hxx index 8b47ba9ed90b..b0403cfc0346 100644 --- a/include/tools/b3dtrans.hxx +++ b/include/tools/b3dtrans.hxx @@ -29,21 +29,6 @@ #include <basegfx/point/b2dpoint.hxx> #include <tools/toolsdllapi.h> -/// Supported methods for setting the aspect ratio -enum Base3DRatio -{ - Base3DRatioGrow = 1, - Base3DRatioShrink, - Base3DRatioMiddle -}; - -/// Supported projection types -enum Base3DProjectionType -{ - Base3DProjectionTypeParallel = 1, - Base3DProjectionTypePerspective -}; - /// Transformation sets for 3D output class TOOLS_DLLPUBLIC B3dTransformationSet { |