Tag: cws_src680_oj14 User: oj Date: 2006/07/04 00:46:33 Modified: dba/dbaccess/source/ui/app/AppTitleWindow.cxx
Log: RESYNC: (1.7-1.8); FILE MERGED 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.6.4.4&r2=1.6.4.5 Delta lines: +6 -8 ------------------- --- AppTitleWindow.cxx 25 Apr 2006 13:00:35 -0000 1.6.4.4 +++ AppTitleWindow.cxx 4 Jul 2006 07:46:30 -0000 1.6.4.5 @@ -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() @@ -181,7 +179,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]
