summaryrefslogtreecommitdiff
path: root/starmath/inc/dialog.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-04-06 18:01:09 +0900
committerDavid Tardon <dtardon@redhat.com>2016-04-06 13:18:36 +0000
commitb3986614ccab718283c3bfc9bb4e51a1f145b713 (patch)
treec1c1347dfe502b21a379c38298f5b3a47a3ec0da /starmath/inc/dialog.hxx
parent15421d71bfaecb7a5ad6df237b6f6aad60a27d9f (diff)
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>
Diffstat (limited to 'starmath/inc/dialog.hxx')
-rw-r--r--starmath/inc/dialog.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index dd1acc8f9be8..65062cc7bd86 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;