summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 06:48:36 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 06:48:36 +0000
commitbb3023e6165c3318d8a6670f5784d0b97b04ae3c (patch)
treefb739904fa1ce1993ced7ff9a4e8744a6d7abb15 /svx/source/fmcomp
parent8c819105bf98468a221ff1c9c5d8a705ccccdb8c (diff)
INTEGRATION: CWS residcleanup (1.58.148); FILE MERGED
2007/02/22 21:37:35 pl 1.58.148.1: #i74635# get rid of global ResMgr fallback
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r--svx/source/fmcomp/fmgridcl.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx
index 8e8f64b40c53..705f0ce1ce94 100644
--- a/svx/source/fmcomp/fmgridcl.cxx
+++ b/svx/source/fmcomp/fmgridcl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmgridcl.cxx,v $
*
- * $Revision: 1.58 $
+ * $Revision: 1.59 $
*
- * last change: $Author: vg $ $Date: 2006-11-21 17:08:22 $
+ * last change: $Author: rt $ $Date: 2007-04-26 07:48:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1048,7 +1048,7 @@ void FmGridHeader::PostExecuteColumnContextMenu(sal_uInt16 nColId, const PopupMe
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
if(pFact)
{
- AbstractFmShowColsDialog* pDlg = pFact->CreateFmShowColsDialog(NULL, ResId(RID_SVX_DLG_SHOWGRIDCOLUMNS));
+ AbstractFmShowColsDialog* pDlg = pFact->CreateFmShowColsDialog(NULL, RID_SVX_DLG_SHOWGRIDCOLUMNS);
DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001
pDlg->SetColumns(xCols);
pDlg->Execute();
@@ -1735,7 +1735,7 @@ void FmGridControl::ColumnMoved(sal_uInt16 nId)
DbGridColumn* pCol = DbGridControl::GetColumns().GetObject(GetModelColumnPos(nId));
Reference< ::com::sun::star::beans::XPropertySet > xCol;
- // Einfuegen mu sich an den Column Positionen orientieren
+ // Einfuegen mu� sich an den Column Positionen orientieren
sal_Int32 i;
Reference< XInterface > xCurrent;
for (i = 0; !xCol.is() && i < xColumns->getCount(); i++)
@@ -1778,7 +1778,7 @@ void FmGridControl::InitColumnsByModels(const Reference< ::com::sun::star::conta
SetUpdateMode(sal_False);
- // Einfuegen mu sich an den Column Positionen orientieren
+ // Einfuegen mu� sich an den Column Positionen orientieren
sal_Int32 i;
String aName;
Any aWidth;
@@ -1901,7 +1901,7 @@ void FmGridControl::InitColumnsByFields(const Reference< ::com::sun::star::conta
Reference< XIndexContainer > xColumns( GetPeer()->getColumns() );
Reference< XNameAccess > xFieldsAsNames( _rxFields, UNO_QUERY );
- // Einfuegen mu sich an den Column Positionen orientieren
+ // Einfuegen mu� sich an den Column Positionen orientieren
for (sal_Int32 i = 0; i < xColumns->getCount(); i++)
{
DbGridColumn* pCol = GetColumns().GetObject(i);