summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 07:27:50 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 07:27:50 +0000
commit2825a16e319b9571205eaabf6bb8d6e51685d3e1 (patch)
treee4970ba155a2ff1e0f2ad570f2496e66695199de /svx/source/fmcomp
parentaa91e11a38b0beec42e73d6763ec09b736464cfe (diff)
INTEGRATION: CWS visibility03 (1.46.46); FILE MERGED
2005/03/24 20:36:45 mhu 1.46.46.2: RESYNC: (1.46-1.47); FILE MERGED 2005/03/03 17:32:21 mhu 1.46.46.1: #i40092# Fixed string ctor (ResId) usage.
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 36b8c7423a9c..11caf7438a77 100644
--- a/svx/source/fmcomp/fmgridcl.cxx
+++ b/svx/source/fmcomp/fmgridcl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmgridcl.cxx,v $
*
- * $Revision: 1.47 $
+ * $Revision: 1.48 $
*
- * last change: $Author: obo $ $Date: 2005-03-18 10:00:03 $
+ * last change: $Author: obo $ $Date: 2005-04-13 08:27:50 $
*
* 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(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;