summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-05 23:15:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-06 09:13:38 +0200
commitc12c84e6d8f26b7c7dfd4d0daa642879b435d2c6 (patch)
treedc9fb5b02c71a41f5b00e89ab2e03f10b4b5864a /unotools
parent3c1c1b8885e76a24b961b2fadbecfb536f423293 (diff)
Fixing "...."
Change-Id: I3424e17cfdfb563fdc5882942031deafae8689fe Reviewed-on: https://gerrit.libreoffice.org/78678 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/configvaluecontainer.cxx4
-rw-r--r--unotools/source/config/moduleoptions.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/unotools/source/config/configvaluecontainer.cxx b/unotools/source/config/configvaluecontainer.cxx
index ce9853aaa0b4..fcdae8faee58 100644
--- a/unotools/source/config/configvaluecontainer.cxx
+++ b/unotools/source/config/configvaluecontainer.cxx
@@ -125,7 +125,7 @@ namespace utl
switch ( _rAccessor.getLocType() )
{
case LocationType::SimplyObjectInstance:
- // a simple setValue ....
+ // a simple setValue...
_rData.setValue( _rAccessor.getLocation(), _rAccessor.getDataType() );
break;
@@ -224,7 +224,7 @@ namespace utl
void OConfigurationValueContainer::registerExchangeLocation( const sal_Char* _pRelativePath,
void* _pContainer, const Type& _rValueType )
{
- // checks ....
+ // checks...
SAL_WARN_IF(!_pContainer, "unotools.config",
"OConfigurationValueContainer::registerExchangeLocation: invalid container location!");
SAL_WARN_IF(!( (TypeClass_CHAR == _rValueType.getTypeClass( ) )
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index ffdfb3008d2e..103bf2a7bd3e 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -349,7 +349,7 @@ void SvtModuleOptions_Impl::ImplCommit()
OUString sBasePath;
for( FactoryInfo & rInfo : m_lFactories )
{
- // These path is used to build full qualified property names ....
+ // These path is used to build full qualified property names...
// See pInfo->getChangedProperties() for further information
sBasePath = PATHSEPARATOR + rInfo.getFactory() + PATHSEPARATOR;
@@ -358,7 +358,7 @@ void SvtModuleOptions_Impl::ImplCommit()
nRealCount += lChangedProperties.getLength();
}
// Resize commit list to real size.
- // If nothing to do - suppress calling of configuration ...
+ // If nothing to do - suppress calling of configuration...
// It could be too expensive :-)
if( nRealCount > 0 )
{