summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-07-21 04:52:14 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-07-21 04:53:48 -0500
commit3e926736c7a1ec0a622ff446466113d9ccd8cb11 (patch)
treebcbfa6d33e8e028f32f9d2441f50fe969307c512 /unotools
parent34d062147c16090fa42c27ac7960e3f5e3b65d2b (diff)
Miscellaneous typos
Change-Id: I5187364d420ab78c36a91632efab9c32951d867a
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/configitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx
index e05d960f6539..bb46aa794a4c 100644
--- a/unotools/source/config/configitem.cxx
+++ b/unotools/source/config/configitem.cxx
@@ -279,7 +279,7 @@ void ConfigItem::impl_unpackLocalizedProperties( const Sequence< OUString >
sal_Int32 nPropertyCounter; // counter of inner loop for Sequence< PropertyValue >
sal_Int32 nPropertiesSize; // marks end of inner loop
OUString sNodeName; // base name of node ( e.g. "UIName/" ) ... expand to locale ( e.g. "UIName/de" )
- Sequence< PropertyValue > lProperties; // localized values of an configuration entry getted from lInValues-Any
+ Sequence< PropertyValue > lProperties; // localized values of an configuration entry gotten from lInValues-Any
// Optimise follow algorithm ... A LITTLE BIT :-)
// There exist two different possibilities: