summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/filter/xml/xmlHelper.hxx')
-rw-r--r--dbaccess/source/filter/xml/xmlHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/filter/xml/xmlHelper.hxx b/dbaccess/source/filter/xml/xmlHelper.hxx
index 359647710922..2731ea6b058c 100644
--- a/dbaccess/source/filter/xml/xmlHelper.hxx
+++ b/dbaccess/source/filter/xml/xmlHelper.hxx
@@ -38,7 +38,7 @@ namespace dbaxml
class OPropertyHandlerFactory : public ::xmloff::OControlPropertyHandlerFactory
{
protected:
- mutable ::std::unique_ptr<XMLConstantsPropertyHandler> m_pDisplayHandler;
+ mutable std::unique_ptr<XMLConstantsPropertyHandler> m_pDisplayHandler;
public:
OPropertyHandlerFactory();
virtual ~OPropertyHandlerFactory() override;