summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/hatch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/hatch.cxx')
-rw-r--r--vcl/source/gdi/hatch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/hatch.cxx b/vcl/source/gdi/hatch.cxx
index b4f2439ef93a..e4d08e08a7f3 100644
--- a/vcl/source/gdi/hatch.cxx
+++ b/vcl/source/gdi/hatch.cxx
@@ -80,7 +80,7 @@ Hatch& Hatch::operator=( const Hatch& rHatch )
return *this;
}
-sal_Bool Hatch::operator==( const Hatch& rHatch ) const
+bool Hatch::operator==( const Hatch& rHatch ) const
{
return( mpImplHatch == rHatch.mpImplHatch ||