summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/graphic
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/com/sun/star/graphic
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/com/sun/star/graphic')
-rw-r--r--offapi/com/sun/star/graphic/PrimitiveFactory2D.idl2
-rw-r--r--offapi/com/sun/star/graphic/XPrimitiveFactory2D.idl6
2 files changed, 4 insertions, 4 deletions
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