summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-04-17 09:13:11 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-04-17 09:57:42 +0200
commit7e5980ccf39b54240524f059a65497b766af91cc (patch)
treecd6b0fc7bdb7ceb6352c295f3d886676bc924337 /include/svx
parenta7b7c64afc523cfd9ff4e724b3efbec6567fc1c8 (diff)
svx: nPntAnz -> nPointCount
Change-Id: I2a4c7ef9d33db1c34a4ab338f70f800b30083f4f
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svddrgv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svddrgv.hxx b/include/svx/svddrgv.hxx
index c7269ae9f9a4..1aae1fb970c9 100644
--- a/include/svx/svddrgv.hxx
+++ b/include/svx/svddrgv.hxx
@@ -180,7 +180,7 @@ public:
// all polygons. Default=500.
// NoDragPolys is (temporarily) activated, if one of the limits
// is exceeded.
- void SetDragXorPointLimit(sal_uIntPtr nPntAnz) { nDragXorPointLimit=nPntAnz; }
+ void SetDragXorPointLimit(sal_uIntPtr nPointCount) { nDragXorPointLimit=nPointCount; }
sal_uIntPtr GetDragXorPointLimit() const { return nDragXorPointLimit; }
void SetSolidDragging(bool bOn);