From c86b1a5c352df806166fc674fb3b85d334e4cb55 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 12 Sep 2013 21:15:10 -0400 Subject: Change so that we won't have to include mtvelements.hxx in cellvalue.hxx. Because mtvelements.hxx is very slow to parse by the compiler, and cellvalue.hxx is included everywhere. Hopefully this will speed up the compilation time of sc... Change-Id: Ic9a9b8483c8325e4a91021f071f2391db8b57806 --- sc/qa/unit/helper/qahelper.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/qa/unit') diff --git a/sc/qa/unit/helper/qahelper.cxx b/sc/qa/unit/helper/qahelper.cxx index 7c409ef1267f..33c8f0494e0b 100644 --- a/sc/qa/unit/helper/qahelper.cxx +++ b/sc/qa/unit/helper/qahelper.cxx @@ -11,6 +11,7 @@ #include "csv_handler.hxx" #include "drwlayer.hxx" #include "compiler.hxx" +#include "formulacell.hxx" #include "svx/svdpage.hxx" #include "svx/svdoole2.hxx" -- cgit