summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:32:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 09:55:18 -0600
commit91ff31b6f7c2fd217518f54396bbca6d4bde98a3 (patch)
treedc38ea6780939d6e294a0d936f3951c682de4036 /offapi
parent07c638f9421f0d17078d52c1574e1614262af37f (diff)
Remove visual noise from offapi
Change-Id: I3a1064805b686cff932a766aab11ff3b563b5e2e Reviewed-on: https://gerrit.libreoffice.org/8286 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/XStyleSettings.idl12
-rw-r--r--offapi/com/sun/star/drawing/LineCap.idl2
-rw-r--r--offapi/com/sun/star/graphic/PrimitiveFactory2D.idl2
-rw-r--r--offapi/com/sun/star/graphic/XPrimitiveFactory2D.idl6
-rw-r--r--offapi/com/sun/star/resource/XResourceBundle.idl2
-rw-r--r--offapi/com/sun/star/ucb/LockType.idl4
-rw-r--r--offapi/com/sun/star/ui/ContextChangeEventObject.idl2
7 files changed, 15 insertions, 15 deletions
diff --git a/offapi/com/sun/star/awt/XStyleSettings.idl b/offapi/com/sun/star/awt/XStyleSettings.idl
index 23e3329f34f1..f9f6d934d8e6 100644
--- a/offapi/com/sun/star/awt/XStyleSettings.idl
+++ b/offapi/com/sun/star/awt/XStyleSettings.idl
@@ -49,7 +49,7 @@ interface XStyleSettings
/// specifies the color of the border of active windows
[attribute] ::com::sun::star::util::Color ActiveBorderColor;
- ///
+
[attribute] ::com::sun::star::util::Color ActiveColor;
/// specifies the color of the active tab of a tab control
@@ -64,7 +64,7 @@ interface XStyleSettings
/// specifies the color to use for text on buttons
[attribute] ::com::sun::star::util::Color ButtonTextColor;
- ///
+
[attribute] ::com::sun::star::util::Color CheckedColor;
/// specifies the dark portion of the shadow to use for UI elements
@@ -73,7 +73,7 @@ interface XStyleSettings
/// specifies the color of the border of inactive windows
[attribute] ::com::sun::star::util::Color DeactiveBorderColor;
- ///
+
[attribute] ::com::sun::star::util::Color DeactiveColor;
/// specifies the text color for inactive UI components
@@ -88,10 +88,10 @@ interface XStyleSettings
/// specifies the text color for disabled UI elements
[attribute] ::com::sun::star::util::Color DisableColor;
- ///
+
[attribute] ::com::sun::star::util::Color FaceColor;
- ///
+
[attribute, readonly] ::com::sun::star::util::Color FaceGradientColor;
/// specifies the background color for dialog input controls
@@ -127,7 +127,7 @@ interface XStyleSettings
/// specifies the text color of label elements in dialogs
[attribute] ::com::sun::star::util::Color LabelTextColor;
- ///
+
[attribute] ::com::sun::star::util::Color LightColor;
/// specifies the background color of menu bars
diff --git a/offapi/com/sun/star/drawing/LineCap.idl b/offapi/com/sun/star/drawing/LineCap.idl
index a0bac79072f2..c48a93b39ea9 100644
--- a/offapi/com/sun/star/drawing/LineCap.idl
+++ b/offapi/com/sun/star/drawing/LineCap.idl
@@ -19,7 +19,7 @@
#ifndef __com_sun_star_drawing_LineCap_idl__
#define __com_sun_star_drawing_LineCap_idl__
-//=============================================================================
+
module com { module sun { module star { module drawing {
/** The LineCap defines rendering of ends of thick lines
diff --git a/offapi/com/sun/star/graphic/PrimitiveFactory2D.idl b/offapi/com/sun/star/graphic/PrimitiveFactory2D.idl
index 21042cca4740..82ce400f2004 100644
--- a/offapi/com/sun/star/graphic/PrimitiveFactory2D.idl
+++ b/offapi/com/sun/star/graphic/PrimitiveFactory2D.idl
@@ -30,7 +30,7 @@ service PrimitiveFactory2D : XPrimitiveFactory2D;
}; }; }; };
-//////////////////////////////////////////////////////////////////////////////
+
#endif
diff --git a/offapi/com/sun/star/graphic/XPrimitiveFactory2D.idl b/offapi/com/sun/star/graphic/XPrimitiveFactory2D.idl
index 6dfcc424af2f..b5859f76e24d 100644
--- a/offapi/com/sun/star/graphic/XPrimitiveFactory2D.idl
+++ b/offapi/com/sun/star/graphic/XPrimitiveFactory2D.idl
@@ -22,7 +22,7 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/beans/PropertyValue.idl>
-//////////////////////////////////////////////////////////////////////////////
+
// predefines
module com { module sun { module star { module drawing {
@@ -30,7 +30,7 @@ module com { module sun { module star { module drawing {
interface XDrawPage;
}; }; }; };
-//////////////////////////////////////////////////////////////////////////////
+
module com { module sun { module star { module graphic {
@@ -82,7 +82,7 @@ interface XPrimitiveFactory2D : ::com::sun::star::uno::XInterface
}; }; }; };
-//////////////////////////////////////////////////////////////////////////////
+
#endif
diff --git a/offapi/com/sun/star/resource/XResourceBundle.idl b/offapi/com/sun/star/resource/XResourceBundle.idl
index 09f6649bfd5e..c0011ac33afe 100644
--- a/offapi/com/sun/star/resource/XResourceBundle.idl
+++ b/offapi/com/sun/star/resource/XResourceBundle.idl
@@ -133,7 +133,7 @@ module com { module sun { module star { module resource {
class MyResource extends com.sun.star.resource.XResourceBundle
{
// some queryInterface stuff
- // ...
+
public final Object getDirectElement(String key)
{
if (key.equals("okKey")) return "Ok";
diff --git a/offapi/com/sun/star/ucb/LockType.idl b/offapi/com/sun/star/ucb/LockType.idl
index 1cb1f7a35503..bfe0dc72c8f0 100644
--- a/offapi/com/sun/star/ucb/LockType.idl
+++ b/offapi/com/sun/star/ucb/LockType.idl
@@ -33,11 +33,11 @@ published enum LockType
*/
WRITE
-// //-------------------------------------------------------------------------
+
// /** read lock.
// */
// READ,
-// //-------------------------------------------------------------------------
+
// /** read-write lock.
// */
// READWRITE
diff --git a/offapi/com/sun/star/ui/ContextChangeEventObject.idl b/offapi/com/sun/star/ui/ContextChangeEventObject.idl
index 944ed224d0c7..3bea40c15f42 100644
--- a/offapi/com/sun/star/ui/ContextChangeEventObject.idl
+++ b/offapi/com/sun/star/ui/ContextChangeEventObject.idl
@@ -42,6 +42,6 @@ struct ContextChangeEventObject : com::sun::star::lang::EventObject
}; }; }; };
-//=============================================================================
+
#endif