summaryrefslogtreecommitdiff
path: root/include/svtools/viewdataentry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/viewdataentry.hxx')
-rw-r--r--include/svtools/viewdataentry.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/viewdataentry.hxx b/include/svtools/viewdataentry.hxx
index 8226cfbb101d..1a61b3f6c13a 100644
--- a/include/svtools/viewdataentry.hxx
+++ b/include/svtools/viewdataentry.hxx
@@ -51,7 +51,7 @@ class SVT_DLLPUBLIC SvViewDataEntry
bool mbExpanded:1;
bool mbFocused:1;
bool mbSelectable:1;
- Rectangle maPaintRectangle;
+ tools::Rectangle maPaintRectangle;
public:
SvViewDataEntry();
@@ -74,8 +74,8 @@ public:
const SvViewDataItem& GetItem(size_t nPos) const;
SvViewDataItem& GetItem(size_t nPos);
- void SetPaintRectangle(Rectangle aRectangle);
- const Rectangle& GetPaintRectangle() const;
+ void SetPaintRectangle(tools::Rectangle aRectangle);
+ const tools::Rectangle& GetPaintRectangle() const;
};