diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-06-30 14:34:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-06-30 14:34:17 +0000 |
commit | a9904c4150cea274a53d405d050938bf9de5172b (patch) | |
tree | 0e065b604ca0ce3b5f315d0b366771df3328ed87 /fpicker | |
parent | 2204932cef4892ae9c1b7b757cd88da6aa5cec4b (diff) |
INTEGRATION: CWS hub01 (1.6.96); FILE MERGED
2008/06/18 20:38:29 thb 1.6.96.2: RESYNC: (1.6-1.8); FILE MERGED
2008/01/17 20:56:39 hub 1.6.96.1: Issue number: 85341
Submitted by: hub
Reviewed by: hub
Fix some warning from gcc 4.2.1
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/OfficeControlAccess.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/fpicker/source/office/OfficeControlAccess.cxx b/fpicker/source/office/OfficeControlAccess.cxx index f936df586407..f470a70e32a7 100644 --- a/fpicker/source/office/OfficeControlAccess.cxx +++ b/fpicker/source/office/OfficeControlAccess.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: OfficeControlAccess.cxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -218,7 +218,8 @@ namespace svt else _pControl->SetHelpId( nHelpId ); } - else { + else + { DBG_ERRORFILE( "OControlAccess::setHelpURL: unsupported help URL type!" ); } } @@ -447,7 +448,8 @@ namespace svt { aRet <<= ::rtl::OUString( m_pFilePickerController->getCurFilter() );; } - else { + else + { DBG_ERRORFILE( "Use the XFilterManager to access the filter listbox" ); } break; |