From 35319adcc28f197b73e146f9ba233e20616fd11f Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Fri, 2 Sep 2022 00:04:41 +0300 Subject: vcl: Rename Swipe event to GestureSwipe We have 5 gesture types: GestureZoom, GestureRotate, GesturePan, Swipe and LongPress. For consistency all of these will use Gesture as a prefix to reduce confusion and for easier grepping throughout the codebase. Change-Id: I8b9e245d011203a19c1172f9833c172f65382caa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139243 Tested-by: Jenkins Reviewed-by: Noel Grandin --- compilerplugins/clang/unusedfields.writeonly.results | 2 +- compilerplugins/clang/unusedmethods.results | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/unusedfields.writeonly.results b/compilerplugins/clang/unusedfields.writeonly.results index 33f995f77007..ccc4881de531 100644 --- a/compilerplugins/clang/unusedfields.writeonly.results +++ b/compilerplugins/clang/unusedfields.writeonly.results @@ -1077,7 +1077,7 @@ vcl/inc/salwtype.hxx:226 vcl/inc/salwtype.hxx:239 SalInputContext mpFont rtl::Reference vcl/inc/salwtype.hxx:246 - SalSwipeEvent mnVelocityY double + SalGestureSwipeEvent mnVelocityY double vcl/inc/scanlinewriter.hxx:35 vcl::ScanlineWriter mpCurrentScanline sal_uInt8 * vcl/inc/svdata.hxx:464 diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results index 1dd04177ee82..7c0f0279d085 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -2045,7 +2045,7 @@ include/vcl/commandevent.hxx:249 include/vcl/commandevent.hxx:256 _Bool CommandMediaData::GetPassThroughToOS() const include/vcl/commandevent.hxx:276 - CommandSwipeData::CommandSwipeData() + CommandGestureSwipeData::CommandGestureSwipeData() include/vcl/commandevent.hxx:293 CommandLongPressData::CommandLongPressData() include/vcl/cursor.hxx:96 -- cgit