diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-21 23:50:43 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-21 23:51:20 -0500 |
commit | 5859c63f93761130b0c8e836938ed6f9aa52c664 (patch) | |
tree | 65f104b78c5de31874dba7311c85362c265f5c94 /include | |
parent | 6e385ffadd4842f28a51a1a490ea910cbee6ff4a (diff) |
Same with SfxUnoControllerArr_Impl.
Change-Id: I927621de8f4c486ef0f77ec6c8da336f36b38b3e
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/bindings.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/sfx2/bindings.hxx b/include/sfx2/bindings.hxx index ad31b6a16ead..ddae1342c723 100644 --- a/include/sfx2/bindings.hxx +++ b/include/sfx2/bindings.hxx @@ -28,18 +28,13 @@ #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/frame/XDispatchRecorderSupplier.hpp> -#include <vector> - // some other includes - #include <sfx2/viewfrm.hxx> - // forwards, typedefs, declarations - class SystemWindow; class SfxSlot; class SfxSlotServer; @@ -54,8 +49,7 @@ class SfxWorkWindow; class SfxUnoControllerItem; struct SfxFoundCache_Impl; class SfxFoundCacheArr_Impl; - -typedef std::vector<SfxUnoControllerItem*> SfxUnoControllerArr_Impl; +class SfxUnoControllerArr_Impl; enum class SfxCallMode : sal_uInt16 { |