diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-05-06 22:53:25 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-02 03:24:56 +0200 |
commit | 58545dee13cd54ac7e2d7e776efdc46534086e11 (patch) | |
tree | baccf72da40903ea28461797ae748234116a2bb3 /sc | |
parent | e2d17fe71e322461004e9c2c52b91050a25584b6 (diff) |
we don't need this include in the header file
Change-Id: Ic0dce5427c359a44c36a59acfce3427fc9815d97
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/formularesult.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/formularesult.hxx b/sc/inc/formularesult.hxx index 4e6fd393168e..b337d2f73d49 100644 --- a/sc/inc/formularesult.hxx +++ b/sc/inc/formularesult.hxx @@ -23,8 +23,6 @@ #include "token.hxx" #include "scdllapi.h" -#include <sal/log.hxx> - /** Store a variable formula cell result, balancing between runtime performance and memory consumption. */ class ScFormulaResult |