diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-08 15:48:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-08 15:48:25 +0100 |
commit | b78f61458be8f1428e0f3acaed373659854415ba (patch) | |
tree | ede64cc834f8de70ec66d8a840b48beea2917de5 /include/svx/optgrid.hxx | |
parent | 3cb6587abbf6888ac9fb3b0cccc9a5aa0dc29b55 (diff) |
little tweak to get the two hidden frames shown in draw/impress
Change-Id: Icd4b81749a369828c45101b1b82f4e3a5e8ebb9a
Diffstat (limited to 'include/svx/optgrid.hxx')
-rw-r--r-- | include/svx/optgrid.hxx | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/include/svx/optgrid.hxx b/include/svx/optgrid.hxx index 9da549332e2a..bc0b6e76e327 100644 --- a/include/svx/optgrid.hxx +++ b/include/svx/optgrid.hxx @@ -122,18 +122,19 @@ private: CheckBox* pCbxSynchronize; protected: - //these controls are used in draw and impress - CheckBox* pCbxSnapHelplines; - CheckBox* pCbxSnapBorder; - CheckBox* pCbxSnapFrame; - CheckBox* pCbxSnapPoints; - MetricField* pMtrFldSnapArea; - - CheckBox* pCbxOrtho; - CheckBox* pCbxBigOrtho; - CheckBox* pCbxRotate; - MetricField* pMtrFldAngle; - MetricField* pMtrFldBezAngle; + //these controls are used in draw and impress + VclContainer* pSnapFrames; + CheckBox* pCbxSnapHelplines; + CheckBox* pCbxSnapBorder; + CheckBox* pCbxSnapFrame; + CheckBox* pCbxSnapPoints; + MetricField* pMtrFldSnapArea; + + CheckBox* pCbxOrtho; + CheckBox* pCbxBigOrtho; + CheckBox* pCbxRotate; + MetricField* pMtrFldAngle; + MetricField* pMtrFldBezAngle; private: sal_Bool bAttrModified; |