summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/drawingbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/drawingbase.cxx')
-rw-r--r--sc/source/filter/oox/drawingbase.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/filter/oox/drawingbase.cxx b/sc/source/filter/oox/drawingbase.cxx
index d830c9f30956..0b40518abacc 100644
--- a/sc/source/filter/oox/drawingbase.cxx
+++ b/sc/source/filter/oox/drawingbase.cxx
@@ -29,14 +29,10 @@
namespace oox {
namespace xls {
-
-
using namespace ::com::sun::star::table;
using namespace ::oox::drawingml;
-
-
namespace {
/** Converts the passed 32-bit integer value from 1/100 mm to EMUs. */
@@ -53,8 +49,6 @@ inline sal_Int32 lclEmuToHmm( sal_Int64 nValue )
} // namespace
-
-
CellAnchorModel::CellAnchorModel() :
mnCol( -1 ),
mnRow( -1 ),
@@ -63,16 +57,12 @@ CellAnchorModel::CellAnchorModel() :
{
}
-
-
AnchorClientDataModel::AnchorClientDataModel() :
mbLocksWithSheet( true ),
mbPrintsWithSheet( true )
{
}
-
-
ShapeAnchor::ShapeAnchor( const WorksheetHelper& rHelper ) :
WorksheetHelper( rHelper ),
meAnchorType( ANCHOR_INVALID ),
@@ -301,8 +291,6 @@ EmuPoint ShapeAnchor::calcCellAnchorEmu( const CellAnchorModel& rModel ) const
return aEmuPoint;
}
-
-
} // namespace xls
} // namespace oox