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 /sd | |
parent | 3cb6587abbf6888ac9fb3b0cccc9a5aa0dc29b55 (diff) |
little tweak to get the two hidden frames shown in draw/impress
Change-Id: Icd4b81749a369828c45101b1b82f4e3a5e8ebb9a
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/tpoption.cxx | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx index 3e32ed3630fa..da7e24ec84da 100644 --- a/sd/source/ui/dlg/tpoption.cxx +++ b/sd/source/ui/dlg/tpoption.cxx @@ -49,16 +49,7 @@ using namespace ::com::sun::star::uno; SdTpOptionsSnap::SdTpOptionsSnap( Window* pParent, const SfxItemSet& rInAttrs ) : SvxGridTabPage(pParent, rInAttrs) { - pCbxSnapHelplines->Show(); - pCbxSnapBorder->Show(); - pCbxSnapFrame->Show(); - pCbxSnapPoints->Show(); - pMtrFldSnapArea->Show(); - pCbxOrtho->Show(); - pCbxBigOrtho->Show(); - pCbxRotate->Show(); - pMtrFldAngle->Show(); - pMtrFldBezAngle->Show(); + pSnapFrames->Show(); } // ----------------------------------------------------------------------- |