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.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/oox/drawingbase.cxx b/sc/source/filter/oox/drawingbase.cxx
index 0661e32a3dbe..d830c9f30956 100644
--- a/sc/source/filter/oox/drawingbase.cxx
+++ b/sc/source/filter/oox/drawingbase.cxx
@@ -29,13 +29,13 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::com::sun::star::table;
using namespace ::oox::drawingml;
-// ============================================================================
+
namespace {
@@ -53,7 +53,7 @@ inline sal_Int32 lclEmuToHmm( sal_Int64 nValue )
} // namespace
-// ============================================================================
+
CellAnchorModel::CellAnchorModel() :
mnCol( -1 ),
@@ -71,7 +71,7 @@ AnchorClientDataModel::AnchorClientDataModel() :
{
}
-// ============================================================================
+
ShapeAnchor::ShapeAnchor( const WorksheetHelper& rHelper ) :
WorksheetHelper( rHelper ),
@@ -301,7 +301,7 @@ EmuPoint ShapeAnchor::calcCellAnchorEmu( const CellAnchorModel& rModel ) const
return aEmuPoint;
}
-// ============================================================================
+
} // namespace xls
} // namespace oox