Kaydet (Commit) b3986614 authored tarafından Takeshi Abe's avatar Takeshi Abe Kaydeden (comit) David Tardon

starmath: Drop unnecessary forward declaration

Change-Id: I0f8893f6aa34a9738aad1e1a96f779bc77672f68
Reviewed-on: https://gerrit.libreoffice.org/23848Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 15421d71
...@@ -344,8 +344,6 @@ public: ...@@ -344,8 +344,6 @@ public:
}; };
class SmSymDefineDialog;
class SmSymbolDialog : public ModalDialog class SmSymbolDialog : public ModalDialog
{ {
VclPtr<ListBox> m_pSymbolSets; VclPtr<ListBox> m_pSymbolSets;
......
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
#include "smdllapi.hxx" #include "smdllapi.hxx"
class SmNode; class SmNode;
class SfxMenuBarManager;
class SfxPrinter; class SfxPrinter;
class Printer; class Printer;
class SmCursor; class SmCursor;
......
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
#include <memory> #include <memory>
class SfxObjectFactory; class SfxObjectFactory;
class SmModule;
class SmSymbolManager; class SmSymbolManager;
class SmMathConfig; class SmMathConfig;
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include "edit.hxx" #include "edit.hxx"
#include "node.hxx" #include "node.hxx"
class Menu;
class DataChangedEvent; class DataChangedEvent;
class SmDocShell; class SmDocShell;
class SmViewShell; class SmViewShell;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment