diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2018-07-27 15:07:23 +0300 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-28 10:02:54 +0200 |
commit | bdd11c60aa6619f0d1391d393649f56b0b8a9175 (patch) | |
tree | a2b928ac8923a6b26913edf8af9e9f957cb2f847 /cui/source | |
parent | 10bc54f2e4a0beb844cdd8b17352319cb2e64381 (diff) |
Remove unnecessary theUICommandDescription.hpp includes
from the Customize dialog
Change-Id: Ie7e87872b2427d0dda3de5a8333129cba492b26e
Reviewed-on: https://gerrit.libreoffice.org/58189
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/customize/SvxMenuConfigPage.cxx | 1 | ||||
-rw-r--r-- | cui/source/customize/SvxToolbarConfigPage.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/customize/SvxMenuConfigPage.cxx b/cui/source/customize/SvxMenuConfigPage.cxx index 691a18d37a3b..be565b388059 100644 --- a/cui/source/customize/SvxMenuConfigPage.cxx +++ b/cui/source/customize/SvxMenuConfigPage.cxx @@ -73,7 +73,6 @@ #include <com/sun/star/frame/ModuleManager.hpp> #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/frame/theUICommandDescription.hpp> #include <com/sun/star/graphic/GraphicProvider.hpp> #include <com/sun/star/io/IOException.hpp> #include <com/sun/star/lang/IllegalAccessException.hpp> diff --git a/cui/source/customize/SvxToolbarConfigPage.cxx b/cui/source/customize/SvxToolbarConfigPage.cxx index bba9b5c844d0..8d93b0927de0 100644 --- a/cui/source/customize/SvxToolbarConfigPage.cxx +++ b/cui/source/customize/SvxToolbarConfigPage.cxx @@ -73,7 +73,6 @@ #include <com/sun/star/frame/ModuleManager.hpp> #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/frame/theUICommandDescription.hpp> #include <com/sun/star/graphic/GraphicProvider.hpp> #include <com/sun/star/io/IOException.hpp> #include <com/sun/star/lang/IllegalAccessException.hpp> |