summaryrefslogtreecommitdiff
path: root/vcl/inc/regionband.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/regionband.hxx')
-rw-r--r--vcl/inc/regionband.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/regionband.hxx b/vcl/inc/regionband.hxx
index 5676329cf9f6..277e2c7064b6 100644
--- a/vcl/inc/regionband.hxx
+++ b/vcl/inc/regionband.hxx
@@ -73,7 +73,7 @@ public:
void XOr(const RegionBand& rSource);
Rectangle GetBoundRect() const;
bool IsInside(const Point& rPoint) const;
- sal_uInt32 getRectangleCount() const; // only users are Region::Intersect and PSWriter::ImplBmp
+ sal_uInt32 getRectangleCount() const; // only users are Region::Intersect, Region::IsRectangle and PSWriter::ImplBmp
void GetRegionRectangles(RectangleVector& rTarget) const;
};