summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfsdrexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/rtfsdrexport.hxx')
-rw-r--r--sw/source/filter/ww8/rtfsdrexport.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/ww8/rtfsdrexport.hxx b/sw/source/filter/ww8/rtfsdrexport.hxx
index a6cb56ef2f07..0f060d1dafff 100644
--- a/sw/source/filter/ww8/rtfsdrexport.hxx
+++ b/sw/source/filter/ww8/rtfsdrexport.hxx
@@ -83,24 +83,24 @@ protected:
using EscherEx::EndShape;
void EndShape(sal_Int32 nShapeElement);
- virtual void Commit(EscherPropertyContainer& rProps, const Rectangle& rRect) override;
+ virtual void Commit(EscherPropertyContainer& rProps, const tools::Rectangle& rRect) override;
private:
virtual void OpenContainer(sal_uInt16 nEscherContainer, int nRecInstance = 0) override;
virtual void CloseContainer() override;
- virtual sal_uInt32 EnterGroup(const OUString& rShapeName, const Rectangle* pBoundRect) override;
+ virtual sal_uInt32 EnterGroup(const OUString& rShapeName, const tools::Rectangle* pBoundRect) override;
virtual void LeaveGroup() override;
virtual void AddShape(sal_uInt32 nShapeType, sal_uInt32 nShapeFlags, sal_uInt32 nShapeId = 0) override;
private:
/// Add starting and ending point of a line to the m_pShapeAttrList.
- void AddLineDimensions(const Rectangle& rRectangle);
+ void AddLineDimensions(const tools::Rectangle& rRectangle);
/// Add position and size to the OStringBuffer.
- void AddRectangleDimensions(OStringBuffer& rBuffer, const Rectangle& rRectangle);
+ void AddRectangleDimensions(OStringBuffer& rBuffer, const tools::Rectangle& rRectangle);
/// Exports the pib property of the shape
void impl_writeGraphic();