summaryrefslogtreecommitdiffstats
path: root/include/svtools/embedhlp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/embedhlp.hxx')
-rw-r--r--include/svtools/embedhlp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/embedhlp.hxx b/include/svtools/embedhlp.hxx
index 70d16743e37b..3db446579142 100644
--- a/include/svtools/embedhlp.hxx
+++ b/include/svtools/embedhlp.hxx
@@ -37,7 +37,7 @@ namespace com { namespace sun { namespace star { namespace embed {
class XEmbeddedObject;
}}}}
-class Rectangle;
+namespace tools { class Rectangle; }
class OutputDevice;
namespace svt {
@@ -54,8 +54,8 @@ class SVT_DLLPUBLIC EmbeddedObjectRef
EmbeddedObjectRef& operator = ( const EmbeddedObjectRef& ) = delete;
public:
- static void DrawPaintReplacement( const Rectangle &rRect, const OUString &rText, OutputDevice *pOut );
- static void DrawShading( const Rectangle &rRect, OutputDevice *pOut );
+ static void DrawPaintReplacement( const tools::Rectangle &rRect, const OUString &rText, OutputDevice *pOut );
+ static void DrawShading( const tools::Rectangle &rRect, OutputDevice *pOut );
static bool TryRunningState( const css::uno::Reference < css::embed::XEmbeddedObject >& );
static void SetGraphicToContainer( const Graphic& rGraphic,
comphelper::EmbeddedObjectContainer& aContainer,