summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view/ViewSettings.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/ViewSettings.idl')
-rw-r--r--offapi/com/sun/star/view/ViewSettings.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/view/ViewSettings.idl b/offapi/com/sun/star/view/ViewSettings.idl
index dbaed59a7f6b..bbcc8e2d664d 100644
--- a/offapi/com/sun/star/view/ViewSettings.idl
+++ b/offapi/com/sun/star/view/ViewSettings.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/beans/XPropertySet.idl>
-//=============================================================================
module com { module sun { module star { module view {
-//=============================================================================
/** provides access to the settings of the controller of an office document.
*/
@@ -42,33 +40,27 @@ published service ViewSettings
{
interface com::sun::star::beans::XPropertySet;
- //-------------------------------------------------------------------------
/** If this property is <TRUE/>, the horizontal ruler is displayed.
*/
[optional, property] boolean ShowHoriRuler;
- //-------------------------------------------------------------------------
/** If this property is <TRUE/>, the horizontal scroll bar is displayed.
*/
[optional, property] boolean ShowHoriScrollBar;
- //-------------------------------------------------------------------------
/** specifies the zoom-value in percent.
*/
[optional, property] short ZoomValue;
- //-------------------------------------------------------------------------
/** If this property is <TRUE/>, the vertical ruler is displayed.
*/
[optional, property] boolean ShowVertRuler;
- //-------------------------------------------------------------------------
/** If this property is <TRUE/>, the vertical scroll bar is displayed.
*/
[optional, property] boolean ShowVertScrollBar;
};
-//=============================================================================
}; }; }; };