summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/CellProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/CellProperties.idl')
-rw-r--r--offapi/com/sun/star/text/CellProperties.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/offapi/com/sun/star/text/CellProperties.idl b/offapi/com/sun/star/text/CellProperties.idl
index 21bda1c22ab9..2448c25c8439 100644
--- a/offapi/com/sun/star/text/CellProperties.idl
+++ b/offapi/com/sun/star/text/CellProperties.idl
@@ -17,18 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_text_CellProperties_idl__
-#define __com_sun_star_text_CellProperties_idl__
-
-#include <com/sun/star/beans/XPropertySet.idl>
-#include <com/sun/star/util/Color.idl>
-#include <com/sun/star/text/XTextSection.idl>
-#include <com/sun/star/style/GraphicLocation.idl>
-#include <com/sun/star/table/BorderLine.idl>
-#include <com/sun/star/container/XNameContainer.idl>
-#include <com/sun/star/xml/UserDefinedAttributesSupplier.idl>
-#include <com/sun/star/graphic/XGraphic.idl>
-
module com { module sun { module star { module text {
/** service that holds all cell properties of a text table cell in a text document.
@@ -146,6 +134,5 @@ published service CellProperties
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */