summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc/drawingbase.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-27 14:20:54 +0200
committerNoel Grandin <noel@peralex.com>2015-10-28 09:22:34 +0200
commit16246ed7b280f51a39a01ded24c0d7bd59d59365 (patch)
treee506c24eeae16b384555f08818e0b62ba41e0285 /sc/source/filter/inc/drawingbase.hxx
parentsw: remove SwDBTreeList_Impl::m_aConnections (diff)
downloadcore-16246ed7b280f51a39a01ded24c0d7bd59d59365.tar.gz
core-16246ed7b280f51a39a01ded24c0d7bd59d59365.zip
com::sun::star->css in sc
Change-Id: I7774890f46f9343e944e34db27af8bce3b1d0915
Diffstat (limited to 'sc/source/filter/inc/drawingbase.hxx')
-rw-r--r--sc/source/filter/inc/drawingbase.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/drawingbase.hxx b/sc/source/filter/inc/drawingbase.hxx
index a0dc33740584..16e258f7a911 100644
--- a/sc/source/filter/inc/drawingbase.hxx
+++ b/sc/source/filter/inc/drawingbase.hxx
@@ -101,11 +101,9 @@ public:
bool isAnchorValid() const;
/** Calculates the resulting shape anchor in EMUs. */
- ::oox::drawingml::EmuRectangle calcAnchorRectEmu(
- const ::com::sun::star::awt::Size& rPageSizeHmm ) const;
+ ::oox::drawingml::EmuRectangle calcAnchorRectEmu( const css::awt::Size& rPageSizeHmm ) const;
/** Calculates the resulting shape anchor in 1/100 mm. */
- ::com::sun::star::awt::Rectangle calcAnchorRectHmm(
- const ::com::sun::star::awt::Size& rPageSizeHmm ) const;
+ css::awt::Rectangle calcAnchorRectHmm( const css::awt::Size& rPageSizeHmm ) const;
AnchorType getEditAs() const { return meEditAs; }
private:
/** Converts the passed anchor to an absolute position in EMUs. */