diff options
author | Muthu Subramanian <sumuthu@collabora.com> | 2014-03-26 16:13:08 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@collabora.com> | 2014-03-27 13:27:28 +0530 |
commit | c17eb67460293fbe72ffa8e80cd10743df493afa (patch) | |
tree | a7761a4611be25abda25d05e52f028fb269a5a0b /include/oox | |
parent | e3e12b1d1e36e1a0d4fc4c6423b584d677693897 (diff) |
n#862510: anchorCtr controls the anchoring as well.
Change-Id: Ib244d89a9f7d400b3891d477314cd5f0193552e0
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/drawingml/textbodyproperties.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/drawingml/textbodyproperties.hxx b/include/oox/drawingml/textbodyproperties.hxx index 4a3be878688a..e6f23d7561c6 100644 --- a/include/oox/drawingml/textbodyproperties.hxx +++ b/include/oox/drawingml/textbodyproperties.hxx @@ -34,6 +34,7 @@ struct TextBodyProperties { PropertyMap maPropertyMap; OptValue< sal_Int32 > moRotation; + bool mbAnchorCtr; OptValue< sal_Int32 > moVert; boost::optional< sal_Int32 > moInsets[4]; boost::optional< sal_Int32 > moTextOffX; |