summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r--svx/source/fmcomp/fmgridcl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx
index 11caf7438a77..17fca4975e7c 100644
--- a/svx/source/fmcomp/fmgridcl.cxx
+++ b/svx/source/fmcomp/fmgridcl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmgridcl.cxx,v $
*
- * $Revision: 1.48 $
+ * $Revision: 1.49 $
*
- * last change: $Author: obo $ $Date: 2005-04-13 08:27:50 $
+ * last change: $Author: obo $ $Date: 2005-04-29 09:24:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1135,7 +1135,7 @@ void FmGridHeader::PostExecuteColumnContextMenu(sal_uInt16 nColId, const PopupMe
else
{
// Standardlabel setzen
- ::rtl::OUString sLabelBase(String(SVX_RES(RID_STR_COLUMN)));
+ ::rtl::OUString sLabelBase = String(SVX_RES(RID_STR_COLUMN));
// disambiguate the name
Reference< XNameAccess > xColNames(xCols, UNO_QUERY);
::rtl::OUString sLabel;