summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/recfloat.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-07-23 12:16:01 +0000
committerMathias Bauer <mba@openoffice.org>2002-07-23 12:16:01 +0000
commit1f51679cb503276a50b8b2cb793f2e1b4645f358 (patch)
tree4f9fd343f0478989c731464d6f065f6ee865a71e /sfx2/source/dialog/recfloat.cxx
parent5e1760d3edb3c1a8f3df0ea707d1c7c8717bd139 (diff)
#101305#: slotids for recording switched
Diffstat (limited to 'sfx2/source/dialog/recfloat.cxx')
-rw-r--r--sfx2/source/dialog/recfloat.cxx6
1 files changed, 3 insertions, 3 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 );
}