summaryrefslogtreecommitdiff
path: root/sc/source/core/data
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/source/core/data
parent2ff1cc856a1d884187d8667e4f4b24d82c56b2c4 (diff)
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/source/core/data')
-rw-r--r--sc/source/core/data/patattr.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/data/patattr.cxx b/sc/source/core/data/patattr.cxx
index 5e46e084c90d..0e9f930ecf1f 100644
--- a/sc/source/core/data/patattr.cxx
+++ b/sc/source/core/data/patattr.cxx
@@ -48,6 +48,7 @@
#include <svl/zforlist.hxx>
#include <vcl/outdev.hxx>
#include <vcl/svapp.hxx>
+#include <tools/fract.hxx>
#include "patattr.hxx"
#include "docpool.hxx"