diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-08-07 13:44:17 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-08-14 10:52:21 +0200 |
commit | 3fc47cda232e396b026f8f26f56f96e0f65dbccc (patch) | |
tree | 791d7deb2e359ef5d33a34e6085073fcc459c875 /sw/inc | |
parent | bb95d1843e5812c9f2bbecdff80f59b83be013db (diff) |
tdf#119130 only have the active postit as a dialog control...
in which pressing ctrl+tab cycles between text and button so we don't waste
time searching thousands of SwAnnotationWins
Change-Id: Iba34882c6588fc9414004f0ed3b2b779f77b30d1
Reviewed-on: https://gerrit.libreoffice.org/58683
Tested-by: Jenkins
Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/AnnotationWin.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/AnnotationWin.hxx b/sw/inc/AnnotationWin.hxx index 3b865ee71df5..f7044af1b4c0 100644 --- a/sw/inc/AnnotationWin.hxx +++ b/sw/inc/AnnotationWin.hxx @@ -59,7 +59,6 @@ class SwAnnotationWin : public vcl::Window { public: SwAnnotationWin( SwEditWin& rEditWin, - WinBits nBits, SwPostItMgr& aMgr, SwSidebarItem& rSidebarItem, SwFormatField* aField ); |