diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-10-17 07:44:49 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-10-17 09:23:00 +0200 |
commit | ef92722b3cd92e5e96a9c8cf1bc9ee8a72eb7241 (patch) | |
tree | e907004f9c0029ed825c8bd3938c206d3f5b6e5e /vcl/inc/ppdparser.hxx | |
parent | 0794754e8540415eaac2dcf45069f500ed356859 (diff) |
Partially revert "loplugin:unusedmethods" to fix --enable-cpdb build
This PPDParser ctor is used by CPDManager::createCPDParser,
which gets built with the `--enable-cpdb` autogen option.
This partially reverts commit 5c4fac1e9f50832852e87452f3152f01b905f9e6.
Change-Id: Ic22fc4e776c0b0ef2013b9296c7dbe9345c4e51c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175040
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/inc/ppdparser.hxx')
-rw-r--r-- | vcl/inc/ppdparser.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/ppdparser.hxx b/vcl/inc/ppdparser.hxx index c6cac395f820..ef62c8778e2f 100644 --- a/vcl/inc/ppdparser.hxx +++ b/vcl/inc/ppdparser.hxx @@ -157,6 +157,7 @@ private: std::unique_ptr<PPDTranslator> m_pTranslator; PPDParser( OUString aFile ); + PPDParser(OUString aFile, const std::vector<PPDKey*>& keys); void parseOrderDependency(const OString& rLine); void parseOpenUI(const OString& rLine, std::string_view rPPDGroup); |