Kaydet (Commit) 52a4986d authored tarafından Mike Kaganski's avatar Mike Kaganski

tdf#120703 PVS: V524

V524 It is odd that the body of 'GetRef2' function is fully equivalent
     to the body of 'GetRef1' function.

Was that way since 2007 (commit 6002b499)

Change-Id: Iff75ebafd13ce47c23c80be8bc6b5995954b524f
Reviewed-on: https://gerrit.libreoffice.org/62415Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
Tested-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst 14298538
...@@ -425,7 +425,7 @@ public: ...@@ -425,7 +425,7 @@ public:
void SetRef1(const Point& rPt); void SetRef1(const Point& rPt);
// End point of the axis of reflextion // End point of the axis of reflextion
const Point& GetRef2() const { return maRef1; } const Point& GetRef2() const { return maRef2; }
void SetRef2(const Point& rPt); void SetRef2(const Point& rPt);
/// Get access to the view shell owning this draw view, if any. /// Get access to the view shell owning this draw view, if any.
virtual SfxViewShell* GetSfxViewShell() const; virtual SfxViewShell* GetSfxViewShell() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment