Kaydet (Commit) 7973f660 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS pj26 (1.48.8); FILE MERGED

2005/04/20 19:23:09 pjanik 1.48.8.1: #i47704#: Fix gcc33 parser bug.
üst 5abbc09a
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: fmgridcl.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -1135,7 +1135,7 @@ void FmGridHeader::PostExecuteColumnContextMenu(sal_uInt16 nColId, const PopupMe ...@@ -1135,7 +1135,7 @@ void FmGridHeader::PostExecuteColumnContextMenu(sal_uInt16 nColId, const PopupMe
else else
{ {
// Standardlabel setzen // Standardlabel setzen
::rtl::OUString sLabelBase(String(SVX_RES(RID_STR_COLUMN))); ::rtl::OUString sLabelBase = String(SVX_RES(RID_STR_COLUMN));
// disambiguate the name // disambiguate the name
Reference< XNameAccess > xColNames(xCols, UNO_QUERY); Reference< XNameAccess > xColNames(xCols, UNO_QUERY);
::rtl::OUString sLabel; ::rtl::OUString sLabel;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment