summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-12-28 17:59:34 +0100
committerDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-12-28 17:59:34 +0100
commit79d45a155b7819b87f4ef28b99fc9d44813a16f4 (patch)
treef1b2f86901bf7cf50a04d9de5a7f893629ee9efe /oox/inc
parent87eded87d9f064715da13cf09a19e0a91f180625 (diff)
dr77: post rebase fixes
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/xls/worksheethelper.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/oox/inc/oox/xls/worksheethelper.hxx b/oox/inc/oox/xls/worksheethelper.hxx
index d946818b0e5e..55bf1c044e30 100644
--- a/oox/inc/oox/xls/worksheethelper.hxx
+++ b/oox/inc/oox/xls/worksheethelper.hxx
@@ -389,9 +389,8 @@ public:
void extendUsedArea( const ::com::sun::star::table::CellAddress& rAddress );
/** Extends the used area of this sheet by the passed cell range. */
void extendUsedArea( const ::com::sun::star::table::CellRangeAddress& rRange );
- /** Extends the shape bounding box by the position and size of the passed rectangle. */
- void extendShapeBoundingBox(
- const ::com::sun::star::awt::Rectangle& rShapeRect );
+ /** Extends the shape bounding box by the position and size of the passed rectangle (in 1/100 mm). */
+ void extendShapeBoundingBox( const ::com::sun::star::awt::Rectangle& rShapeRect );
/** Sets base width for all columns (without padding pixels). This value
is only used, if width has not been set with setDefaultColumnWidth(). */