diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-18 17:13:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-19 13:42:07 +0200 |
commit | 2b83e73fd7b059c4ad224e3163f9d57c6cc6e1c7 (patch) | |
tree | eb160ecdcaf9ba8c114eeef82261d9ad199d5b40 /svx | |
parent | 31aac86f14d088628979c7809588f14bef643feb (diff) |
remove freshly unused menu support from src files
Change-Id: I038711a0c4d440d452d5b2ae1bfcba5c9305815b
Reviewed-on: https://gerrit.libreoffice.org/36646
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/dialmgr.cxx | 1 | ||||
-rw-r--r-- | svx/source/gallery2/galobj.cxx | 1 | ||||
-rw-r--r-- | svx/source/svdraw/svdetc.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/dialog/dialmgr.cxx b/svx/source/dialog/dialmgr.cxx index e683a72fab3c..05d9de4fc3e9 100644 --- a/svx/source/dialog/dialmgr.cxx +++ b/svx/source/dialog/dialmgr.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <tools/resmgr.hxx> #include <svx/dialmgr.hxx> #include <svl/solar.hrc> #include <vcl/svapp.hxx> diff --git a/svx/source/gallery2/galobj.cxx b/svx/source/gallery2/galobj.cxx index 10bc1b9e21cd..a8e1596122fd 100644 --- a/svx/source/gallery2/galobj.cxx +++ b/svx/source/gallery2/galobj.cxx @@ -25,6 +25,7 @@ #include <comphelper/string.hxx> #include <unotools/pathoptions.hxx> #include <tools/rcid.h> +#include <tools/resmgr.hxx> #include <tools/vcompat.hxx> #include <tools/helpers.hxx> #include <vcl/virdev.hxx> diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx index 61d2576e4e53..eeb7af14dd55 100644 --- a/svx/source/svdraw/svdetc.cxx +++ b/svx/source/svdraw/svdetc.cxx @@ -21,6 +21,7 @@ #include "editeng/forbiddencharacterstable.hxx" #include "officecfg/Office/Common.hxx" +#include <tools/resmgr.hxx> #include <svx/svdetc.hxx> #include <svx/svdmodel.hxx> #include <svx/svdtrans.hxx> |