diff options
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r-- | sw/source/ui/inc/cfgitems.hxx | 5 | ||||
-rw-r--r-- | sw/source/ui/inc/view.hxx | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/ui/inc/cfgitems.hxx b/sw/source/ui/inc/cfgitems.hxx index aed0bb91d588..feebfc001444 100644 --- a/sw/source/ui/inc/cfgitems.hxx +++ b/sw/source/ui/inc/cfgitems.hxx @@ -35,7 +35,6 @@ #include <cmdid.h> -class SwWriterApp; class SwModule; #ifdef DBG_UTIL class SwTestTabPage; @@ -46,7 +45,6 @@ class ViewShell; class SwViewOption; class SwContentOptPage; class SwShdwCrsrOptionsTabPage; -class SwDocEditDialog; SfxPrinter* GetPrt( ViewShell* ); void SetPrt( SfxPrinter* ); @@ -56,7 +54,6 @@ Item for settings dialog - document view --------------------------------------------------------- */ class SW_DLLPUBLIC SwDocDisplayItem : public SfxPoolItem { - friend class SwWriterApp; friend class SwShdwCrsrOptionsTabPage; friend class SwModule; @@ -210,9 +207,7 @@ Item for settings dialog - test settings class SW_DLLPUBLIC SwTestItem : public SfxPoolItem { friend class SwModule; - friend class SwWriterApp; friend class SwTestTabPage; - friend class SwDocEditDialog; sal_Bool bTest1:1; sal_Bool bTest2:1; diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx index c0a22bd66d96..5aa8086f13c1 100644 --- a/sw/source/ui/inc/view.hxx +++ b/sw/source/ui/inc/view.hxx @@ -162,7 +162,6 @@ class SW_DLLPUBLIC SwView: public SfxViewShell // exhibition hack (MA,MBA) friend void lcl_SelectShellForDrop( SwView &rView ); - friend class TestTemplateItem; friend class SwHHCWrapper; friend class SwHyphWrapper; friend class SwView_Impl; |