summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2022-10-24 08:50:15 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2022-10-24 12:51:32 +0200
commitfaca390c57841fa15616abdd8a679855971bc6d3 (patch)
tree6261112add272f190048558cb50483bc856e5f95 /include/vcl/window.hxx
parent5e3e507b1a68f5b9883337f1e55c54c2fc9de9fc (diff)
Drop Window::LogicMouse*
As mentioned in commit 510bca3d3ab0b2fd21f0083b4e0fe14ff8c903c3, over the time these functions were changed; now they don't take logical coordinates, but pixels, so became true duplicates of corresponding Mouse* functions. The calls to SetLastMousePos are now made from LOKPostAsyncEvent uniformly. Change-Id: I2c8a9095719c0c8e21cf81342a286b00c1d1a41c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141693 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index bc90e6e55fa0..18c590ac9c5c 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1120,13 +1120,6 @@ public:
/// Dumps itself and potentially its children to a property tree, to be written easily to JSON.
virtual void DumpAsPropertyTree(tools::JsonWriter&);
- /// Same as MouseButtonDown(), but coordinates are in logic unit. used for LOK
- virtual void LogicMouseButtonDown(const MouseEvent&) {};
- /// Same as MouseButtonUp(), but coordinates are in logic unit. used for LOK
- virtual void LogicMouseButtonUp(const MouseEvent&) {};
- /// Same as MouseMove(), but coordinates are in logic unit. used for LOK
- virtual void LogicMouseMove(const MouseEvent&) {};
-
/** @name Accessibility
*/
///@{