diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-06 16:26:32 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 13:45:26 +0200 |
commit | d1ba5419cf9f75fe437b835e49d3b75459dd48c2 (patch) | |
tree | 030dd7522098e4e03f0d64304e48cb866dfc375f /sd | |
parent | 5502be9695b67b094d581d108dc9ebddc161cc60 (diff) |
Remove non-existing forward declarations
Those classes don't exist. So remove friend class operators too.
Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/drawview.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/prntopts.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/tpoption.hxx | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/inc/drawview.hxx b/sd/source/ui/inc/drawview.hxx index 1e46c583a09f..101c9b7064c3 100644 --- a/sd/source/ui/inc/drawview.hxx +++ b/sd/source/ui/inc/drawview.hxx @@ -67,8 +67,6 @@ protected: virtual void ModelHasChanged(); private: - friend class DrawViewRedirector; - DrawDocShell* mpDocShell; DrawViewShell* mpDrawViewShell; VirtualDevice* mpVDev; diff --git a/sd/source/ui/inc/prntopts.hxx b/sd/source/ui/inc/prntopts.hxx index 49808fe59d34..081ae74dc45e 100644 --- a/sd/source/ui/inc/prntopts.hxx +++ b/sd/source/ui/inc/prntopts.hxx @@ -38,7 +38,6 @@ class SdModule; class SdPrintOptions : public SfxTabPage { - friend class SdOptionsDlg; friend class SdModule; private: diff --git a/sd/source/ui/inc/tpoption.hxx b/sd/source/ui/inc/tpoption.hxx index 776714c45ba7..07b000e6a8f0 100644 --- a/sd/source/ui/inc/tpoption.hxx +++ b/sd/source/ui/inc/tpoption.hxx @@ -87,7 +87,6 @@ public: class SdModule; class SdTpOptionsMisc : public SfxTabPage { - friend class SdOptionsDlg; friend class SdModule; private: |