diff options
Diffstat (limited to 'sw/inc/grfatr.hxx')
-rw-r--r-- | sw/inc/grfatr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/grfatr.hxx b/sw/inc/grfatr.hxx index f43fd0c1dd3d..55d0f99ddb82 100644 --- a/sw/inc/grfatr.hxx +++ b/sw/inc/grfatr.hxx @@ -80,7 +80,7 @@ public: class SAL_DLLPUBLIC_RTTI SwRotationGrf : public SfxUInt16Item { private: - Size const m_aUnrotatedSize; + Size m_aUnrotatedSize; // tdf#115529 check and evtl. correct value, it is in 10th // degrees and *has* to be in the range [0 .. 3600[ |