diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/shell.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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 <map> - // Maps the Which() field to a pointer to a SfxPoolItem class SfxItemPtrMap : public std::map<sal_uInt16, SfxPoolItem*> { @@ -60,7 +59,6 @@ public: TYPEINIT0(SfxShell); - class SfxVerbSlotArr_Impl : public std::vector<SfxSlot*> { public: @@ -73,7 +71,6 @@ public: using namespace com::sun::star; - // SfxShell_Impl struct SfxShell_Impl: public SfxBroadcaster |