diff options
author | Abhilash Singh <abhilash300singh@gmail.com> | 2017-01-10 17:33:56 +0530 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2017-01-17 06:55:22 +0000 |
commit | bc8eb82877f544d8cf80e6f3ea02a9993e058491 (patch) | |
tree | e18314c9124175a05cfd48c4aa8b6c24eed801ef /include/svx | |
parent | f5e9c29136079b596e68f888e74e524605c12713 (diff) |
tdf#103574 Imagemap dialog lacks on confirmation button
Change-Id: I95af2542fdb29efabd2d671597837c79e6336f37
Reviewed-on: https://gerrit.libreoffice.org/32925
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'include/svx')
-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 b5e48d861be6..284b38fd30f7 100644 --- a/include/svx/imapdlg.hxx +++ b/include/svx/imapdlg.hxx @@ -109,6 +109,7 @@ class SVX_DLLPUBLIC SvxIMapDlg : public SfxModelessDialog // SfxFloatingWindow sal_uInt16 mnActiveId; sal_uInt16 mnMacroId; sal_uInt16 mnPropertyId; + sal_uInt16 mnCloseId; Size aLastSize; VclPtr<IMapWindow> pIMapWnd; |