diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-08-14 11:29:40 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-08-16 03:15:35 +0000 |
commit | cd3ca5b24eeebd5ab8e3b98c8e1b5edfd9127042 (patch) | |
tree | c670c52823b3230b250fba457ae1d7fe2146016d /include/svx/imapdlg.hxx | |
parent | 6cd04e9ea447a4828a6fc03d47a7d136f3914501 (diff) |
tdf#92411 : don't select all toolbar buttons in the ImageMap Editor
Change-Id: Id69a03b0379becc4c267a85eb7567bbbd41ccf82
Reviewed-on: https://gerrit.libreoffice.org/17755
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'include/svx/imapdlg.hxx')
-rw-r--r-- | include/svx/imapdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/imapdlg.hxx b/include/svx/imapdlg.hxx index 75d1a255d4e2..238b8573483f 100644 --- a/include/svx/imapdlg.hxx +++ b/include/svx/imapdlg.hxx @@ -129,6 +129,7 @@ class SVX_DLLPUBLIC SvxIMapDlg : public SfxModelessDialog // SfxFloatingWindow void DoOpen(); bool DoSave(); + void SetActiveTool( sal_uInt16 nId ); public: |