diff options
Diffstat (limited to 'extensions/source/propctrlr/xsdvalidationhelper.hxx')
-rw-r--r-- | extensions/source/propctrlr/xsdvalidationhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/xsdvalidationhelper.hxx b/extensions/source/propctrlr/xsdvalidationhelper.hxx index 1f8df853d5d1..017c939a4934 100644 --- a/extensions/source/propctrlr/xsdvalidationhelper.hxx +++ b/extensions/source/propctrlr/xsdvalidationhelper.hxx @@ -52,7 +52,7 @@ namespace pcr /** retrieves the names of all XForms models in the document the control lives in */ - void getAvailableDataTypeNames( ::std::vector< OUString >& /* [out] */ _rNames ) const; + void getAvailableDataTypeNames( std::vector< OUString >& /* [out] */ _rNames ) const; /** retrieves a particular data type given by name */ |