summaryrefslogtreecommitdiffstats
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-15 18:16:47 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-15 18:18:57 -0500
commit3cf226622a3d8c09d655034dbcc81695f1662b87 (patch)
tree6e11ad672b8c420e889b3ed138da802c29a6259e /sc/inc/document.hxx
parentMath: Remove aqua and fuchsia from the Elements Dock (diff)
downloadcore-3cf226622a3d8c09d655034dbcc81695f1662b87.tar.gz
core-3cf226622a3d8c09d655034dbcc81695f1662b87.zip
Remove tools/fract.hxx from document.hxx.
If a forward declaration does the job, use that. Adding a new header in document.hxx is a very expensive operation since almost everyone in sc includes document.hxx. Change-Id: I2d78440d65da7207ceb16cb28a7404249eba066a
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 40ca14dc4c3f..689e97c2064c 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -37,7 +37,6 @@
#include "compressedarray.hxx"
#include "calcmacros.hxx"
#include "calcconfig.hxx"
-#include <tools/fract.hxx>
#include <tools/gen.hxx>
#include <svl/zforlist.hxx>
@@ -84,6 +83,7 @@ struct ReorderParam;
}
+class Fraction;
class SvxFontItem;
class KeyEvent;