summaryrefslogtreecommitdiff
path: root/starmath/inc/view.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-12-28 23:24:57 +0900
committerKohei Yoshida <libreoffice@kohei.us>2016-01-05 19:08:45 +0000
commit62b274fd7f8abf71300607f43d68acc694c9295b (patch)
tree61befe8ab42a800190bd86dcf35786d00ff6537e /starmath/inc/view.hxx
parent902c593196741ffec2d096855369313f6bbe756e (diff)
starmath: Drop nonexistent friend
SmClipboardChangeListener was gone at 5ed3fa4c39a67b2b12b4206bef6680fb757e1b75. Change-Id: Ia826ecbeb53eb1d5cb41bd39fe250cdaf60268cd Reviewed-on: https://gerrit.libreoffice.org/20987 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'starmath/inc/view.hxx')
-rw-r--r--starmath/inc/view.hxx4
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;