summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-01-24 18:08:41 +0000
committerNoel Power <noel.power@suse.com>2013-01-25 15:23:14 +0000
commit1f41546e5786dbd0a248c67ba4f1cba409fe05a6 (patch)
treed8226eda3ec44087a364f08cb94c6ebf55d5504b /filter
parent32ad9111191fd4f12f03120e8f3a416ee06fb7c3 (diff)
import page/cell anchoring for xls drawing ( & ole ) objects fdo#58360
Change-Id: I26ee91e683f94b2fdfaadac960b840e088f1f155
Diffstat (limited to 'filter')
-rw-r--r--filter/inc/filter/msfilter/msdffimp.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/filter/inc/filter/msfilter/msdffimp.hxx b/filter/inc/filter/msfilter/msdffimp.hxx
index b798be049f25..020655ee82e5 100644
--- a/filter/inc/filter/msfilter/msdffimp.hxx
+++ b/filter/inc/filter/msfilter/msdffimp.hxx
@@ -312,7 +312,7 @@ struct DffObjData
sal_Bool bOpt2 : 1;
sal_Bool bIsAutoText : 1;
sal_Bool bRotateTextWithShape : 1;
-
+ bool bPageAnchor;
int nCalledByGroup;
DffObjData( const DffRecordHeader& rObjHd,
@@ -331,6 +331,7 @@ struct DffObjData
bOpt2( sal_False ),
bIsAutoText( sal_False ),
bRotateTextWithShape( sal_True ),
+ bPageAnchor( true ),
nCalledByGroup( nClByGroup ){}
};