From 4bd34964251d1d65dfc9ecb3fded60fa71a07cf8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 9 Sep 2013 20:22:46 +0100 Subject: CID#1079151 make it impossible to have an init m_eType Change-Id: I04cc7fdc07e89b0a056f0012cdd00b43d29184e7 --- include/vcl/ppdparser.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit