[Libreoffice-commits] core.git: starmath/inc
Takeshi Abe
tabe at fixedpoint.jp
Tue Jan 5 11:09:06 PST 2016
starmath/inc/view.hxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 62b274fd7f8abf71300607f43d68acc694c9295b
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Mon Dec 28 23:24:57 2015 +0900
starmath: Drop nonexistent friend
SmClipboardChangeListener was gone at 5ed3fa4c39a67b2b12b4206bef6680fb757e1b75.
Change-Id: Ia826ecbeb53eb1d5cb41bd39fe250cdaf60268cd
Reviewed-on: https://gerrit.libreoffice.org/20987
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice at kohei.us>
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx
index a6c96c3..8f9f1ae 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;
More information about the Libreoffice-commits
mailing list