diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-10 10:21:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-10 10:21:50 +0000 |
commit | 9172752d66564651cec2bf96e0be43dd253cac7c (patch) | |
tree | 80fe89568f78d14cf6a39aac1a821dbfe1dd8d47 /sd/source/ui/dlg/present.cxx | |
parent | 119f7ec47e9cc3acac140d1d17edde582942c1f8 (diff) |
INTEGRATION: CWS impress98 (1.6.232); FILE MERGED
2006/06/23 15:49:28 cl 1.6.232.1: #i635# made mouse as pen not dependend on mouse visible
Diffstat (limited to 'sd/source/ui/dlg/present.cxx')
-rw-r--r-- | sd/source/ui/dlg/present.cxx | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/sd/source/ui/dlg/present.cxx b/sd/source/ui/dlg/present.cxx index 54837e9a8890..9f857368fe0a 100644 --- a/sd/source/ui/dlg/present.cxx +++ b/sd/source/ui/dlg/present.cxx @@ -4,9 +4,9 @@ * * $RCSfile: present.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 04:12:54 $ + * last change: $Author: obo $ $Date: 2006-07-10 11:21:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -90,7 +90,6 @@ SdStartPresentationDlg::SdStartPresentationDlg( Window* pWindow, aRbtAll.SetClickHdl( aLink ); aRbtAtDia.SetClickHdl( aLink ); aRbtCustomshow.SetClickHdl( aLink ); - aCbxMousepointer.SetClickHdl( LINK( this, SdStartPresentationDlg, ChangeMousepointerHdl ) ); aLink = LINK( this, SdStartPresentationDlg, ClickWindowPresentationHdl ); aRbtStandard.SetClickHdl( aLink ); @@ -178,7 +177,6 @@ SdStartPresentationDlg::SdStartPresentationDlg( Window* pWindow, */ ChangeRangeHdl( this ); - ChangeMousepointerHdl( this ); ClickWindowPresentationHdl( NULL ); ChangePauseHdl( NULL ); } @@ -220,22 +218,6 @@ IMPL_LINK( SdStartPresentationDlg, ChangeRangeHdl, void *, EMPTYARG ) } /************************************************************************* -|* Handler: Enabled/Disabled Checkbox "Pen" -\************************************************************************/ -IMPL_LINK( SdStartPresentationDlg, ChangeMousepointerHdl, void *, EMPTYARG ) -{ - if( aCbxMousepointer.IsChecked() ) - aCbxPen.Enable(); - else - { - aCbxPen.Enable( FALSE ); - aCbxPen.Check( FALSE ); - } - - return( 0L ); -} - -/************************************************************************* |* Handler: Enabled/Disabled Checkbox "AlwaysOnTop" \************************************************************************/ IMPL_LINK( SdStartPresentationDlg, ClickWindowPresentationHdl, void *, EMPTYARG ) |