summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlScrollBar.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlScrollBar.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlScrollBar.idl23
1 files changed, 6 insertions, 17 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlScrollBar.idl b/offapi/com/sun/star/awt/UnoControlScrollBar.idl
index d94ae68c4..6e2f2e08e 100644
--- a/offapi/com/sun/star/awt/UnoControlScrollBar.idl
+++ b/offapi/com/sun/star/awt/UnoControlScrollBar.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlScrollBar.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tbe $ $Date: 2001-05-02 16:24:05 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:00:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,11 +63,7 @@
#ifndef __com_sun_star_awt_UnoControl_idl__
#include <com/sun/star/awt/UnoControl.idl>
-#endif
-
-#ifndef __com_sun_star_awt_XAdjustmentListener_idl__
-#include <com/sun/star/awt/XAdjustmentListener.idl>
-#endif
+#endif
#ifndef __com_sun_star_awt_XScrollBar_idl__
#include <com/sun/star/awt/XScrollBar.idl>
@@ -80,20 +76,13 @@
//=============================================================================
-// DocMerge from xml: service com::sun::star::awt::UnoScrollBarControl
-/** specifies a scrollbar control.
+/** specifies a scroll bar control.
*/
service UnoControlScrollBar
{
- // DocMerge: empty anyway
- service com::sun::star::awt::UnoControl;
-
- // DocMerge: empty anyway
- interface com::sun::star::awt::XAdjustmentListener;
+ service com::sun::star::awt::UnoControl;
- // DocMerge: empty anyway
- interface com::sun::star::awt::XScrollBar;
-
+ interface com::sun::star::awt::XScrollBar;
};
//=============================================================================