summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-06-08 20:04:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-06-09 12:08:15 +0200
commit485300f9aef53f63e24339422b1dd2bfa12d543e (patch)
tree3e3f5aca8dbbade3ed18a68da0b57ace4cc2bee5 /vcl/inc
parent0e1a0ecffa055062a21815ab13eb6e4f8c769b8f (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.hxx2
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; }