summaryrefslogtreecommitdiff
path: root/sc/inc/formulalogger.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-03-27 17:35:34 +0200
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2017-03-28 07:54:50 +0000
commit157cb703888f4187c2c6709b13ebf9f779580fe2 (patch)
tree05e1626d0478f8daaffab36ea028932ac2afa1e3 /sc/inc/formulalogger.hxx
parent4d5ce76d894d2335b551f8c2b29437e2049894f0 (diff)
sc: include cleanup for --enable_formula_logger
don't include osl/file.hxx everywhere it's only needed for --enable_formula_logger builds Change-Id: I6ba30351b5a7afe975ea859e838930f9d1454c8c Reviewed-on: https://gerrit.libreoffice.org/35766 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'sc/inc/formulalogger.hxx')
-rw-r--r--sc/inc/formulalogger.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sc/inc/formulalogger.hxx b/sc/inc/formulalogger.hxx
index 626594719194..2675f7fc4b4c 100644
--- a/sc/inc/formulalogger.hxx
+++ b/sc/inc/formulalogger.hxx
@@ -8,7 +8,8 @@
#ifndef INCLUDED_SC_INC_FORMULALOGGER_HXX
#define INCLUDED_SC_INC_FORMULALOGGER_HXX
-#include <osl/file.hxx>
+#include <rtl/ustring.hxx>
+
#include <memory>
#include <vector>
@@ -26,6 +27,8 @@ struct VectorRefArray;
}
+namespace osl { class File; }
+
namespace sc {
#if ENABLE_FORMULA_LOGGER