summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/epptbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/epptbase.hxx')
-rw-r--r--sd/source/filter/eppt/epptbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/eppt/epptbase.hxx b/sd/source/filter/eppt/epptbase.hxx
index ad9becab80bc..ffd031d07553 100644
--- a/sd/source/filter/eppt/epptbase.hxx
+++ b/sd/source/filter/eppt/epptbase.hxx
@@ -328,7 +328,7 @@ protected:
css::uno::Reference< css::drawing::XShape > mXShape;
css::awt::Size maSize;
css::awt::Point maPosition;
- Rectangle maRect;
+ ::tools::Rectangle maRect;
OString mType;
bool mbPresObj;
bool mbEmptyPresObj;
@@ -370,7 +370,7 @@ protected:
css::awt::Size MapSize( const css::awt::Size& );
css::awt::Point MapPoint( const css::awt::Point& );
- Rectangle MapRectangle( const css::awt::Rectangle& );
+ ::tools::Rectangle MapRectangle( const css::awt::Rectangle& );
bool ContainsOtherShapeThanPlaceholders();