summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-02-19 11:18:44 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-02-19 11:18:44 +0100
commitf134b69089fb4f37f987b28e08f1b9aa48311926 (patch)
tree3b3df3d5017287d164b7703ae397cfa700642d01 /dbaccess
parent2892b4a7f8d53c0329d52551ff6bb50b38311320 (diff)
autorecovery: 'using' directive needed to compile on unxsols4 without warning
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/dataaccess/documentdefinition.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/source/core/dataaccess/documentdefinition.hxx b/dbaccess/source/core/dataaccess/documentdefinition.hxx
index f488665bfb2c..65368a23f7f6 100644
--- a/dbaccess/source/core/dataaccess/documentdefinition.hxx
+++ b/dbaccess/source/core/dataaccess/documentdefinition.hxx
@@ -382,6 +382,8 @@ private:
const bool _bActivate,
const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XCommandEnvironment >& _rxEnvironment
);
+private:
+ using ::cppu::OPropertySetHelper::getFastPropertyValue;
};
class NameChangeNotifier