diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-04-06 18:01:09 +0900 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-04-06 13:18:36 +0000 |
commit | b3986614ccab718283c3bfc9bb4e51a1f145b713 (patch) | |
tree | c1c1347dfe502b21a379c38298f5b3a47a3ec0da /starmath/inc/document.hxx | |
parent | 15421d71bfaecb7a5ad6df237b6f6aad60a27d9f (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/document.hxx')
-rw-r--r-- | starmath/inc/document.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index efe35eeb9ce0..e761604c69c1 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; |