summaryrefslogtreecommitdiff
path: root/include/oox/export/vmlexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/export/vmlexport.hxx')
-rw-r--r--include/oox/export/vmlexport.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/oox/export/vmlexport.hxx b/include/oox/export/vmlexport.hxx
index 37dc577c10c1..222be73aa7bc 100644
--- a/include/oox/export/vmlexport.hxx
+++ b/include/oox/export/vmlexport.hxx
@@ -48,7 +48,7 @@ namespace sax_fastparser {
}
class Point;
-class Rectangle;
+namespace tools { class Rectangle; }
class SdrObject;
namespace oox {
@@ -140,14 +140,14 @@ protected:
///
/// The parameter is just what we got from StartShape().
virtual 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;
@@ -160,10 +160,10 @@ private:
void AddFlipXY( );
/// 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, bool rbAbsolutePos = true );
+ void AddRectangleDimensions( OStringBuffer& rBuffer, const tools::Rectangle& rRectangle, bool rbAbsolutePos = true );
};
} // namespace vml