diff options
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/eventsupplier.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/inc/sfxtypes.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/inc/statcach.hxx | 2 | ||||
-rw-r--r-- | sfx2/source/inc/virtmenu.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/inc/workwin.hxx | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/inc/eventsupplier.hxx b/sfx2/source/inc/eventsupplier.hxx index 51797ccf71c0..2d3462ec96e6 100644 --- a/sfx2/source/inc/eventsupplier.hxx +++ b/sfx2/source/inc/eventsupplier.hxx @@ -49,7 +49,6 @@ class SfxObjectShell; class SvxMacro; - class SfxEvents_Impl : public ::cppu::WeakImplHelper< css::container::XNameReplace, css::document::XEventListener > { css::uno::Sequence< OUString > maEventNames; diff --git a/sfx2/source/inc/sfxtypes.hxx b/sfx2/source/inc/sfxtypes.hxx index a5c5d54d2ac8..dd55b761147a 100644 --- a/sfx2/source/inc/sfxtypes.hxx +++ b/sfx2/source/inc/sfxtypes.hxx @@ -69,7 +69,6 @@ public: #endif - struct StringList_Impl : private Resource { diff --git a/sfx2/source/inc/statcach.hxx b/sfx2/source/inc/statcach.hxx index 844ef68fcf40..51d9e2a48408 100644 --- a/sfx2/source/inc/statcach.hxx +++ b/sfx2/source/inc/statcach.hxx @@ -113,7 +113,6 @@ public: }; - // clears Cached-Item inline void SfxStateCache::ClearCache() @@ -122,7 +121,6 @@ inline void SfxStateCache::ClearCache() } - // registeres a item representing this function inline SfxControllerItem* SfxStateCache::ChangeItemLink( SfxControllerItem* pNewBinding ) diff --git a/sfx2/source/inc/virtmenu.hxx b/sfx2/source/inc/virtmenu.hxx index 2f5e8b1bb6cc..2009db827d65 100644 --- a/sfx2/source/inc/virtmenu.hxx +++ b/sfx2/source/inc/virtmenu.hxx @@ -98,7 +98,6 @@ public: }; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sfx2/source/inc/workwin.hxx b/sfx2/source/inc/workwin.hxx index 4b711577c04f..a54cb823da56 100644 --- a/sfx2/source/inc/workwin.hxx +++ b/sfx2/source/inc/workwin.hxx @@ -162,7 +162,6 @@ enum class SfxDockingConfig #define SFX_SPLITWINDOWS_MAX 4 - class LayoutManagerListener : public ::cppu::WeakImplHelper< css::frame::XLayoutManagerListener, css::lang::XComponent > |