diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-04-18 07:02:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-18 21:31:57 +0200 |
commit | 40c3b5dee84b419efcbc1efc1020d1c07332d670 (patch) | |
tree | 1bd6a578d3feb19de2ab6172006a64ff690a73c7 /sc/source/ui/docshell/docsh4.cxx | |
parent | d6fce54c82868b82bd6fa190db6047d69bbb3ecf (diff) |
tdf#42949 Remove unnecessary helpids.h from sc.hrc
There is only a few files now where HIDs are set from code
so no need to include helpids.h into the widely used sc.hrc
Change-Id: Id7c9ef7fdf299c580f597e4c27ba8bece3d99f5d
Reviewed-on: https://gerrit.libreoffice.org/53076
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/docshell/docsh4.cxx')
-rw-r--r-- | sc/source/ui/docshell/docsh4.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx index 8a4c6c9d8d77..fa473bdf9d67 100644 --- a/sc/source/ui/docshell/docsh4.cxx +++ b/sc/source/ui/docshell/docsh4.cxx @@ -112,6 +112,7 @@ using namespace ::com::sun::star; #include <documentlinkmgr.hxx> #include <memory> #include <sfx2/notebookbar/SfxNotebookBar.hxx> +#include <helpids.h> void ScDocShell::ReloadAllLinks() { |