summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells/olesh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/shells/olesh.cxx')
-rw-r--r--sw/source/ui/shells/olesh.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/shells/olesh.cxx b/sw/source/ui/shells/olesh.cxx
index b4f32cec4a81..6014c2fd725a 100644
--- a/sw/source/ui/shells/olesh.cxx
+++ b/sw/source/ui/shells/olesh.cxx
@@ -33,19 +33,16 @@
#include <popup.hrc>
#include <shells.hrc>
-
#define SwOleShell
#include <sfx2/msg.hxx>
#include <swslots.hxx>
-
SFX_IMPL_INTERFACE(SwOleShell, SwFrameShell, SW_RES(STR_SHELLNAME_OBJECT))
{
SFX_POPUPMENU_REGISTRATION(SW_RES(MN_OLE_POPUPMENU));
SFX_OBJECTBAR_REGISTRATION(SFX_OBJECTBAR_OBJECT, SW_RES(RID_OLE_TOOLBOX));
}
-
SwOleShell::SwOleShell(SwView &_rView) :
SwFrameShell(_rView)