diff options
author | László Németh <nemeth@numbertext.org> | 2011-10-29 00:12:25 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-10-29 00:21:18 +0200 |
commit | adb8868edaebb372a54140f84bf85ac9eef37918 (patch) | |
tree | cb65d747f8a01e4fd40c190083e3e167798549fe /cui/source/inc | |
parent | d87d2aa40853d6119322698b26d701a4936b52a5 (diff) |
Display original resolution in PPI in Writer's Picture/Crop tab
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/grfpage.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/inc/grfpage.hxx b/cui/source/inc/grfpage.hxx index 9d53f2cc29db..4840442ccb83 100644 --- a/cui/source/inc/grfpage.hxx +++ b/cui/source/inc/grfpage.hxx @@ -97,6 +97,7 @@ class SvxGrfCropPage : public SfxTabPage Timer aTimer; String aGraphicName; Size aOrigSize; + Size aOrigPixelSize; Size aPageSize; const MetricField* pLastCropField; long nOldWidth; |