summaryrefslogtreecommitdiff
path: root/include/vcl/viewdataentry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/viewdataentry.hxx')
-rw-r--r--include/vcl/viewdataentry.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/viewdataentry.hxx b/include/vcl/viewdataentry.hxx
index 5cbed9d6e3ea..7967f131b6c6 100644
--- a/include/vcl/viewdataentry.hxx
+++ b/include/vcl/viewdataentry.hxx
@@ -28,7 +28,8 @@
struct SvViewDataItem
{
- Size maSize;
+ int mnWidth = 0;
+ int mnHeight = 0;
};
/**