summaryrefslogtreecommitdiffstats
path: root/include/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-05 18:50:09 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-06 09:24:07 +0200
commit39214c54efbefb1d78754ad14f936882c326a482 (patch)
tree3ede90b6c7cb8d156f41fd1849e33b433050fc1d /include/comphelper
parentFixing "...." (diff)
downloadcore-39214c54efbefb1d78754ad14f936882c326a482.tar.gz
core-39214c54efbefb1d78754ad14f936882c326a482.zip
Typos
Mainly fixing '....' and '..' Change-Id: Ic928701b319868671b826d757dd94c296fd5e942 Reviewed-on: https://gerrit.libreoffice.org/78668 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/logging.hxx2
-rw-r--r--include/comphelper/types.hxx4
-rw-r--r--include/comphelper/uno3.hxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/include/comphelper/logging.hxx b/include/comphelper/logging.hxx
index 1a9d9ac367a2..5057ff9d838f 100644
--- a/include/comphelper/logging.hxx
+++ b/include/comphelper/logging.hxx
@@ -76,7 +76,7 @@ namespace comphelper
You can use this class as follows
<pre>
EventLogger aLogger( xContext, sLoggerName );
- ....
+ ...
aLogger.log( LogLevel::SEVERE, sSomeMessage );
aLogger.logp( LogLevel::CONFIG, "MyClass", "MyMethod", sSomeMessage, SomeParameter1, SomeParameter2, SomeParameter3 );
</pre>
diff --git a/include/comphelper/types.hxx b/include/comphelper/types.hxx
index 3b9c3ef1617b..3f9f16707c70 100644
--- a/include/comphelper/types.hxx
+++ b/include/comphelper/types.hxx
@@ -75,10 +75,10 @@ namespace comphelper
//= replacement of the former UsrAny.getXXX methods
- // may be used if you need the return value just as temporary, else it's may be too inefficient ....
+ // may be used if you need the return value just as temporary, else it's may be too inefficient...
// no, we don't use templates here. This would lead to a lot of implicit uses of the conversion methods,
- // which would be difficult to trace ...
+ // which would be difficult to trace...
COMPHELPER_DLLPUBLIC sal_Int64 getINT64(const css::uno::Any& _rAny);
COMPHELPER_DLLPUBLIC sal_Int32 getINT32(const css::uno::Any& _rAny);
diff --git a/include/comphelper/uno3.hxx b/include/comphelper/uno3.hxx
index 1312d0c6e240..36044ecd3114 100644
--- a/include/comphelper/uno3.hxx
+++ b/include/comphelper/uno3.hxx
@@ -161,7 +161,7 @@ namespace comphelper
usage:<br/>
Reference<XFoo> xFoo;<br/>
if (query_aggregation(xAggregatedObject, xFoo))<br/>
- ....
+ ...
*/
template <class iface>
bool query_aggregation(const css::uno::Reference< css::uno::XAggregation >& _rxAggregate, css::uno::Reference<iface>& _rxOut)