summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index b76dcebfc54b..8b25e4eebfe2 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -3213,8 +3213,8 @@ RTFPicture::RTFPicture()
nHeight(0),
nGoalWidth(0),
nGoalHeight(0),
- nScaleX(0),
- nScaleY(0),
+ nScaleX(100),
+ nScaleY(100),
nCropT(0),
nCropB(0),
nCropL(0),