diff options
-rw-r--r-- | compilerplugins/clang/unusedenumconstants.untouched.results | 14 | ||||
-rw-r--r-- | sdext/source/pdfimport/inc/pdfiprocessor.hxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterPaneBorderPainter.cxx | 1 |
3 files changed, 0 insertions, 16 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.untouched.results b/compilerplugins/clang/unusedenumconstants.untouched.results index 37c7fbeb4c20..d41fe9284f19 100644 --- a/compilerplugins/clang/unusedenumconstants.untouched.results +++ b/compilerplugins/clang/unusedenumconstants.untouched.results @@ -362,20 +362,6 @@ sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx:45 enum sd::slidesorter::view::InsertAnimator::ResetMode RM_AbortAnimations sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx:45 enum sd::slidesorter::view::InsertAnimator::ResetMode RM_Normal -sdext/source/pdfimport/inc/pdfiprocessor.hxx:74 - enum pdfi::PDFIProcessor::DocumentTextDirecion TbLr -sdext/source/pdfimport/inc/pdfiprocessor.hxx:74 - enum pdfi::PDFIProcessor::DocumentTextDirecion LrTb -sdext/source/pdfimport/inc/pdfiprocessor.hxx:74 - enum pdfi::PDFIProcessor::DocumentTextDirecion RlTb -sdext/source/presenter/PresenterPaneBorderPainter.cxx:93 - enum sdext::presenter::(anonymous namespace)::RendererPaneStyle::Side Left -sdext/source/presenter/PresenterPaneBorderPainter.cxx:93 - enum sdext::presenter::(anonymous namespace)::RendererPaneStyle::Side Top -sdext/source/presenter/PresenterPaneBorderPainter.cxx:93 - enum sdext::presenter::(anonymous namespace)::RendererPaneStyle::Side Right -sdext/source/presenter/PresenterPaneBorderPainter.cxx:93 - enum sdext::presenter::(anonymous namespace)::RendererPaneStyle::Side Bottom svx/inc/sxmkitm.hxx:25 enum SdrMeasureKind SDRMEASURE_RADIUS sw/inc/docary.hxx:74 diff --git a/sdext/source/pdfimport/inc/pdfiprocessor.hxx b/sdext/source/pdfimport/inc/pdfiprocessor.hxx index 27a5232e52f0..281c78be6c8d 100644 --- a/sdext/source/pdfimport/inc/pdfiprocessor.hxx +++ b/sdext/source/pdfimport/inc/pdfiprocessor.hxx @@ -71,7 +71,6 @@ namespace pdfi css::uno::XComponentContext > m_xContext; basegfx::B2DHomMatrix prevTextMatrix; double prevCharWidth; - enum DocumentTextDirecion { LrTb, RlTb, TbLr }; explicit PDFIProcessor( const css::uno::Reference< css::task::XStatusIndicator >& xStat, css::uno::Reference< css::uno::XComponentContext > const & xContext) ; diff --git a/sdext/source/presenter/PresenterPaneBorderPainter.cxx b/sdext/source/presenter/PresenterPaneBorderPainter.cxx index 9af437f15bce..719769cda946 100644 --- a/sdext/source/presenter/PresenterPaneBorderPainter.cxx +++ b/sdext/source/presenter/PresenterPaneBorderPainter.cxx @@ -90,7 +90,6 @@ namespace { BorderSize maInnerBorderSize; BorderSize maOuterBorderSize; BorderSize maTotalBorderSize; - enum Side { Left, Top, Right, Bottom }; private: void UpdateBorderSizes(); SharedBitmapDescriptor GetBitmap( |