summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/tools/surface.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/tools/surface.cxx b/canvas/source/tools/surface.cxx
index 6b0fac13cf48..80c300a22751 100644
--- a/canvas/source/tools/surface.cxx
+++ b/canvas/source/tools/surface.cxx
@@ -410,7 +410,7 @@ namespace canvas
// of the above implemented concrete rendering operations
// was triggered. we therefore need to ask the pagemanager
// to allocate some space for the fragment we're dedicated to.
- if(!(mpFragment))
+ if(!mpFragment)
{
mpFragment = mpPageManager->allocateSpace(maSize);
if( mpFragment )