diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-02-19 11:18:44 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-02-19 11:18:44 +0100 |
commit | f134b69089fb4f37f987b28e08f1b9aa48311926 (patch) | |
tree | 3b3df3d5017287d164b7703ae397cfa700642d01 | |
parent | 2892b4a7f8d53c0329d52551ff6bb50b38311320 (diff) |
autorecovery: 'using' directive needed to compile on unxsols4 without warning
-rw-r--r-- | dbaccess/source/core/dataaccess/documentdefinition.hxx | 2 |
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 |