diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-08 20:04:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-09 12:08:15 +0200 |
commit | 485300f9aef53f63e24339422b1dd2bfa12d543e (patch) | |
tree | 3e3f5aca8dbbade3ed18a68da0b57ace4cc2bee5 /vcl/inc | |
parent | 0e1a0ecffa055062a21815ab13eb6e4f8c769b8f (diff) |
loplugin:unusedmethods
Change-Id: Ib89ab59f7ad7e90b2a44ddd122176cde904fba4d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135520
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/pdf/pdfwriter_impl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/pdf/pdfwriter_impl.hxx b/vcl/inc/pdf/pdfwriter_impl.hxx index 869ba7883458..228df387fb6d 100644 --- a/vcl/inc/pdf/pdfwriter_impl.hxx +++ b/vcl/inc/pdf/pdfwriter_impl.hxx @@ -1090,8 +1090,6 @@ public: return aSize; } - PDFWriter::PDFVersion getVersion() const { return m_aContext.Version; } - void setDocumentLocale( const css::lang::Locale& rLoc ) { m_aContext.DocumentLocale = rLoc; } |