diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-15 12:22:54 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 17:54:56 -0500 |
commit | 25ecc1fd1a876ab54f7be2e3ea0c8840842df079 (patch) | |
tree | 69a3ba2b609331e2523e4d10c4ec0b6013f2f03e /dbaccess/source/ui/querydesign/TableFieldDescription.cxx | |
parent | 8f1eae5b7434253a0ef098b8cb8963ed17af3030 (diff) |
merge vosremoval-reference.diff
Diffstat (limited to 'dbaccess/source/ui/querydesign/TableFieldDescription.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/TableFieldDescription.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/TableFieldDescription.cxx b/dbaccess/source/ui/querydesign/TableFieldDescription.cxx index 5bc807619188..8edf83464b96 100644 --- a/dbaccess/source/ui/querydesign/TableFieldDescription.cxx +++ b/dbaccess/source/ui/querydesign/TableFieldDescription.cxx @@ -60,7 +60,7 @@ OTableFieldDesc::OTableFieldDesc() } //------------------------------------------------------------------------------ OTableFieldDesc::OTableFieldDesc(const OTableFieldDesc& rRS) - : ::vos::OReference() + : ::salhelper::SimpleReferenceObject() { DBG_CTOR(OTableFieldDesc,NULL); |