From d05dbf61d2f6c11799f3f20c6ae7c5aeb90e6bf8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 21 Nov 2018 15:50:55 +0200 Subject: remove unused enums DocumentTextDirection and RendererPaneStyle::Side Change-Id: I5409a1b1ea3e7619bd1dc4a430c65987269f6204 Reviewed-on: https://gerrit.libreoffice.org/63753 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sdext/source/pdfimport/inc/pdfiprocessor.hxx | 1 - sdext/source/presenter/PresenterPaneBorderPainter.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'sdext') 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( -- cgit