summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/CellRange.idl
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-04-24 13:10:42 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-04-24 13:10:42 +0000
commitbadbb3b39b9f4ca85157fd79119001ba08cf475b (patch)
tree25a321b49f4dd16d01c461e47497b0a0fda97923 /offapi/com/sun/star/text/CellRange.idl
parentINTEGRATION: CWS hr50 (1.9.8); FILE MERGED (diff)
downloadcore-badbb3b39b9f4ca85157fd79119001ba08cf475b.tar.gz
core-badbb3b39b9f4ca85157fd79119001ba08cf475b.zip
INTEGRATION: CWS tl50 (1.14.472); FILE MERGED
2008/03/06 12:28:41 tl 1.14.472.1: #i85576# unused properties removed
Diffstat (limited to 'offapi/com/sun/star/text/CellRange.idl')
-rw-r--r--offapi/com/sun/star/text/CellRange.idl16
1 files changed, 1 insertions, 15 deletions
diff --git a/offapi/com/sun/star/text/CellRange.idl b/offapi/com/sun/star/text/CellRange.idl
index 8ad19478be2e..6b58c7c17d3e 100644
--- a/offapi/com/sun/star/text/CellRange.idl
+++ b/offapi/com/sun/star/text/CellRange.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: CellRange.idl,v $
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
* This file is part of OpenOffice.org.
*
@@ -154,20 +154,6 @@ published service CellRange
*/
[property] long NumberFormat;
- //-----------------------------------------------------------------------------
-
- /** determins the top margin of the cell.
- */
- [property] long TopMargin;
-
- //-----------------------------------------------------------------------------
-
- /** determins the bottom margin of the cell.
- */
- [property] long BottomMargin;
-
- //-----------------------------------------------------------------------------
-
};
//=============================================================================