diff options
Diffstat (limited to 'offapi/com/sun/star/table/CellProperties.idl')
-rw-r--r-- | offapi/com/sun/star/table/CellProperties.idl | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/offapi/com/sun/star/table/CellProperties.idl b/offapi/com/sun/star/table/CellProperties.idl index 4ba1101ab..1d807551c 100644 --- a/offapi/com/sun/star/table/CellProperties.idl +++ b/offapi/com/sun/star/table/CellProperties.idl @@ -28,45 +28,16 @@ #ifndef __com_sun_star_table_CellProperties_idl__ #define __com_sun_star_table_CellProperties_idl__ -#ifndef __com_sun_star_util_Color_idl__ #include <com/sun/star/util/Color.idl> -#endif - -#ifndef __com_sun_star_beans_XPropertySet_idl__ #include <com/sun/star/beans/XPropertySet.idl> -#endif - -#ifndef __com_sun_star_table_ShadowFormat_idl__ #include <com/sun/star/table/ShadowFormat.idl> -#endif - -#ifndef __com_sun_star_table_CellHoriJustify_idl__ #include <com/sun/star/table/CellHoriJustify.idl> -#endif - -#ifndef __com_sun_star_table_CellVertJustify_idl__ #include <com/sun/star/table/CellVertJustify.idl> -#endif - -#ifndef __com_sun_star_table_CellOrientation_idl__ #include <com/sun/star/table/CellOrientation.idl> -#endif - -#ifndef __com_sun_star_util_CellProtection_idl__ #include <com/sun/star/util/CellProtection.idl> -#endif - -#ifndef __com_sun_star_table_TableBorder_idl__ #include <com/sun/star/table/TableBorder.idl> -#endif - -#ifndef __com_sun_star_table_BorderLine_idl__ #include <com/sun/star/table/BorderLine.idl> -#endif - -#ifndef __com_sun_star_container_XNameContainer_idl__ #include <com/sun/star/container/XNameContainer.idl> -#endif //============================================================================= @@ -250,7 +221,7 @@ published service CellProperties //------------------------------------------------------------------------- - /** is <TRUE/>, if the cell content will be shrinked to fit in the cell. + /** is <TRUE/>, if the cell content will be shrunk to fit in the cell. */ [optional, property] boolean ShrinkToFit; |