diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-08-07 13:44:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-08-07 17:18:01 +0200 |
commit | b8a83417ed080b4c63b797d3f6837c49cdbdd2a2 (patch) | |
tree | 73d5b34fd4c6d837e8e6d75eebacb6dea478a3e8 /sw/inc | |
parent | 0dced3431fd7ef664d55d73ac9b1ec76d28c51fd (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/58682
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
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 8579cfb8db6a..eb880bf8dba2 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 ); |