summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/cbutton.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/cbutton.hxx')
-rw-r--r--sc/source/ui/inc/cbutton.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/cbutton.hxx b/sc/source/ui/inc/cbutton.hxx
index 7c229399ff68..ece8f4a58ba9 100644
--- a/sc/source/ui/inc/cbutton.hxx
+++ b/sc/source/ui/inc/cbutton.hxx
@@ -48,7 +48,7 @@ public:
const Size& GetSizePixel() const { return aBtnSize; }
private:
- void ImpDrawArrow( const Rectangle& rRect );
+ void ImpDrawArrow( const tools::Rectangle& rRect );
protected:
VclPtr<OutputDevice> pOut;