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/ConnectionLine.cxx | |
parent | 8f1eae5b7434253a0ef098b8cb8963ed17af3030 (diff) |
merge vosremoval-reference.diff
Diffstat (limited to 'dbaccess/source/ui/querydesign/ConnectionLine.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/ConnectionLine.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/ConnectionLine.cxx b/dbaccess/source/ui/querydesign/ConnectionLine.cxx index 8ea7147fd153..4c119ca15c78 100644 --- a/dbaccess/source/ui/querydesign/ConnectionLine.cxx +++ b/dbaccess/source/ui/querydesign/ConnectionLine.cxx @@ -326,7 +326,7 @@ void OConnectionLine::Draw( OutputDevice* pOutDev ) // ----------------------------------------------------------------------------- BOOL OConnectionLine::IsValid() const { - return m_pData.isValid(); + return m_pData.is(); } //------------------------------------------------------------------------ double dist_Euklid(const Point &p1, const Point& p2,const Point& pM, Point& q) |