diff options
author | Tomas Hlavaty <tom@logand.com> | 2011-12-06 23:52:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-06 23:54:36 +0000 |
commit | 5260bf5ea7271cca4767f596592091dcdfd895fe (patch) | |
tree | 9b745315ec33588e7710c99873e89dde530cc11b /udkapi | |
parent | 9e65b68ef9a3b745afb13700c68d0a5f2a2d8904 (diff) |
minor idl fixes
Diffstat (limited to 'udkapi')
-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 5f0262763865..72e377a35039 100644 --- a/udkapi/com/sun/star/util/logging/Logger.idl +++ b/udkapi/com/sun/star/util/logging/Logger.idl @@ -29,8 +29,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> //============================================================================= |