diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/ppdparser.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/ppdparser.hxx b/include/vcl/ppdparser.hxx index 6ced633f31d9..0868da96120e 100644 --- a/include/vcl/ppdparser.hxx +++ b/include/vcl/ppdparser.hxx @@ -82,7 +82,7 @@ public: PPDKey( const OUString& rKey ); ~PPDKey(); - PPDValue* insertValue( const OUString& rOption ); + PPDValue* insertValue( const OUString& rOption, PPDValueType eType ); int countValues() const { return m_aValues.size(); } // neither getValue will return the query option |