summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-12-10 16:54:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-12-10 16:54:27 +0000
commit4fcc652375abd2d1939e8674e44e4a5651b7bccf (patch)
tree4e7785f6439ae0852813cf49f51c448fd2aac0d9
parent2874dc02bf2b466fc4aa9c71f1f842656a078ef1 (diff)
INTEGRATION: CWS ause012 (1.20.46); FILE MERGED
2004/11/17 15:00:46 hjs 1.20.46.1: #i37200# remove overwriting of resource string
-rw-r--r--basic/source/app/dialogs.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/basic/source/app/dialogs.cxx b/basic/source/app/dialogs.cxx
index 30639ae105c8..dedb0fe848f9 100644
--- a/basic/source/app/dialogs.cxx
+++ b/basic/source/app/dialogs.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dialogs.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: obo $ $Date: 2004-07-06 13:23:45 $
+ * last change: $Author: hr $ $Date: 2004-12-10 17:54:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -142,8 +142,6 @@ AboutDialog::AboutDialog( Window* pParent, const ResId& id )
, aVersionString( this, ResId( RID_VERSIONSTRING ) )
, aOk ( this, ResId( RID_OK ) )
{
- aVersionString.SetText( UniString::CreateFromAscii( _UPD ).Append( UniString::CreateFromAscii( _LAST_MINOR ) )
- .AppendAscii( " BUILD:" ).Append( UniString::CreateFromAscii( _BUILD ) ) );
FreeResource();
}