summaryrefslogtreecommitdiff
path: root/include/vcl/lstbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/lstbox.hxx')
-rw-r--r--include/vcl/lstbox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx
index add63a49e544..c5f3bf0c6eb4 100644
--- a/include/vcl/lstbox.hxx
+++ b/include/vcl/lstbox.hxx
@@ -137,7 +137,7 @@ public:
virtual void setPosSizePixel( long nX, long nY,
long nWidth, long nHeight, PosSizeFlags nFlags = PosSizeFlags::All ) override;
- Rectangle GetDropDownPosSizePixel() const;
+ tools::Rectangle GetDropDownPosSizePixel() const;
void AdaptDropDownLineCountToMaximum();
void SetDropDownLineCount( sal_uInt16 nLines );
@@ -214,7 +214,7 @@ public:
void SetReadOnly( bool bReadOnly = true );
bool IsReadOnly() const;
- Rectangle GetBoundingRectangle( sal_Int32 nItem ) const;
+ tools::Rectangle GetBoundingRectangle( sal_Int32 nItem ) const;
void EnableUserDraw( bool bUserDraw );