Kaydet (Commit) 3cf22662 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

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
üst 2ff1cc85
......@@ -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;
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment