summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authormert <mert.tumer@collabora.com>2021-02-23 10:45:51 +0300
committerMert Tumer <mert.tumer@collabora.com>2021-02-26 04:37:56 +0100
commit958928086652c6a1c48663aa45e97f387fcf0b31 (patch)
tree0712005e478bfdc1f5ad045375ae1f2e665d11e3 /include/svx
parent389cfb583f3a18d9921f2ca9e4dfae22c01c754e (diff)
Implemented MoveShapeHandle method
This method will be shared among 3 modules via uno:MoveShapeHandle uno command Change-Id: I921a1f7f004e2004e142954b40b4b93282eb8fed Signed-off-by: mert <mert.tumer@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111373 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111507 Tested-by: Jenkins
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svdview.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/svdview.hxx b/include/svx/svdview.hxx
index f37cf109811d..149b17f9ece9 100644
--- a/include/svx/svdview.hxx
+++ b/include/svx/svdview.hxx
@@ -241,6 +241,8 @@ public:
virtual sdr::contact::ObjectContact* createViewSpecificObjectContact(
SdrPageWindow& rPageWindow,
const char* pDebugName) const;
+
+ bool MoveShapeHandle(const sal_uInt32 handleNum, const Point& aEndPoint);
};
// First of all the app creates a SdrModel.