[Libreoffice-commits] core.git: sc/source

Luboš Luňák l.lunak at suse.cz
Wed Feb 13 08:08:05 PST 2013


 sc/source/ui/inc/anyrefdg.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7275f45369ac50ae1eec2688147126052cf27889
Author: Luboš Luňák <l.lunak at 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
 {


More information about the Libreoffice-commits mailing list