summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-03-04 00:11:22 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-03-04 19:40:06 +0100
commitf848ac8f44b7be3f9488a8fe94d309a4bca95364 (patch)
tree7dbd4b0a2333a3f5a6e6e392d46e8521f1af6105 /fpicker
parent73c529b72c2b7d91e5b1e8938b5c59e6e72299e8 (diff)
Remove bogus and useless comments in libs-core.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/iodlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 3c949c498c..43664b93fa 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -1162,8 +1162,8 @@ IMPL_STATIC_LINK( SvtFileDialog, OpenHdl_Impl, void*, pVoid )
&& !( FILEDLG_MODE_SAVE == pThis->_pImp->_eMode // we're saving a file
&& pThis->_pFileView->GetSelectionCount() // there is a selected file in the file view -> it will later on
) // (in SvtFileDialog::GetPathList) be taken as file to save to
- // (#114818# - 2004-03-17 - fs@openoffice.org)
- && FILEDLG_MODE_OPEN != pThis->_pImp->_eMode // pb: #i83408# don't append extension on open
+
+ && FILEDLG_MODE_OPEN != pThis->_pImp->_eMode // #i83408# don't append extension on open
)
{
// check extension and append the default extension if necessary