javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtinstancecounts.cpp
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtinstancecounts.cpp	Thu Jul 15 18:31:06 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtinstancecounts.cpp	Thu Aug 19 09:48:13 2010 +0300
@@ -61,13 +61,13 @@
     CheckLeak(iTreeItem);
 
     // Controls deserve a special treatment as we don't know precisely which has been disposed
-    const TInt ctrlSum = iButton         + iCanvas            + iCaptionedControl  + iCombo
-                         + iComposite      + iConstrainedText   + iDateEditor        + iDecorations
-                         + iHyperLink      + iLabel             + iList              + iListBox
-                         + iListView       + iMultiPagePager    + iMultiPageTabGroup + iMultiPageDialog
-                         + iProgressBar    + iShell             + iSlider            + iSortedList
-                         + iText           + iTextExtension     + iTable             + iTree
-                         + iBrowser        + iMobileShell       + iDCControl;
+    const TInt ctrlSum =   iButton         + iCanvas            + iCaptionedControl  + iCombo
+                           + iComposite      + iConstrainedText   + iDateEditor        + iDecorations
+                           + iHyperLink      + iLabel             + iList              + iListBox
+                           + iListView       + iMultiPagePager    + iMultiPageTabGroup + iMultiPageDialog
+                           + iProgressBar    + iShell             + iSlider            + iSortedList
+                           + iText           + iTextExtension     + iTable             + iTree
+                           + iBrowser        + iMobileShell       + iDCControl         + iLink;
     CheckLeak(iDisposedControls, ctrlSum);
 }