summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:31:21 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:31:21 +0000
commit505c305f60466d6f1bf7477a2c6c14576dfa9f55 (patch)
treefb59a86d0e14933d65715f2ebc85d92fad47695a /offapi/com/sun/star/accessibility
parent078ca4055e6172215eada85449087fd1dcc903ff (diff)
INTEGRATION: CWS sdk10 (1.4.174); FILE MERGED
2004/02/10 15:39:21 mi 1.4.174.1: #i18677# color/long -> Color
Diffstat (limited to 'offapi/com/sun/star/accessibility')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleComponent.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleComponent.idl b/offapi/com/sun/star/accessibility/XAccessibleComponent.idl
index 8719e9d34df9..b4dd35a26c7e 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleComponent.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleComponent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAccessibleComponent.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2003-06-20 09:49:36 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:31:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,8 +83,8 @@
#ifndef __com_sun_star_awt_Size_idl__
#include <com/sun/star/awt/Size.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
module com { module sun { module star { module accessibility {
@@ -253,7 +253,7 @@ interface XAccessibleComponent : ::com::sun::star::uno::XInterface
The returned color is the foreground color of this object or, if
that is not supported, the default foreground color.
*/
- ::com::sun::star::util::color getForeground ();
+ ::com::sun::star::util::Color getForeground ();
/** Returns the background color of this object.
@@ -261,7 +261,7 @@ interface XAccessibleComponent : ::com::sun::star::uno::XInterface
The returned color is the background color of this object or, if
that is not supported, the default background color.
*/
- ::com::sun::star::util::color getBackground ();
+ ::com::sun::star::util::Color getBackground ();
};