From 29d5ce2d88732c12c986d3b7991897043a7be576 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 18 Apr 2014 18:04:32 +0200 Subject: sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too. Change-Id: Ib737e0d1b5888986b308aa60d4140f65e4e90243 --- sfx2/source/control/shell.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/control/shell.cxx b/sfx2/source/control/shell.cxx index 25b907935d07..b1f0aa2ebfbd 100644 --- a/sfx2/source/control/shell.cxx +++ b/sfx2/source/control/shell.cxx @@ -46,7 +46,6 @@ #include - // Maps the Which() field to a pointer to a SfxPoolItem class SfxItemPtrMap : public std::map { @@ -60,7 +59,6 @@ public: TYPEINIT0(SfxShell); - class SfxVerbSlotArr_Impl : public std::vector { public: @@ -73,7 +71,6 @@ public: using namespace com::sun::star; - // SfxShell_Impl struct SfxShell_Impl: public SfxBroadcaster -- cgit