summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/drawingbase.hxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-06-04 14:49:31 +0100
committerNoel Power <noel.power@novell.com>2012-06-04 18:04:58 +0100
commitd59a707f6e9308c2b89ebf4e71693175c37b7ed6 (patch)
treeb1efd89b16aa1e02a788e497fc43f0cc29c726a7 /sc/source/filter/inc/drawingbase.hxx
parent293f6a7a24c30f4d4234d973dba1d90005165455 (diff)
remove anchor to cell shape (re)position hack
this change manaully reverts c07e9299bb2c8d5477669568b12708bd2ff12684 & 4908c16a73b397f83c327789f113658c1ea4d904 Change-Id: Ia8656631f84709430c8e94e8d9dfa961e81d5746
Diffstat (limited to 'sc/source/filter/inc/drawingbase.hxx')
-rw-r--r--sc/source/filter/inc/drawingbase.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/filter/inc/drawingbase.hxx b/sc/source/filter/inc/drawingbase.hxx
index 339d1b52b3f4..9da098568b62 100644
--- a/sc/source/filter/inc/drawingbase.hxx
+++ b/sc/source/filter/inc/drawingbase.hxx
@@ -109,10 +109,6 @@ public:
/** Calculates the resulting shape anchor in 1/100 mm. */
::com::sun::star::awt::Rectangle calcAnchorRectHmm(
const ::com::sun::star::awt::Size& rPageSizeHmm ) const;
- /** Returns the 'from' cell if it exists */
- ::com::sun::star::uno::Reference< ::com::sun::star::table::XCell > getFromCell() const;
- /** Applies Cell Anchor to an XShape if needed*/
- void applyToXShape( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape>& rxShape );
private:
/** Converts the passed anchor to an absolute position in EMUs. */
::oox::drawingml::EmuPoint calcCellAnchorEmu( const CellAnchorModel& rModel ) const;