summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableShapeResizer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLTableShapeResizer.hxx')
-rw-r--r--sc/source/filter/xml/XMLTableShapeResizer.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/filter/xml/XMLTableShapeResizer.hxx b/sc/source/filter/xml/XMLTableShapeResizer.hxx
index 6372f50be673..618b0a35c3fb 100644
--- a/sc/source/filter/xml/XMLTableShapeResizer.hxx
+++ b/sc/source/filter/xml/XMLTableShapeResizer.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,8 +43,8 @@ struct ScMyToResizeShape
{
com::sun::star::uno::Reference <com::sun::star::drawing::XShape> xShape;
rtl::OUString* pRangeList;
- com::sun::star::table::CellAddress aEndCell;
- com::sun::star::table::CellAddress aStartCell;
+ com::sun::star::table::CellAddress aEndCell;
+ com::sun::star::table::CellAddress aStartCell;
sal_Int32 nEndX;
sal_Int32 nEndY;
@@ -55,9 +55,9 @@ typedef std::list<ScMyToResizeShape> ScMyToResizeShapes;
class ScMyShapeResizer
{
- ScXMLImport& rImport;
- ScMyToResizeShapes aShapes;
- ScChartListenerCollection* pCollection;
+ ScXMLImport& rImport;
+ ScMyToResizeShapes aShapes;
+ ScChartListenerCollection* pCollection;
sal_Bool IsOLE(com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& rShape) const;
void CreateChartListener(ScDocument* pDoc,
@@ -71,12 +71,12 @@ public:
ScMyShapeResizer(ScXMLImport& rImport);
~ScMyShapeResizer();
- void AddShape(com::sun::star::uno::Reference <com::sun::star::drawing::XShape>& rShape,
+ void AddShape(com::sun::star::uno::Reference <com::sun::star::drawing::XShape>& rShape,
rtl::OUString* pRangeList,
com::sun::star::table::CellAddress& rStartAddress,
com::sun::star::table::CellAddress& rEndAddress,
sal_Int32 nEndX, sal_Int32 nEndY);
- void ResizeShapes();
+ void ResizeShapes();
};
#endif