Kaydet (Commit) 833a1729 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS aquavcl07 (1.4.10); FILE MERGED

2008/05/09 11:38:53 pl 1.4.10.1: #i89138# make link checkbox work
üst 0e652585
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: ControlHelper.cxx,v $ * $RCSfile: ControlHelper.cxx,v $
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -311,9 +311,6 @@ uno::Any ControlHelper::getValue( sal_Int16 nControlId, sal_Int16 nControlAction ...@@ -311,9 +311,6 @@ uno::Any ControlHelper::getValue( sal_Int16 nControlId, sal_Int16 nControlAction
aRetval <<= m_bAutoFilenameExtension; aRetval <<= m_bAutoFilenameExtension;
OSL_TRACE("value is a bool (autoextension): %d", m_bAutoFilenameExtension); OSL_TRACE("value is a bool (autoextension): %d", m_bAutoFilenameExtension);
} }
else if (nControlId == ExtendedFilePickerElementIds::CHECKBOX_LINK) {
OSL_TRACE(" TEST do nothing");
}
else { else {
NSControl* pControl = getControl( nControlId ); NSControl* pControl = getControl( nControlId );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment