photosgallery/gallery/src/glxdocument.cpp
branchRCL_3
changeset 9 6b87b143d312
parent 1 9ba538e329bd
child 18 bcb43dc84c44
--- a/photosgallery/gallery/src/glxdocument.cpp	Tue Feb 02 10:12:14 2010 +0200
+++ b/photosgallery/gallery/src/glxdocument.cpp	Fri Feb 19 22:51:01 2010 +0200
@@ -73,11 +73,11 @@
 CGlxDocument::~CGlxDocument()
     {
     TRACER("CGlxDocument::~CGlxDocument()");
-    if (iViewUtility != NULL)
+    if ( iViewUtility )
         {
         iViewUtility->Close();
         }
-    if ( NULL != iImageViewerInstance)
+    if ( iImageViewerInstance )
         {
         iImageViewerInstance->DeleteInstance();
         }