diff options
author | Tomas Hlavaty <tom@logand.com> | 2011-12-06 23:52:56 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-05 11:51:44 +0000 |
commit | 9e3235cd99f2b3210cdc8481b2b5a428119a1458 (patch) | |
tree | e23182499d0ed7cee77a4d4c2f6535db9b5996cb /udkapi/com/sun | |
parent | a5e6ef23f8e0040b2e8543c838abea54072f2497 (diff) |
minor idl fixes
Diffstat (limited to 'udkapi/com/sun')
-rw-r--r-- | udkapi/com/sun/star/util/logging/Logger.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/util/logging/Logger.idl b/udkapi/com/sun/star/util/logging/Logger.idl index 533b64842374..e2f7e6c6d1e1 100644 --- a/udkapi/com/sun/star/util/logging/Logger.idl +++ b/udkapi/com/sun/star/util/logging/Logger.idl @@ -30,8 +30,8 @@ #define __com_sun_star_webtop_Logger_idl__ #include <com/sun/star/uno/XInterface.idl> -#include <XLogger.idl> -#include <XLoggerRemote.idl> +#include <com/sun/star/util/logging/XLogger.idl> +#include <com/sun/star/util/logging/XLoggerRemote.idl> //============================================================================= |