[Libreoffice-commits] core.git: svx/workben

Chris Sherlock chris.sherlock79 at gmail.com
Mon May 19 03:05:41 PDT 2014


 svx/workben/pixelctl.cxx |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit 97e24b183f33807a4882bd6a2dcaefd5e8a7cd2e
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Mon May 19 20:03:39 2014 +1000

    svx: pixelctl demo - cleanup headers
    
    Change-Id: I9664a064789f5e072d24cfead6a83d64accce27d

diff --git a/svx/workben/pixelctl.cxx b/svx/workben/pixelctl.cxx
index b2196b6..28727ee 100644
--- a/svx/workben/pixelctl.cxx
+++ b/svx/workben/pixelctl.cxx
@@ -24,7 +24,6 @@
 
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
 #include <com/sun/star/uno/XComponentContext.hpp>
-#include <com/sun/star/awt/ImageScaleMode.hpp>
 
 #include <vcl/event.hxx>
 #include <vcl/svapp.hxx>
@@ -38,13 +37,6 @@
 
 #include <math.h>
 
-#include <errno.h>
-#include <unistd.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::lang;
 using namespace cppu;


More information about the Libreoffice-commits mailing list