summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/logging/LogRecord.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/logging/LogRecord.idl')
-rw-r--r--offapi/com/sun/star/logging/LogRecord.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/logging/LogRecord.idl b/offapi/com/sun/star/logging/LogRecord.idl
index 4fc1046bb104..d0ae88e1b00e 100644
--- a/offapi/com/sun/star/logging/LogRecord.idl
+++ b/offapi/com/sun/star/logging/LogRecord.idl
@@ -40,14 +40,14 @@ struct LogRecord
/** specifies the name of the class, in which the record was logged.
This name might be empty, in case the caller to one of the various
- <code>log</code> methods of <type>XLogger</type> did not specify it.
+ <code>log</code> methods of XLogger did not specify it.
*/
string SourceClassName;
/** specifies the name of the method, in which the record was logged.
This name might be empty, in case the caller to one of the various
- <code>log</code> methods of <type>XLogger</type> did not specify it.
+ <code>log</code> methods of XLogger did not specify it.
*/
string SourceMethodName;
@@ -60,7 +60,7 @@ struct LogRecord
/** specifies the number of the log event.
- Subsequent events get assigned increasing sequence numbers by the <type>XLogger</type>
+ Subsequent events get assigned increasing sequence numbers by the XLogger
at which they're logged.
*/
hyper SequenceNumber;