[Libreoffice-commits] core.git: 3 commits - include/vcl

Chris Sherlock chris.sherlock79 at gmail.com
Fri Nov 28 02:53:13 PST 2014


 include/vcl/svapp.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ea25b851e1796efa90abbdadd3459122e6606db6
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Fri Nov 28 21:51:54 2014 +1100

    vcl: remove newlines from include/vcl/svapp.hxx
    
    Change-Id: I894d0e5f224be97323f8a85821f2f35054951a06

diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 7f9dc50..92b5512 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -23,7 +23,6 @@
 #include <sal/config.h>
 #include <sal/types.h>
 
-
 #include <cassert>
 #include <stdexcept>
 #include <vector>
commit 6fb1810196ca22aac4b126520cf27a0e7699e83f
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Fri Nov 28 21:49:10 2014 +1100

    Revert "vcl: Application is no longer friends with OutputDevice."
    
    This reverts commit 9ee57523baf24e2d3b332f01f394cd165013ff2d.

diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index e773cfe..3113497 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -647,6 +647,7 @@ endif
 ifeq ($(OS),WNT)
 $(eval $(call gb_Library_add_exception_objects,vcl,\
 	vcl/opengl/win/gdiimpl \
+	vcl/opengl/win/WinDeviceInfo \
     vcl/win/source/app/saldata \
     vcl/win/source/app/salinfo \
     vcl/win/source/app/salinst \
commit 9ee57523baf24e2d3b332f01f394cd165013ff2d
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Fri Nov 28 19:44:38 2014 +1100

    vcl: Application is no longer friends with OutputDevice.
    
    Change-Id: I5514554fdae59f5e3147ebe17843beb82395da9a

diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 3113497..e773cfe 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -647,7 +647,6 @@ endif
 ifeq ($(OS),WNT)
 $(eval $(call gb_Library_add_exception_objects,vcl,\
 	vcl/opengl/win/gdiimpl \
-	vcl/opengl/win/WinDeviceInfo \
     vcl/win/source/app/saldata \
     vcl/win/source/app/salinfo \
     vcl/win/source/app/salinst \


More information about the Libreoffice-commits mailing list