summaryrefslogtreecommitdiffstats
path: root/desktop/win32
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:19:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 05:59:38 -0600
commit2991d2d65bf8b99d82d1f7d209332d0c303dff21 (patch)
tree3c2fd5215307bb1547e594f423636ad882594523 /desktop/win32
parentExclude WNT-specific includes on other platforms (diff)
downloadcore-2991d2d65bf8b99d82d1f7d209332d0c303dff21.tar.gz
core-2991d2d65bf8b99d82d1f7d209332d0c303dff21.zip
Remove visual noise from desktop
Change-Id: Ib8ca7794ce6f3e96ee3a9b2896b141635665552c Reviewed-on: https://gerrit.libreoffice.org/8252 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop/win32')
-rw-r--r--desktop/win32/source/QuickStart/QuickStart.cxx2
-rw-r--r--desktop/win32/source/QuickStart/StdAfx.h2
-rw-r--r--desktop/win32/source/applauncher/launcher.rc4
-rw-r--r--desktop/win32/source/guistdio/guistdio.inc20
4 files changed, 14 insertions, 14 deletions
diff --git a/desktop/win32/source/QuickStart/QuickStart.cxx b/desktop/win32/source/QuickStart/QuickStart.cxx
index 4998b4e2b343..77ba5cf170c5 100644
--- a/desktop/win32/source/QuickStart/QuickStart.cxx
+++ b/desktop/win32/source/QuickStart/QuickStart.cxx
@@ -18,7 +18,7 @@
*/
// QuickStart.cpp : Defines the entry point for the application.
-//
+
#include "StdAfx.h"
#include "resource.h"
diff --git a/desktop/win32/source/QuickStart/StdAfx.h b/desktop/win32/source/QuickStart/StdAfx.h
index ce29121529a3..74dcd6708b06 100644
--- a/desktop/win32/source/QuickStart/StdAfx.h
+++ b/desktop/win32/source/QuickStart/StdAfx.h
@@ -19,7 +19,7 @@
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
-//
+
#if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)
#define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_
diff --git a/desktop/win32/source/applauncher/launcher.rc b/desktop/win32/source/applauncher/launcher.rc
index 0f8ffeb39b66..f717bcba14a2 100644
--- a/desktop/win32/source/applauncher/launcher.rc
+++ b/desktop/win32/source/applauncher/launcher.rc
@@ -19,9 +19,9 @@
#include <windows.h>
#include "version.hrc"
-// -----------------------------------------------------------------------
+
// version information
-// -----------------------------------------------------------------------
+
VS_VERSION_INFO VERSIONINFO
FILEVERSION VERSION, SUBVERSION, MICROVERSION, VERVARIANT
diff --git a/desktop/win32/source/guistdio/guistdio.inc b/desktop/win32/source/guistdio/guistdio.inc
index 5918cccf3d0f..47cf9b07b3fe 100644
--- a/desktop/win32/source/guistdio/guistdio.inc
+++ b/desktop/win32/source/guistdio/guistdio.inc
@@ -121,9 +121,9 @@ DWORD WINAPI OutputThread( LPVOID pParam )
return 0;
}
#endif
-//---------------------------------------------------------------------------
+
// Thread that reads from child process standard error pipe
-//---------------------------------------------------------------------------
+
#ifdef UNOPKG
DWORD WINAPI ErrorThread( LPVOID pParam )
@@ -148,9 +148,9 @@ DWORD WINAPI ErrorThread( LPVOID pParam )
return 0;
}
#endif
-//---------------------------------------------------------------------------
+
// Thread that writes to child process standard input pipe
-//---------------------------------------------------------------------------
+
#ifdef UNOPKG
DWORD WINAPI InputThread( LPVOID pParam )
@@ -241,9 +241,9 @@ DWORD WINAPI InputThread( LPVOID pParam )
}
#endif
-//---------------------------------------------------------------------------
+
// Thread that waits until child process reached input idle
-//---------------------------------------------------------------------------
+
DWORD WINAPI WaitForUIThread( LPVOID pParam )
{
@@ -260,9 +260,9 @@ DWORD WINAPI WaitForUIThread( LPVOID pParam )
}
-//---------------------------------------------------------------------------
+
// Ctrl-Break handler that terminates the child process if Ctrl-C was pressed
-//---------------------------------------------------------------------------
+
HANDLE hTargetProcess = INVALID_HANDLE_VALUE;
@@ -275,9 +275,9 @@ BOOL WINAPI CtrlBreakHandler(
}
-//---------------------------------------------------------------------------
-//---------------------------------------------------------------------------
+
+
#ifdef __MINGW32__
int main( int, char ** )