diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-13 23:38:13 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-15 01:26:22 +0300 |
commit | 489af4ed790a233c94051d2f08e51d7c44ddba37 (patch) | |
tree | bc14552c25ac019f215f14193edf019d7ef0f68e /sw/inc/view.hxx | |
parent | dac1be92f22197c9e144ef36963547c46d12e77d (diff) |
Convert insert buttons to the generic controller
Change-Id: If7c6c1c5000893fca4205162526b4b4035637c11
Diffstat (limited to 'sw/inc/view.hxx')
-rw-r--r-- | sw/inc/view.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index 2a21a2065da3..6df748b1c034 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -156,10 +156,6 @@ class SW_DLLPUBLIC SwView: public SfxViewShell static VclPtr<SvxSearchDialog> m_pSrchDlg; static SvxSearchItem *m_pSrchItem; - static sal_uInt16 m_nInsertCtrlState; - static sal_uInt16 m_nWebInsertCtrlState; - static sal_uInt16 m_nInsertObjectCtrlState; - static sal_uInt16 m_nInsertFieldCtrlState; static sal_uInt16 m_nMoveType; // for buttons below the scrollbar (viewmdi) static sal_Int32 m_nActMark; // current jump mark for unknown mark |