summaryrefslogtreecommitdiff
path: root/desktop/win32
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-22 21:20:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 03:38:49 +0000
commit0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch)
tree5024cba9f9ea5e3b23ea26025323f6aef39488d0 /desktop/win32
parentb81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff)
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop/win32')
-rw-r--r--desktop/win32/source/guiloader/genericloader.cxx6
-rw-r--r--desktop/win32/source/officeloader/officeloader.cxx4
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/win32/source/guiloader/genericloader.cxx b/desktop/win32/source/guiloader/genericloader.cxx
index 9f77cabbd4ad..e7584c0b0ac8 100644
--- a/desktop/win32/source/guiloader/genericloader.cxx
+++ b/desktop/win32/source/guiloader/genericloader.cxx
@@ -40,7 +40,7 @@
#include "tools/pathutils.hxx"
#include "../extendloaderenvironment.hxx"
-//---------------------------------------------------------------------------
+
static int GenericMain()
{
@@ -142,7 +142,7 @@ static int GenericMain()
return dwExitCode;
}
-//---------------------------------------------------------------------------
+
#ifdef __MINGW32__
int WINAPI WinMain( HINSTANCE, HINSTANCE, LPSTR, int )
@@ -153,7 +153,7 @@ int WINAPI _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int )
return GenericMain();
}
-//---------------------------------------------------------------------------
+
#ifdef __MINGW32__
int __cdecl main()
diff --git a/desktop/win32/source/officeloader/officeloader.cxx b/desktop/win32/source/officeloader/officeloader.cxx
index 63cc0cc595e1..1dee9e90396a 100644
--- a/desktop/win32/source/officeloader/officeloader.cxx
+++ b/desktop/win32/source/officeloader/officeloader.cxx
@@ -115,7 +115,7 @@ BOOL WINAPI ConvertSidToStringSid( PSID pSid, LPTSTR* StringSid )
}
-//---------------------------------------------------------------------------
+
static LPTSTR *GetCommandArgs( int *pArgc )
{
@@ -127,7 +127,7 @@ static LPTSTR *GetCommandArgs( int *pArgc )
#endif
}
-//---------------------------------------------------------------------------
+
namespace {