summaryrefslogtreecommitdiff
path: root/framework/inc/macros
diff options
context:
space:
mode:
authorGregg King <smokedart@gmail.com>2013-02-28 18:11:24 -0400
committerEike Rathke <erack@redhat.com>2013-03-02 02:45:55 +0000
commitdb7a441342f7a22d23492dbd25b113e9573db192 (patch)
treee599f39d757a43af20bc16851072c396634da07d /framework/inc/macros
parent9ca5383abfb7f2f785e9f2e2d5b2565b9a60bbab (diff)
Typo fix: informations -> information and a few other adjacent typos.
FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'framework/inc/macros')
-rw-r--r--framework/inc/macros/debug/event.hxx2
-rw-r--r--framework/inc/macros/debug/mutex.hxx2
-rw-r--r--framework/inc/macros/debug/targeting.hxx12
3 files changed, 8 insertions, 8 deletions
diff --git a/framework/inc/macros/debug/event.hxx b/framework/inc/macros/debug/event.hxx
index 38e38765cec3..72865cf87a53 100644
--- a/framework/inc/macros/debug/event.hxx
+++ b/framework/inc/macros/debug/event.hxx
@@ -44,7 +44,7 @@
/*_____________________________________________________________________________________________________________
LOG_FRAMEACTIONEVENT( SFRAMETYPE, SFRAMENAME, AFRAMEACTION )
- Use this macro to print debug informations about sending of events to listener for controling right order.
+ Use this macro to print debug information about sending of events to listener for controling right order.
( Use new scope in macro to declare sBuffer more then on time in same "parentscope"! )
_____________________________________________________________________________________________________________*/
diff --git a/framework/inc/macros/debug/mutex.hxx b/framework/inc/macros/debug/mutex.hxx
index c55ee1de1f59..e212f99416e6 100644
--- a/framework/inc/macros/debug/mutex.hxx
+++ b/framework/inc/macros/debug/mutex.hxx
@@ -43,7 +43,7 @@
/*_____________________________________________________________________________________________________________
LOG_LOCKTYPE( _EFALLBACK, _ECURRENT )
- Write informations about current set lock type for whole framework project to special file.
+ Write information about current set lock type for whole framework project to special file.
_____________________________________________________________________________________________________________*/
#define LOG_LOCKTYPE( _EFALLBACK, _ECURRENT ) \
diff --git a/framework/inc/macros/debug/targeting.hxx b/framework/inc/macros/debug/targeting.hxx
index 6a75d9decfe5..1e8b54afa411 100644
--- a/framework/inc/macros/debug/targeting.hxx
+++ b/framework/inc/macros/debug/targeting.hxx
@@ -47,7 +47,7 @@
Log format for parameter e.g.: Desktop::findFrame( "frame1", 23 ) my name is "desktop"
Log format for steps e.g.: desktop--
- With this macro you can log informations about search parameter of method "findFrame()" of an service.
+ With this macro you can log information about search parameter of method "findFrame()" of an service.
Use it at beginning of search only!
_____________________________________________________________________________________________________________*/
@@ -73,7 +73,7 @@
/*_____________________________________________________________________________________________________________
LOG_PARAMETER_QUERYDISPATCH( SSERVICE, SFRAMENAME, AURL, STARGETNAME, NSEARCHFLAGS )
- With this macro you can log informations about search parameter of method "queryDispatch()" of an service.
+ With this macro you can log information about search parameter of method "queryDispatch()" of an service.
Use it at beginning of search only!
_____________________________________________________________________________________________________________*/
@@ -98,7 +98,7 @@
/*_____________________________________________________________________________________________________________
LOG_PARAMETER_LOADCOMPONENTFROMURL( SSERVICE, SFRAMENAME, SURL, STARGETNAME, NSEARCHFLAGS, SEQPARAMETER )
- With this macro you can log informations about search parameter of method "loadComponentFromURL()" of an service.
+ With this macro you can log information about search parameter of method "loadComponentFromURL()" of an service.
Use it at beginning of search only!
_____________________________________________________________________________________________________________*/
@@ -133,7 +133,7 @@
/*_____________________________________________________________________________________________________________
LOG_RESULT_FINDFRAME( SSERVICE, SFRAMENAME, XFRAME )
- With this macro you can log informations about search result of "findFrame()".
+ With this macro you can log information about search result of "findFrame()".
Use it at the end of this method only!
_____________________________________________________________________________________________________________*/
@@ -165,7 +165,7 @@
/*_____________________________________________________________________________________________________________
LOG_RESULT_QUERYDISPATCH( SSERVICE, SFRAMENAME, XDISPATCHER )
- With this macro you can log informations about search result of "queryDispatch()".
+ With this macro you can log information about search result of "queryDispatch()".
Use it at the end of this method only!
_____________________________________________________________________________________________________________*/
@@ -192,7 +192,7 @@
/*_____________________________________________________________________________________________________________
LOG_RESULT_LOADCOMPONENTFROMURL( SSERVICE, SFRAMENAME, XCOMPONENT )
- With this macro you can log informations about search result of "loadComponentFromURL()".
+ With this macro you can log information about search result of "loadComponentFromURL()".
Use it at the end of this method only!
_____________________________________________________________________________________________________________*/