diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-10-02 11:06:54 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-10-02 11:06:54 +0300 |
commit | da6f7f19b6d48189ea6a34ab7c2fb67fa40ca743 (patch) | |
tree | b5ee8b40c1d8c1040372e19b13deef4d765e3329 | |
parent | f5415276307603df6de364091435e81883ea10fb (diff) |
Bin duplicated forward declaration
Change-Id: Id5fda192de625c5fdfd6f9dce3ebcd68e06f1c7a
-rw-r--r-- | sc/inc/document.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index d9c7a42970ae..35ea5104b090 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -71,7 +71,6 @@ struct ColumnBlockPosition; struct RefUpdateContext; class EditTextIterator; struct NoteEntry; -struct FormulaGroupContext; class DocumentStreamAccess; class DocumentLinkManager; class CellValues; |