starmath/inc/dialog.hxx | 2 -- starmath/inc/document.hxx | 1 - starmath/inc/smmod.hxx | 1 - starmath/inc/view.hxx | 1 - 4 files changed, 5 deletions(-)
New commits: commit b3986614ccab718283c3bfc9bb4e51a1f145b713 Author: Takeshi Abe <[email protected]> Date: Wed Apr 6 18:01:09 2016 +0900 starmath: Drop unnecessary forward declaration Change-Id: I0f8893f6aa34a9738aad1e1a96f779bc77672f68 Reviewed-on: https://gerrit.libreoffice.org/23848 Tested-by: Jenkins <[email protected]> Reviewed-by: David Tardon <[email protected]> diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx index dd1acc8..65062cc 100644 --- a/starmath/inc/dialog.hxx +++ b/starmath/inc/dialog.hxx @@ -344,8 +344,6 @@ public: }; -class SmSymDefineDialog; - class SmSymbolDialog : public ModalDialog { VclPtr<ListBox> m_pSymbolSets; diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index efe35ee..e761604 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -42,7 +42,6 @@ #include "smdllapi.hxx" class SmNode; -class SfxMenuBarManager; class SfxPrinter; class Printer; class SmCursor; diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx index c04ecaa..2142d05 100644 --- a/starmath/inc/smmod.hxx +++ b/starmath/inc/smmod.hxx @@ -34,7 +34,6 @@ #include <memory> class SfxObjectFactory; -class SmModule; class SmSymbolManager; class SmMathConfig; diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index 397dca9..1fc1b25 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -36,7 +36,6 @@ #include "edit.hxx" #include "node.hxx" -class Menu; class DataChangedEvent; class SmDocShell; class SmViewShell; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
