diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-29 08:24:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-29 08:24:29 +0000 |
commit | 7973f660ca9e661f8bed86d7afc3b71524bfbbe1 (patch) | |
tree | c8f376ed09b6ba5c4d639147126a61f5bfc9fdd9 /svx/source/fmcomp | |
parent | 5abbc09a6ac9bd5e8adb85b12d7dd801ec63973a (diff) |
INTEGRATION: CWS pj26 (1.48.8); FILE MERGED
2005/04/20 19:23:09 pjanik 1.48.8.1: #i47704#: Fix gcc33 parser bug.
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r-- | svx/source/fmcomp/fmgridcl.cxx | 6 |
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; |