sc/source/ui/inc/anyrefdg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7275f45369ac50ae1eec2688147126052cf27889 Author: LuboÅ¡ LuÅák <l.lu...@suse.cz> Date: Wed Feb 13 17:07:26 2013 +0100 avoid MSVC C4150 , caused by 55b39ff42e diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx index 8901fb5..2040767 100644 --- a/sc/source/ui/inc/anyrefdg.hxx +++ b/sc/source/ui/inc/anyrefdg.hxx @@ -26,6 +26,7 @@ #include <sfx2/basedlgs.hxx> #include <sfx2/tabdlg.hxx> #include "address.hxx" +#include "cell.hxx" #include "compiler.hxx" #include "formula/funcutl.hxx" #include "IAnyRefDialog.hxx" @@ -40,7 +41,6 @@ class ScDocument; class ScTabViewShell; class ScRefHandler; class ScRangeList; -class ScFormulaCell; class ScFormulaReferenceHelper {
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits