summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/region.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/region.cxx')
-rw-r--r--vcl/source/gdi/region.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/gdi/region.cxx b/vcl/source/gdi/region.cxx
index 9bd2f870860f..cab1b6610d26 100644
--- a/vcl/source/gdi/region.cxx
+++ b/vcl/source/gdi/region.cxx
@@ -78,7 +78,7 @@ DBG_NAMEEX( PolyPolygon )
namespace {
-/** Return <sal_True/> when the given polygon is rectiliner and oriented so that
+/** Return <TRUE/> when the given polygon is rectiliner and oriented so that
all sides are either horizontal or vertical.
*/
bool ImplIsPolygonRectilinear (const PolyPolygon& rPolyPoly)
@@ -278,7 +278,7 @@ ImplRegion* ImplRectilinearPolygonToBands (const PolyPolygon& rPolyPoly)
/** Convert a general polygon (one for which ImplIsPolygonRectilinear()
- returns <sal_False/>) to bands.
+ returns <FALSE/>) to bands.
*/
ImplRegion* ImplGeneralPolygonToBands (
const PolyPolygon& rPolyPoly,