From 5859c63f93761130b0c8e836938ed6f9aa52c664 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 21 Nov 2014 23:50:43 -0500 Subject: Same with SfxUnoControllerArr_Impl. Change-Id: I927621de8f4c486ef0f77ec6c8da336f36b38b3e --- include/sfx2/bindings.hxx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'include/sfx2') 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 #include #include -#include - // some other includes - #include - // 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 SfxUnoControllerArr_Impl; +class SfxUnoControllerArr_Impl; enum class SfxCallMode : sal_uInt16 { -- cgit