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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/viewdataentry.hxx b/include/svtools/viewdataentry.hxx
index 8d39022b16ad..18c4fe16d1b4 100644
--- a/include/svtools/viewdataentry.hxx
+++ b/include/svtools/viewdataentry.hxx
@@ -73,8 +73,8 @@ public:
void Init(size_t nSize);
- const SvViewDataItem* GetItem(size_t nPos) const;
- SvViewDataItem* GetItem(size_t nPos);
+ const SvViewDataItem& GetItem(size_t nPos) const;
+ SvViewDataItem& GetItem(size_t nPos);
void SetPaintRectangle(Rectangle aRectangle);
Rectangle GetPaintRectangle() const;