diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-08-20 18:26:05 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-08-20 19:30:59 +0000 |
commit | 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 (patch) | |
tree | 4c71062081ca1990f45c33c6a3ed0ed14278bd34 /svx/source/fmcomp/fmgridcl.cxx | |
parent | c3164e42dcdf879ed53e235db13f498eb730bae9 (diff) |
Re-work 8bit characters in source code, or remove them.
Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3
Reviewed-on: https://gerrit.libreoffice.org/5550
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'svx/source/fmcomp/fmgridcl.cxx')
-rw-r--r-- | svx/source/fmcomp/fmgridcl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx index 87aed036208f..da5805e12b70 100644 --- a/svx/source/fmcomp/fmgridcl.cxx +++ b/svx/source/fmcomp/fmgridcl.cxx @@ -1557,7 +1557,7 @@ void FmGridControl::ColumnMoved(sal_uInt16 nId) DbGridColumn* pCol = DbGridControl::GetColumns().at( GetModelColumnPos(nId) ); Reference< ::com::sun::star::beans::XPropertySet > xCol; - // Einfuegen muß sich an den Column Positionen orientieren + // Einfuegen muss sich an den Column Positionen orientieren sal_Int32 i; Reference< XInterface > xCurrent; for (i = 0; !xCol.is() && i < xColumns->getCount(); i++) @@ -1600,7 +1600,7 @@ void FmGridControl::InitColumnsByModels(const Reference< ::com::sun::star::conta SetUpdateMode(sal_False); - // Einfuegen mu� sich an den Column Positionen orientieren + // Einfuegen muss sich an den Column Positionen orientieren sal_Int32 i; Any aWidth; for (i = 0; i < xColumns->getCount(); ++i) |