diff options
-rw-r--r-- | starmath/inc/view.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index a6c96c351746..8f9f1aedea8a 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -38,7 +38,6 @@ class Menu; class DataChangedEvent; -class SmClipboardChangeListener; class SmDocShell; class SmViewShell; class SmPrintUIOptions; @@ -235,9 +234,6 @@ struct SmViewShell_Impl; class SmViewShell: public SfxViewShell { - // for handling the PasteClipboardState - friend class SmClipboardChangeListener; - std::unique_ptr<SmViewShell_Impl> pImpl; VclPtr<SmGraphicWindow> aGraphic; |