diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-19 09:46:34 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-19 09:46:34 +0000 |
commit | 90b8294a9d814258a63bb1d9b1ad6090f6582e25 (patch) | |
tree | 5023c02a026828ef1bca0620d5ed6db75d3a32b7 /offapi | |
parent | bd6d10864cb15c480f04e71a7baeef2a94dc7fc2 (diff) |
INTEGRATION: CWS sdk10 (1.6.322); FILE MERGED
2004/02/10 15:41:20 mi 1.6.322.1: #i18677# color/long -> Color
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/util/XNumberFormatPreviewer.idl | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/offapi/com/sun/star/util/XNumberFormatPreviewer.idl b/offapi/com/sun/star/util/XNumberFormatPreviewer.idl index fd4cac4c0624..c0e8cfce2795 100644 --- a/offapi/com/sun/star/util/XNumberFormatPreviewer.idl +++ b/offapi/com/sun/star/util/XNumberFormatPreviewer.idl @@ -2,9 +2,9 @@ * * $RCSfile: XNumberFormatPreviewer.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:57 $ + * last change: $Author: kz $ $Date: 2004-05-19 10:46:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,6 +65,10 @@ #include <com/sun/star/uno/XInterface.idl> #endif +#ifndef __com_sun_star_util_Color_idl__ +#include <com/sun/star/util/Color.idl> +#endif + #ifndef __com_sun_star_lang_Locale_idl__ #include <com/sun/star/lang/Locale.idl> #endif @@ -73,8 +77,8 @@ #include <com/sun/star/util/MalformedNumberFormatException.idl> #endif -#ifndef __com_sun_star_util_color_idl__ -#include <com/sun/star/util/color.idl> +#ifndef __com_sun_star_util_Color_idl__ +#include <com/sun/star/util/Color.idl> #endif @@ -150,11 +154,11 @@ interface XNumberFormatPreviewer: com::sun::star::uno::XInterface if the format string is invalid. */ - com::sun::star::util::color queryPreviewColorForNumber( [in] string aFormat, + com::sun::star::util::Color queryPreviewColorForNumber( [in] string aFormat, [in] double fValue, [in] com::sun::star::lang::Locale nLocale, [in] boolean bAllowEnglish, - [in] com::sun::star::util::color aDefaultColor ) + [in] com::sun::star::util::Color aDefaultColor ) raises( com::sun::star::util::MalformedNumberFormatException ); }; |