diff options
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); |