summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-05-30 06:30:36 +0000
committerOliver Bolte <obo@openoffice.org>2008-05-30 06:30:36 +0000
commit793b85a512ea922a91a8530e0ff21799d0332295 (patch)
treeee848638bbf6d19cd5ed98e0e1149a0d04335769 /fpicker
parentabb0fe0c24d75f71af3d52279fad7b5e77d1496f (diff)
INTEGRATION: CWS aquavcl07 (1.4.10); FILE MERGED
2008/05/09 11:38:53 pl 1.4.10.1: #i89138# make link checkbox work
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/aqua/ControlHelper.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/fpicker/source/aqua/ControlHelper.cxx b/fpicker/source/aqua/ControlHelper.cxx
index be73c95e3b..061c41b39f 100644
--- a/fpicker/source/aqua/ControlHelper.cxx
+++ b/fpicker/source/aqua/ControlHelper.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ControlHelper.cxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -311,9 +311,6 @@ uno::Any ControlHelper::getValue( sal_Int16 nControlId, sal_Int16 nControlAction
aRetval <<= m_bAutoFilenameExtension;
OSL_TRACE("value is a bool (autoextension): %d", m_bAutoFilenameExtension);
}
- else if (nControlId == ExtendedFilePickerElementIds::CHECKBOX_LINK) {
- OSL_TRACE(" TEST do nothing");
- }
else {
NSControl* pControl = getControl( nControlId );