diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-07-23 12:16:01 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-07-23 12:16:01 +0000 |
commit | 1f51679cb503276a50b8b2cb793f2e1b4645f358 (patch) | |
tree | 4f9fd343f0478989c731464d6f065f6ee865a71e /sfx2/source | |
parent | 5e1760d3edb3c1a8f3df0ea707d1c7c8717bd139 (diff) |
#101305#: slotids for recording switched
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/dialog/recfloat.cxx | 6 | ||||
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sfx2/source/dialog/recfloat.cxx b/sfx2/source/dialog/recfloat.cxx index 957d116a4c30..181fdbe9daa8 100644 --- a/sfx2/source/dialog/recfloat.cxx +++ b/sfx2/source/dialog/recfloat.cxx @@ -2,9 +2,9 @@ * * $RCSfile: recfloat.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mba $ $Date: 2002-07-18 15:06:09 $ + * last change: $Author: mba $ $Date: 2002-07-23 13:15:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,7 +117,7 @@ BOOL SfxRecordingFloat_Impl::Close() if ( xRecorder.is() && xRecorder->getRecordedMacro().getLength() ) { QueryBox aBox( this, WB_YES_NO | WB_DEF_NO , String( SfxResId( STR_MACRO_LOSS ) ) ); - aBox.SetText( String( STR_CANCEL_RECORDING ) ); + aBox.SetText( String( SfxResId(STR_CANCEL_RECORDING) ) ); bRet = ( aBox.Execute() == RET_YES ); } diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 9128ad51acf9..a855eda80e9e 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -2,9 +2,9 @@ * * $RCSfile: viewfrm.cxx,v $ * - * $Revision: 1.59 $ + * $Revision: 1.60 $ * - * last change: $Author: mba $ $Date: 2002-07-18 15:11:33 $ + * last change: $Author: mba $ $Date: 2002-07-23 13:16:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3416,6 +3416,7 @@ void SfxViewFrame::MiscExec_Impl( SfxRequest& rReq ) aProp <<= xSupplier; xSet->setPropertyValue(sProperty,aProp); GetBindings().SetRecorder_Impl( xRecorder ); + SetChildWindow( SID_RECORDING_FLOATWINDOW, TRUE ); } rReq.Done(); |