diff options
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/transfrm.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cui/source/inc/transfrm.hxx b/cui/source/inc/transfrm.hxx index e5892be1c21f..f79897f94e28 100644 --- a/cui/source/inc/transfrm.hxx +++ b/cui/source/inc/transfrm.hxx @@ -237,6 +237,12 @@ private: VclPtr<VclFrame> m_pFlAngle; VclPtr<MetricField> m_pMtrAngle; + VclPtr<VclFrame> m_aControlGroups[2]; + VclPtr<VclContainer> m_aControlGroupX[2]; + VclPtr<MetricField> m_aControlX[2]; + VclPtr<VclContainer> m_aControlGroupY[2]; + VclPtr<MetricField> m_aControlY[2]; + const SfxItemSet& rOutAttrs; const SdrView* pView; |