summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-08-17 10:46:27 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2021-08-17 13:15:54 +0200
commit6fd0d2af5069ec23b25b7e7e2e024df9e3319a0a (patch)
tree4bb90bf1e35cc99f97f23606e40ac86d868293b3 /include
parentb5870d727685ec10447e8ae446ada895250fec2e (diff)
Rename SaturatingSet[XY] to SaturatingSetPos[XY]
... to align with commit 4639ca2f878b04ffc50d9c20d92e90464d2d67a7 Change-Id: Ibec7a451a61ca7f2d141a9624369a6f9656ed468 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120562 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/tools/gen.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/gen.hxx b/include/tools/gen.hxx
index 5cc23bf83654..a9cf170952e6 100644
--- a/include/tools/gen.hxx
+++ b/include/tools/gen.hxx
@@ -591,8 +591,8 @@ public:
* Sanitizing variants for handling data from the outside
*/
void SaturatingSetSize(const Size& rSize);
- void SaturatingSetX(tools::Long x);
- void SaturatingSetY(tools::Long y);
+ void SaturatingSetPosX(tools::Long x);
+ void SaturatingSetPosY(tools::Long y);
private:
tools::Long nLeft = 0;