diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index 17da3035bf8f..968024c728a7 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -133,7 +133,7 @@ protected: OUString sServicePrefix; // data members for use in subclasses - sal_Bool bValid; /// ist dieses Feld gltig? + sal_Bool bValid; /// whether this field is valid ? public: |