diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-06-25 17:40:24 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-06-25 17:40:24 +0200 |
commit | 9b1e23f5485bf809b36f6c3770a7139888d0adf5 (patch) | |
tree | 34f98d48aa07dfc3a2d8df4123a64b028e626e6d | |
parent | cee3c9271cc754195a29a46ed43d54f1d0ad89e9 (diff) |
unoawt2: why the heck does the IDL compiler complain, but still build it? Fixed build breaker ...
-rw-r--r-- | offapi/com/sun/star/awt/XStyleSettings.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/XStyleSettings.idl b/offapi/com/sun/star/awt/XStyleSettings.idl index 25133a5a5..fd188c432 100644 --- a/offapi/com/sun/star/awt/XStyleSettings.idl +++ b/offapi/com/sun/star/awt/XStyleSettings.idl @@ -29,6 +29,7 @@ #include <com/sun/star/util/Color.idl> #include <com/sun/star/awt/FontDescriptor.idl> +#include <com/sun/star/uno/XInterface.idl> //================================================================================================================== |