[Libreoffice-commits] .: 2 commits - configure.in sw/source

Tor Lillqvist tml at kemper.freedesktop.org
Mon Feb 13 00:39:44 PST 2012


 configure.in                      |    2 +-
 sw/source/ui/inc/FrameControl.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5ba36c0e820e7ef32ea332d9be58441729f6993e
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Feb 13 10:39:21 2012 +0200

    Say "MSVC build" as that is what build_os = cygwin means

diff --git a/configure.in b/configure.in
index cdd09e3..2dbdd4e 100644
--- a/configure.in
+++ b/configure.in
@@ -10650,7 +10650,7 @@ AC_MSG_RESULT([$BUILD_NCPUS])
 AC_SUBST(BUILD_NCPUS)
 
 #
-# Set up ILIB for windows build
+# Set up ILIB for MSVC build
 #
 if test "$build_os" = "cygwin"; then
     ILIB=".;$SRC_ROOT/solver/$INPATH/lib"
commit b7980663f0866629e7c54a085f31dba3d9c26b26
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Mon Feb 13 09:42:39 2012 +0200

    WaE: type name first seen using 'class' now seen using 'struct'

diff --git a/sw/source/ui/inc/FrameControl.hxx b/sw/source/ui/inc/FrameControl.hxx
index cf887a9..53976f8 100644
--- a/sw/source/ui/inc/FrameControl.hxx
+++ b/sw/source/ui/inc/FrameControl.hxx
@@ -30,7 +30,7 @@
 
 class SwEditWin;
 class SwFrm;
-struct Point;
+class Point;
 
 /** Class representing a control linked to a SwFrm.
   */


More information about the Libreoffice-commits mailing list