diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-27 16:51:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-27 16:51:21 +0000 |
commit | e8d3dfd9c4c2674ac759fda2a5546e89a34d728b (patch) | |
tree | b41c80e7e92222b14bf12e93ab7e5685858bbf28 /sw/source/uibase/inc/fldedt.hxx | |
parent | 78a5c5dcf0bd0a4406ea5d7da7573010863299b8 (diff) |
Revert "merge these two selection changing hunks of code"
This reverts commit bef9cc01c7da9fd75393bfa1818e07f484306829.
Diffstat (limited to 'sw/source/uibase/inc/fldedt.hxx')
-rw-r--r-- | sw/source/uibase/inc/fldedt.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/fldedt.hxx b/sw/source/uibase/inc/fldedt.hxx index fc8f27d6eaca..0c859e9fd69d 100644 --- a/sw/source/uibase/inc/fldedt.hxx +++ b/sw/source/uibase/inc/fldedt.hxx @@ -37,10 +37,9 @@ class SwFldEditDlg : public SfxSingleTabDialog void Init(); SfxTabPage* CreatePage(sal_uInt16 nGroup); - void EnsureSelection(SwField *pCurFld); public: - SwFldEditDlg(SwView& rVw); + SwFldEditDlg(SwView& rVw); virtual ~SwFldEditDlg(); DECL_LINK(OKHdl, void *); |