Kaydet (Commit) fd29a623 authored tarafından Antoine Cœur's avatar Antoine Cœur Kaydeden (comit) Philippe Jung

spelling

Change-Id: I5ccbb5a2b31192cea96fbb0f4ab926af86e94c9d
Reviewed-on: https://gerrit.libreoffice.org/16223Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarPhilippe Jung <phil.jung@free.fr>
üst 1289d3c4
...@@ -216,7 +216,7 @@ void ORelationTableView::AddConnection(const OJoinExchangeData& jxdSource, const ...@@ -216,7 +216,7 @@ void ORelationTableView::AddConnection(const OJoinExchangeData& jxdSource, const
} }
catch(const Exception&) catch(const Exception&)
{ {
OSL_FAIL("ORelationTableView::AddConnection: Exception oocured!"); OSL_FAIL("ORelationTableView::AddConnection: Exception occurred!");
} }
} }
} }
......
...@@ -33,7 +33,7 @@ public class _XFilterGroupManager extends MultiMethodTest { ...@@ -33,7 +33,7 @@ public class _XFilterGroupManager extends MultiMethodTest {
/** /**
* Appends a new FilterGroup (for extension 'txt'). <p> * Appends a new FilterGroup (for extension 'txt'). <p>
* Has <b>OK</b> status if no runtime exceptions occured. * Has <b>OK</b> status if no runtime exceptions occurred.
*/ */
public void _appendFilterGroup() { public void _appendFilterGroup() {
boolean res = true; boolean res = true;
......
...@@ -39,7 +39,7 @@ public class _XFilterManager extends MultiMethodTest { ...@@ -39,7 +39,7 @@ public class _XFilterManager extends MultiMethodTest {
/** /**
* Appends a new filter (for extension 'txt'). <p> * Appends a new filter (for extension 'txt'). <p>
* Has <b>OK</b> status if no runtime exceptions occured. * Has <b>OK</b> status if no runtime exceptions occurred.
*/ */
public void _appendFilter() { public void _appendFilter() {
boolean res = true; boolean res = true;
......
...@@ -1911,7 +1911,7 @@ typedef struct lcl_ScTable_DoSubTotals_RowEntry ...@@ -1911,7 +1911,7 @@ typedef struct lcl_ScTable_DoSubTotals_RowEntry
} RowEntry; } RowEntry;
// new intermediate results // new intermediate results
// rParam.nRow2 is changed ! // rParam.nRow2 is changed!
bool ScTable::DoSubTotals( ScSubTotalParam& rParam ) bool ScTable::DoSubTotals( ScSubTotalParam& rParam )
{ {
...@@ -1942,7 +1942,7 @@ bool ScTable::DoSubTotals( ScSubTotalParam& rParam ) ...@@ -1942,7 +1942,7 @@ bool ScTable::DoSubTotals( ScSubTotalParam& rParam )
// With (blank) as a separate category, subtotal rows from // With (blank) as a separate category, subtotal rows from
// the other columns must always be tested // the other columns must always be tested
// (previously only when a column occured more than once) // (previously only when a column occurred more than once)
bool bTestPrevSub = ( nLevelCount > 1 ); bool bTestPrevSub = ( nLevelCount > 1 );
OUString aSubString; OUString aSubString;
...@@ -1950,7 +1950,7 @@ bool ScTable::DoSubTotals( ScSubTotalParam& rParam ) ...@@ -1950,7 +1950,7 @@ bool ScTable::DoSubTotals( ScSubTotalParam& rParam )
bool bIgnoreCase = !rParam.bCaseSens; bool bIgnoreCase = !rParam.bCaseSens;
OUString *pCompString[MAXSUBTOTAL]; // Pointer due to compiler problemens OUString *pCompString[MAXSUBTOTAL]; // Pointer due to compiler problems
for (i=0; i<MAXSUBTOTAL; i++) for (i=0; i<MAXSUBTOTAL; i++)
pCompString[i] = new OUString; pCompString[i] = new OUString;
...@@ -1959,7 +1959,7 @@ bool ScTable::DoSubTotals( ScSubTotalParam& rParam ) ...@@ -1959,7 +1959,7 @@ bool ScTable::DoSubTotals( ScSubTotalParam& rParam )
ScStyleSheet* pStyle = static_cast<ScStyleSheet*>(pDocument->GetStyleSheetPool()->Find( ScStyleSheet* pStyle = static_cast<ScStyleSheet*>(pDocument->GetStyleSheetPool()->Find(
ScGlobal::GetRscString(STR_STYLENAME_RESULT), SFX_STYLE_FAMILY_PARA )); ScGlobal::GetRscString(STR_STYLENAME_RESULT), SFX_STYLE_FAMILY_PARA ));
bool bSpaceLeft = true; // Succsess when inserting? bool bSpaceLeft = true; // Success when inserting?
// For performance reasons collect formula entries so their // For performance reasons collect formula entries so their
// references don't have to be tested for updates each time a new row is // references don't have to be tested for updates each time a new row is
...@@ -2006,7 +2006,7 @@ bool ScTable::DoSubTotals( ScSubTotalParam& rParam ) ...@@ -2006,7 +2006,7 @@ bool ScTable::DoSubTotals( ScSubTotalParam& rParam )
GetString( nGroupCol[i], nRow, aString ); GetString( nGroupCol[i], nRow, aString );
if (bIgnoreCase) if (bIgnoreCase)
aString = ScGlobal::pCharClass->uppercase(aString); aString = ScGlobal::pCharClass->uppercase(aString);
// when sorting, blanks are seperate group // when sorting, blanks are separate group
// otherwise blak cells are allowed below // otherwise blak cells are allowed below
bChanged = ( ( !aString.isEmpty() || rParam.bDoSort ) && bChanged = ( ( !aString.isEmpty() || rParam.bDoSort ) &&
aString != *pCompString[i] ); aString != *pCompString[i] );
...@@ -2151,7 +2151,7 @@ bool ScTable::DoSubTotals( ScSubTotalParam& rParam ) ...@@ -2151,7 +2151,7 @@ bool ScTable::DoSubTotals( ScSubTotalParam& rParam )
} }
//TODO: according to setting, shift intermediate-sum rows up ? //TODO: according to setting, shift intermediate-sum rows up?
//TODO: create Outlines directly? //TODO: create Outlines directly?
......
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