starmath: Drop unnecessary forward declaration
Change-Id: I0f8893f6aa34a9738aad1e1a96f779bc77672f68 Reviewed-on: https://gerrit.libreoffice.org/23848 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
This commit is contained in:
committed by
David Tardon
parent
15421d71bf
commit
b3986614cc
@@ -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 @@
|
|||||||
#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 @@
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
class SfxObjectFactory;
|
class SfxObjectFactory;
|
||||||
class SmModule;
|
|
||||||
class SmSymbolManager;
|
class SmSymbolManager;
|
||||||
class SmMathConfig;
|
class SmMathConfig;
|
||||||
|
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user