User: hr      
Date: 06/06/19 19:55:00

Modified:
 /dba/dbaccess/source/ui/app/
  AppTitleWindow.cxx

Log:
 INTEGRATION: CWS warnings01 (1.7.22); FILE MERGED
 2006/03/24 15:36:00 fs 1.7.22.1: #i57457# warning-free code (unxlngi6/.pro + 
unxsoli4.pro)

File Changes:

Directory: /dba/dbaccess/source/ui/app/
=======================================

File [changed]: AppTitleWindow.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppTitleWindow.cxx?r1=1.7&r2=1.8
Delta lines:  +3 -5
-------------------
--- AppTitleWindow.cxx  3 Jan 2006 16:16:44 -0000       1.7
+++ AppTitleWindow.cxx  20 Jun 2006 02:54:58 -0000      1.8
@@ -64,11 +64,9 @@
        SetBorderStyle(WINDOW_BORDER_MONO);
        ImplInitSettings( sal_True, sal_True, sal_True );
 
-       Window* pWindows [] = { &m_aSpace1, &m_aSpace2, &m_aTitle};
-       for (sal_Int32 i=0; i < sizeof(pWindows)/sizeof(pWindows[0]); ++i)
-       {
+       Window* pWindows [] = { &m_aSpace1, &m_aSpace2, &m_aTitle };
+       for (size_t i=0; i < sizeof(pWindows)/sizeof(pWindows[0]); ++i)
                pWindows[i]->Show();
-       }       
 }
 // 
-----------------------------------------------------------------------------
 OTitleWindow::~OTitleWindow()
@@ -178,7 +176,7 @@
 
 
        Window* pWindows [] = { &m_aSpace1, &m_aSpace2, &m_aTitle};
-       for (sal_Int32 i=0; i < sizeof(pWindows)/sizeof(pWindows[0]); ++i)
+       for (size_t i=0; i < sizeof(pWindows)/sizeof(pWindows[0]); ++i)
        {
                Font aFont = pWindows[i]->GetFont();
                aFont.SetWeight(WEIGHT_BOLD);




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to