diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-22 21:32:42 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-22 21:34:14 +0100 |
commit | a97a5b0015f2468b6b242bbb526e9afe6b436ec9 (patch) | |
tree | 520ed3c5df7c4c382c094ad1621e87dc991efb1a /sc/source/ui/view/tabvwsh.cxx | |
parent | ef3ea4637c46834bcac809b5b22538c182b891cb (diff) |
Remove Tools -> Media Player from Calc
Diffstat (limited to 'sc/source/ui/view/tabvwsh.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwsh.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwsh.cxx b/sc/source/ui/view/tabvwsh.cxx index 04195db0b261..677762efea9e 100644 --- a/sc/source/ui/view/tabvwsh.cxx +++ b/sc/source/ui/view/tabvwsh.cxx @@ -43,7 +43,6 @@ #include <sfx2/viewfrm.hxx> #include <sfx2/bindings.hxx> #include <sfx2/app.hxx> -#include <avmedia/mediaplayer.hxx> #include "tabvwsh.hxx" #include "docsh.hxx" @@ -96,7 +95,6 @@ SFX_IMPL_INTERFACE(ScTabViewShell,SfxViewShell,ScResId(SCSTR_TABVIEWSHELL)) SFX_CHILDWINDOW_REGISTRATION(SID_HYPERLINK_DIALOG); SFX_CHILDWINDOW_REGISTRATION(GalleryChildWindow::GetChildWindowId()); SFX_CHILDWINDOW_REGISTRATION(ScSpellDialogChildWindow::GetChildWindowId()); - SFX_CHILDWINDOW_REGISTRATION( ::avmedia::MediaPlayer::GetChildWindowId() ); SFX_CHILDWINDOW_REGISTRATION(ScValidityRefChildWin::GetChildWindowId()); } |