diff options
Diffstat (limited to 'include/vcl/ppdparser.hxx')
-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 217340bfd465..79f50a68d3fd 100644 --- a/include/vcl/ppdparser.hxx +++ b/include/vcl/ppdparser.hxx @@ -273,7 +273,7 @@ class VCL_DLLPUBLIC PPDContext const PPDParser* m_pParser; // returns false: check failed, new value is constrained - // true: check succeded, new value can be set + // true: check succeeded, new value can be set bool checkConstraints( const PPDKey*, const PPDValue*, bool bDoReset ); bool resetValue( const PPDKey*, bool bDefaultable = false ); public: |