summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/eformspropertyhandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/eformspropertyhandler.hxx')
-rw-r--r--extensions/source/propctrlr/eformspropertyhandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/eformspropertyhandler.hxx b/extensions/source/propctrlr/eformspropertyhandler.hxx
index 7098811940bf..0d7a9488e34a 100644
--- a/extensions/source/propctrlr/eformspropertyhandler.hxx
+++ b/extensions/source/propctrlr/eformspropertyhandler.hxx
@@ -38,7 +38,7 @@ namespace pcr
class EFormsPropertyHandler : public EFormsPropertyHandler_Base
{
private:
- ::std::unique_ptr< EFormsHelper > m_pHelper;
+ std::unique_ptr< EFormsHelper > m_pHelper;
/** current value of the Model property, if there is no binding, yet
*/
OUString m_sBindingLessModelName;