From 485300f9aef53f63e24339422b1dd2bfa12d543e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 8 Jun 2022 20:04:28 +0200 Subject: loplugin:unusedmethods Change-Id: Ib89ab59f7ad7e90b2a44ddd122176cde904fba4d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135520 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/pdf/pdfwriter_impl.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'vcl/inc') 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; } -- cgit