Kaydet (Commit) 91ff31b6 authored tarafından Alexander Wilms's avatar Alexander Wilms Kaydeden (comit) Caolán McNamara

Remove visual noise from offapi

Change-Id: I3a1064805b686cff932a766aab11ff3b563b5e2e
Reviewed-on: https://gerrit.libreoffice.org/8286Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 07c638f9
......@@ -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
......
......@@ -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
......
......@@ -30,7 +30,7 @@ service PrimitiveFactory2D : XPrimitiveFactory2D;
}; }; }; };
//////////////////////////////////////////////////////////////////////////////
#endif
......
......@@ -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
......
......@@ -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";
......
......@@ -33,11 +33,11 @@ published enum LockType
*/
WRITE
// //-------------------------------------------------------------------------
// /** read lock.
// */
// READ,
// //-------------------------------------------------------------------------
// /** read-write lock.
// */
// READWRITE
......
......@@ -42,6 +42,6 @@ struct ContextChangeEventObject : com::sun::star::lang::EventObject
}; }; }; };
//=============================================================================
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment