diff options
Diffstat (limited to 'sd/source/ui/view/drtxtob.cxx')
-rw-r--r-- | sd/source/ui/view/drtxtob.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sd/source/ui/view/drtxtob.cxx b/sd/source/ui/view/drtxtob.cxx index 0d48df45586c..13b1def5845b 100644 --- a/sd/source/ui/view/drtxtob.cxx +++ b/sd/source/ui/view/drtxtob.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include "TextObjectBar.hxx" #include <svx/svxids.hrc> @@ -48,7 +47,6 @@ #include <editeng/frmdiritem.hxx> #include <editeng/fhgtitem.hxx> - #include <sfx2/objface.hxx> #include "app.hrc" @@ -65,7 +63,6 @@ #include "Window.hxx" #include "OutlineView.hxx" - using namespace sd; using namespace ::com::sun::star; @@ -79,13 +76,14 @@ namespace sd { * something that (hopefully) never occurs. */ -SFX_IMPL_INTERFACE( TextObjectBar, SfxShell, SdResId(STR_TEXTOBJECTBARSHELL) ) +SFX_IMPL_INTERFACE(TextObjectBar, SfxShell, SdResId(STR_TEXTOBJECTBARSHELL)) + +void TextObjectBar::InitInterface_Impl() { } TYPEINIT1( TextObjectBar, SfxShell ); - TextObjectBar::TextObjectBar ( ViewShell* pSdViewSh, SfxItemPool& rItemPool, |