[Libreoffice-commits] .: sc/inc

Caolán McNamara caolan at kemper.freedesktop.org
Mon Sep 5 06:30:04 PDT 2011


 sc/inc/address.hxx      |    3 ---
 sc/inc/refreshtimer.hxx |    2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 789e74cc81c26e286f34c169822855e25d4e58b4
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Sep 5 14:16:01 2011 +0100

    consistent includes

diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index 6611204..0fa41b3 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -36,10 +36,7 @@
 #include <rtl/ustrbuf.hxx>
 #include <osl/endian.h>
 
-#ifndef INCLUDED_LIMITS
 #include <limits>
-#define INCLUDED_LIMITS
-#endif
 #include "scdllapi.h"
 #include <formula/grammar.hxx>
 
diff --git a/sc/inc/refreshtimer.hxx b/sc/inc/refreshtimer.hxx
index 9ded947..7b747aa 100644
--- a/sc/inc/refreshtimer.hxx
+++ b/sc/inc/refreshtimer.hxx
@@ -31,7 +31,7 @@
 
 #include <vcl/timer.hxx>
 #include <osl/mutex.hxx>
-#include <scdllapi.h>
+#include "scdllapi.h"
 
 class ScRefreshTimerControl
 {


More information about the Libreoffice-commits mailing list