[Libreoffice-commits] .: sc/qa
Tor Lillqvist
tml at kemper.freedesktop.org
Tue Feb 8 04:04:54 PST 2011
sc/qa/unit/ucalc.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 9b1ae08c4fbab2e93a350bd2bc3ea7d238f5f3a6
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Tue Feb 8 13:01:07 2011 +0200
Adapt to move of prewin.h and postwin.h
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 23a26ce..707dcc2 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -42,9 +42,9 @@
#include "precompiled_sc.hxx"
#ifdef WNT
-# include <tools/prewin.h>
+# include <prewin.h>
# include <windows.h>
-# include <tools/postwin.h>
+# include <postwin.h>
# undef ERROR
#endif
More information about the Libreoffice-commits
mailing list