diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-10-21 11:56:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-10-22 08:29:54 +0200 |
commit | a3c7d78f3dc5ccce60dc198d2466ec7470f7fe9c (patch) | |
tree | 90fafc65d3f560d6266c817042b91b744dfec004 /sdext | |
parent | db8f0528eb71252b4af9c3f7ec213ea7fb29591a (diff) |
loplugin:unusedmethods
Change-Id: I3c94d68cb85adc2005a5a5e3b03a311732f782c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141617
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/pdfimport/inc/pdfiprocessor.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sdext/source/pdfimport/inc/pdfiprocessor.hxx b/sdext/source/pdfimport/inc/pdfiprocessor.hxx index c872ead78917..fa86a5155905 100644 --- a/sdext/source/pdfimport/inc/pdfiprocessor.hxx +++ b/sdext/source/pdfimport/inc/pdfiprocessor.hxx @@ -79,8 +79,6 @@ namespace pdfi static void sortElements( Element* pElement ); - static OUString mirrorString( const OUString& i_rInString ); - private: void processGlyphLine(); |