summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/slideshow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/slideshow.hxx')
-rw-r--r--sd/source/ui/inc/slideshow.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/slideshow.hxx b/sd/source/ui/inc/slideshow.hxx
index 6dba507d431b..ada2329f0df8 100644
--- a/sd/source/ui/inc/slideshow.hxx
+++ b/sd/source/ui/inc/slideshow.hxx
@@ -48,7 +48,7 @@ class SdDrawDocument;
class KeyEvent;
class OutputDevice;
class Size;
-class Rectangle;
+namespace tools { class Rectangle; }
namespace vcl { class Window; }
class SfxRequest;
class WorkWindow;
@@ -163,7 +163,7 @@ public:
void resize( const Size &rSize );
void activate(ViewShellBase& rBase);
void deactivate(ViewShellBase& rBase);
- void paint( const Rectangle& rRect );
+ void paint( const ::tools::Rectangle& rRect );
bool keyInput(const KeyEvent& rKEvt);