summaryrefslogtreecommitdiffstats
path: root/forms/source/misc/limitedformats.cxx
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-02-06 23:21:40 +0100
committerAndras Timar <andras.timar@collabora.com>2014-02-06 23:22:30 +0100
commitac6e8ac7e407887a18bca6c835f85e372a4d0932 (patch)
tree4011854fc6beb6c4bf03fc278efeeffddedae7d0 /forms/source/misc/limitedformats.cxx
parentTypo: cheking -> checking (diff)
downloadcore-ac6e8ac7e407887a18bca6c835f85e372a4d0932.tar.gz
core-ac6e8ac7e407887a18bca6c835f85e372a4d0932.zip
typo fixes in comments
Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc
Diffstat (limited to 'forms/source/misc/limitedformats.cxx')
-rw-r--r--forms/source/misc/limitedformats.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/misc/limitedformats.cxx b/forms/source/misc/limitedformats.cxx
index c0632a6a968f..5f0d71ea166c 100644
--- a/forms/source/misc/limitedformats.cxx
+++ b/forms/source/misc/limitedformats.cxx
@@ -329,7 +329,7 @@ namespace frm
OSL_ENSURE(_rOldValue.hasValue(), "OLimitedFormats::convertFormatKeyPropertyValue: did not find the old enum value in the table!");
if (!bFoundIt)
- { // somebody gave us an format which we can't translate
+ { // somebody gave us a format which we can't translate
OUString sMessage ("This control supports only a very limited number of formats.");
throw IllegalArgumentException(sMessage, NULL, 2);
}
@@ -347,8 +347,8 @@ namespace frm
if (m_xAggregate.is())
{ // this is to be called after convertFormatKeyPropertyValue, where
- // we translated the format key into a enum value.
- // So now we can simply forward this enum value to our aggreate
+ // we translated the format key into an enum value.
+ // So now we can simply forward this enum value to our aggregate
m_xAggregate->setFastPropertyValue(m_nFormatEnumPropertyHandle, _rNewValue);
}
}