summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/logging
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/logging')
-rw-r--r--offapi/com/sun/star/logging/LogRecord.idl2
-rw-r--r--offapi/com/sun/star/logging/XLogFormatter.idl2
-rw-r--r--offapi/com/sun/star/logging/XLogHandler.idl2
-rw-r--r--offapi/com/sun/star/logging/XLogger.idl4
4 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/logging/LogRecord.idl b/offapi/com/sun/star/logging/LogRecord.idl
index 512276669c8e..e8149dd7a888 100644
--- a/offapi/com/sun/star/logging/LogRecord.idl
+++ b/offapi/com/sun/star/logging/LogRecord.idl
@@ -43,7 +43,7 @@ module com { module sun { module star { module logging {
@since OOo 2.3
*/
-published struct LogRecord
+struct LogRecord
{
/// specifies the name of the logger at which the record is logged
string LoggerName;
diff --git a/offapi/com/sun/star/logging/XLogFormatter.idl b/offapi/com/sun/star/logging/XLogFormatter.idl
index 08bdfb3ae4b3..4a55ac3c6533 100644
--- a/offapi/com/sun/star/logging/XLogFormatter.idl
+++ b/offapi/com/sun/star/logging/XLogFormatter.idl
@@ -44,7 +44,7 @@ module com { module sun { module star { module logging {
@since OOo 2.3
*/
-published interface XLogFormatter
+interface XLogFormatter
{
/** returns the header string for the log
diff --git a/offapi/com/sun/star/logging/XLogHandler.idl b/offapi/com/sun/star/logging/XLogHandler.idl
index 5dc1e667bfa7..760ffd2a50fe 100644
--- a/offapi/com/sun/star/logging/XLogHandler.idl
+++ b/offapi/com/sun/star/logging/XLogHandler.idl
@@ -46,7 +46,7 @@ module com { module sun { module star { module logging {
@since OOo 2.3
*/
-published interface XLogHandler
+interface XLogHandler
{
/** allows life time control for the handler
diff --git a/offapi/com/sun/star/logging/XLogger.idl b/offapi/com/sun/star/logging/XLogger.idl
index 2735fc502391..ce45976aa388 100644
--- a/offapi/com/sun/star/logging/XLogger.idl
+++ b/offapi/com/sun/star/logging/XLogger.idl
@@ -35,7 +35,7 @@
module com { module sun { module star { module logging {
-published interface XLogHandler;
+interface XLogHandler;
//=============================================================================
@@ -52,7 +52,7 @@ published interface XLogHandler;
@since OOo 2.3
*/
-published interface XLogger
+interface XLogger
{
/** denotes the name of the logger.
*/