summaryrefslogtreecommitdiff
path: root/svx/source/dialog/contimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/contimp.hxx')
-rw-r--r--svx/source/dialog/contimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/contimp.hxx b/svx/source/dialog/contimp.hxx
index 971f31cf21c4..e3358b48ff9d 100644
--- a/svx/source/dialog/contimp.hxx
+++ b/svx/source/dialog/contimp.hxx
@@ -103,7 +103,7 @@ public:
void SetGraphic( const Graphic& rGraphic );
const Graphic& GetGraphic() const { return aGraphic; }
- bool IsGraphicChanged() const { return nGrfChanged > 0UL; }
+ bool IsGraphicChanged() const { return nGrfChanged > 0; }
void SetPolyPolygon( const tools::PolyPolygon& rPolyPoly );
tools::PolyPolygon GetPolyPolygon();