diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-03-27 10:31:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-03-27 16:06:38 +0000 |
commit | b3020a00e8542fa54c055206eaf8a0f5bb8c709e (patch) | |
tree | 72bcb05c168e766492db6f76338dd5014818ea70 /include | |
parent | 2ba9d58d5978c94352c4c6cf9c47aa3de79d05fe (diff) |
ofz#946 NbcAdjustTextFrameWidthAndHeight calling itself
Change-Id: Ibebe76332d25af87841c3b7761a5583347dfbf34
Reviewed-on: https://gerrit.libreoffice.org/35756
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdoashp.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/svdoashp.hxx b/include/svx/svdoashp.hxx index e978be4ede64..43c9c1bf4394 100644 --- a/include/svx/svdoashp.hxx +++ b/include/svx/svdoashp.hxx @@ -76,6 +76,7 @@ class SVX_DLLPUBLIC SdrObjCustomShape : public SdrTextObj private: // fObjectRotation is containing the object rotation in degrees. double fObjectRotation; + bool mbAdjustingTextFrameWidthAndHeight; protected: virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact() override; |