diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2017-04-23 14:56:49 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-04-23 19:50:14 +0300 |
commit | 94490fdf76ff9aec05774a6dbbb0b42d87812969 (patch) | |
tree | 64c890b211f57b96857197a85ccfe610cf42f2af /sd | |
parent | 654d78834c9e16cd5d57af6ad59b1dd3c80ca467 (diff) |
tdf#95845 Use CommandInfoProvider
And a few unused theUICommandDescription includes.
Change-Id: Ic80dbfb91e5e7662723efe0cb4090416994adabd
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/ViewShellBase.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx index 6c55b8c8a9e3..073735c1dad1 100644 --- a/sd/source/ui/view/ViewShellBase.cxx +++ b/sd/source/ui/view/ViewShellBase.cxx @@ -19,12 +19,6 @@ #include <comphelper/processfactory.hxx> -#include <com/sun/star/frame/UnknownModuleException.hpp> -#include <com/sun/star/frame/ModuleManager.hpp> -#include <com/sun/star/container/XNameAccess.hpp> -#include <com/sun/star/beans/PropertyValue.hpp> -#include <com/sun/star/frame/theUICommandDescription.hpp> - #include "ViewShellBase.hxx" #include <algorithm> #include "EventMultiplexer.hxx" |