diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-21 15:50:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-22 17:21:42 +0100 |
commit | d05dbf61d2f6c11799f3f20c6ae7c5aeb90e6bf8 (patch) | |
tree | 29b208e79effe13253a5e8b910ae72f2edaf0465 /sdext/source/pdfimport/inc | |
parent | 750ccfb2a60582a5652c08f3cbb6f11d4c152275 (diff) |
remove unused enums DocumentTextDirection and RendererPaneStyle::Side
Change-Id: I5409a1b1ea3e7619bd1dc4a430c65987269f6204
Reviewed-on: https://gerrit.libreoffice.org/63753
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sdext/source/pdfimport/inc')
-rw-r--r-- | sdext/source/pdfimport/inc/pdfiprocessor.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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) ; |