diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-04-20 12:12:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-04-20 12:57:49 +0200 |
commit | ec24cfbfb98bc610688e2118d16da51a78427dfd (patch) | |
tree | 2747910ef5cd8f35d9b0a509f795152cd2e61f4f /udkapi/com | |
parent | 33ee840e7b45eb971feef83215841edc0ba66cd7 (diff) |
LoggerRemote.idl: include with full path
Diffstat (limited to 'udkapi/com')
-rw-r--r-- | udkapi/com/sun/star/util/logging/LoggerRemote.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/util/logging/LoggerRemote.idl b/udkapi/com/sun/star/util/logging/LoggerRemote.idl index 83c1f985a089..0a6fcee99159 100644 --- a/udkapi/com/sun/star/util/logging/LoggerRemote.idl +++ b/udkapi/com/sun/star/util/logging/LoggerRemote.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> //============================================================================= |