[Libreoffice-commits] core.git: offapi/com

Alexander Wilms f.alexander.wilms at gmail.com
Wed Feb 26 07:55:48 PST 2014


 offapi/com/sun/star/awt/XStyleSettings.idl          |   12 ++++++------
 offapi/com/sun/star/drawing/LineCap.idl             |    2 +-
 offapi/com/sun/star/graphic/PrimitiveFactory2D.idl  |    2 +-
 offapi/com/sun/star/graphic/XPrimitiveFactory2D.idl |    6 +++---
 offapi/com/sun/star/resource/XResourceBundle.idl    |    2 +-
 offapi/com/sun/star/ucb/LockType.idl                |    4 ++--
 offapi/com/sun/star/ui/ContextChangeEventObject.idl |    2 +-
 7 files changed, 15 insertions(+), 15 deletions(-)

New commits:
commit 91ff31b6f7c2fd217518f54396bbca6d4bde98a3
Author: Alexander Wilms <f.alexander.wilms at gmail.com>
Date:   Tue Feb 25 19:32:26 2014 +0100

    Remove visual noise from offapi
    
    Change-Id: I3a1064805b686cff932a766aab11ff3b563b5e2e
    Reviewed-on: https://gerrit.libreoffice.org/8286
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/offapi/com/sun/star/awt/XStyleSettings.idl b/offapi/com/sun/star/awt/XStyleSettings.idl
index 23e3329..f9f6d93 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 a0bac79..c48a93b 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 21042cc..82ce400 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 6dfcc424..b5859f7 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 09f6649..c0011ac 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 1cb1f7a..bfe0dc7 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 944ed22..3bea40c 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


More information about the Libreoffice-commits mailing list