summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-10-09 12:31:00 +0200
committerAndras Timar <andras.timar@collabora.com>2014-10-09 13:02:50 +0200
commit0be1c2e87a0ff932584dba0e96b535e6c5eea6d9 (patch)
treebb92f34f1509402fb095ef3883256469fbd13016
parent7086ac7dad014e08160f9a7f87fcfba789420828 (diff)
typo: formual -> formula
Change-Id: I39b4c2fc4edd7d609b15fc289dd1b053c749f435
-rw-r--r--sc/source/core/opencl/formulagroupcl.cxx4
-rw-r--r--sw/source/core/doc/DocumentFieldsManager.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 2818af1bcc39..c8dbcced560b 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -3591,7 +3591,7 @@ DynamicKernel* DynamicKernel::create( ScDocument& /* rDoc */,
}
catch (const UnhandledToken& ut)
{
- std::cerr << "\nDynamic formual compiler: unhandled token: ";
+ std::cerr << "\nDynamic formula compiler: unhandled token: ";
std::cerr << ut.mMessage << " at ";
std::cerr << ut.mFile << ":" << ut.mLineNumber << "\n";
#ifdef NO_FALLBACK_TO_SWINTERP
@@ -3681,7 +3681,7 @@ bool FormulaGroupInterpreterOpenCL::interpret( ScDocument& rDoc,
}
catch (const UnhandledToken& ut)
{
- std::cerr << "\nDynamic formual compiler: unhandled token: ";
+ std::cerr << "\nDynamic formula compiler: unhandled token: ";
std::cerr << ut.mMessage << "\n";
#ifdef NO_FALLBACK_TO_SWINTERP
assert(false);
diff --git a/sw/source/core/doc/DocumentFieldsManager.cxx b/sw/source/core/doc/DocumentFieldsManager.cxx
index 6729812d07f5..0de966f9f794 100644
--- a/sw/source/core/doc/DocumentFieldsManager.cxx
+++ b/sw/source/core/doc/DocumentFieldsManager.cxx
@@ -651,7 +651,7 @@ void DocumentFieldsManager::UpdateTblFlds( SfxPoolItem* pHt )
pFldType = 0;
}
- // process all table box formuals
+ // process all table box formulas
const SfxPoolItem* pItem;
sal_uInt32 nMaxItems = m_rSwdoc.GetAttrPool().GetItemCount2( RES_BOXATR_FORMULA );
for (sal_uInt32 i = 0; i < nMaxItems; ++i)