Kaydet (Commit) c91bfa8f authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS hedaburemove01 (1.8.142); FILE MERGED

2007/02/09 16:10:10 vg 1.8.142.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes
üst 8fb5891e
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: tabarea.cxx,v $ * $RCSfile: tabarea.cxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: obo $ $Date: 2006-10-12 12:28:33 $ * last change: $Author: vg $ $Date: 2007-04-11 17:04:41 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -136,7 +136,7 @@ SvxAreaTabDialog::SvxAreaTabDialog ...@@ -136,7 +136,7 @@ SvxAreaTabDialog::SvxAreaTabDialog
SetCurPageId( RID_SVXPAGE_AREA ); SetCurPageId( RID_SVXPAGE_AREA );
CancelButton& rBtnCancel = GetCancelButton(); CancelButton& rBtnCancel = GetCancelButton();
rBtnCancel.SetClickHdl( LINK( this, SvxAreaTabDialog, CancelHdl ) ); rBtnCancel.SetClickHdl( LINK( this, SvxAreaTabDialog, CancelHdlImpl ) );
//! rBtnCancel.SetText( SVX_RESSTR( RID_SVXSTR_CLOSE ) ); //! rBtnCancel.SetText( SVX_RESSTR( RID_SVXSTR_CLOSE ) );
} }
...@@ -234,14 +234,14 @@ short SvxAreaTabDialog::Ok() ...@@ -234,14 +234,14 @@ short SvxAreaTabDialog::Ok()
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
IMPL_LINK_INLINE_START( SvxAreaTabDialog, CancelHdl, void *, EMPTYARG) IMPL_LINK_INLINE_START( SvxAreaTabDialog, CancelHdlImpl, void *, EMPTYARG)
{ {
SavePalettes(); SavePalettes();
EndDialog( RET_CANCEL ); EndDialog( RET_CANCEL );
return 0; return 0;
} }
IMPL_LINK_INLINE_END( SvxAreaTabDialog, CancelHdl, void *, p ) IMPL_LINK_INLINE_END( SvxAreaTabDialog, CancelHdlImpl, void *, p )
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
......
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