Kaydet (Commit) 86709d62 authored tarafından Alexander Wilms's avatar Alexander Wilms Kaydeden (comit) Caolán McNamara

Remove visual noise from crashrep

Change-Id: I9e13aa176cf6ca1d97e52d059423fc59018671f5
Reviewed-on: https://gerrit.libreoffice.org/8249Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 2fbd9825
...@@ -579,7 +579,7 @@ static void setup_program_dir( const char* progname ) ...@@ -579,7 +579,7 @@ static void setup_program_dir( const char* progname )
} }
} }
//*************************************************************************
static long setup_commandline_arguments( int argc, char** argv, int *pSignal ) static long setup_commandline_arguments( int argc, char** argv, int *pSignal )
{ {
...@@ -650,7 +650,7 @@ static long setup_commandline_arguments( int argc, char** argv, int *pSignal ) ...@@ -650,7 +650,7 @@ static long setup_commandline_arguments( int argc, char** argv, int *pSignal )
return pid; return pid;
} }
//*************************************************************************
static bool read_line( FILE *fp, string& rLine ) static bool read_line( FILE *fp, string& rLine )
{ {
......
...@@ -33,9 +33,9 @@ ...@@ -33,9 +33,9 @@
#define LANG_JAPANESE 81 #define LANG_JAPANESE 81
#define PLACEHOLDER LANGUAGE #define PLACEHOLDER LANGUAGE
// -----------------------------------------------------------------------
// version information // version information
// -----------------------------------------------------------------------
VS_VERSION_INFO versioninfo VS_VERSION_INFO versioninfo
fileversion VERSION, SUBVERSION, MICROVERSION, VERVARIANT fileversion VERSION, SUBVERSION, MICROVERSION, VERVARIANT
......
//
// This file is part of the LibreOffice project. // This file is part of the LibreOffice project.
//
// This Source Code Form is subject to the terms of the Mozilla Public // This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this // License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/. // file, You can obtain one at http://mozilla.org/MPL/2.0/.
//
// This file incorporates work covered by the following license notice: // This file incorporates work covered by the following license notice:
//
// Licensed to the Apache Software Foundation (ASF) under one or more // Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed // contributor license agreements. See the NOTICE file distributed
// with this work for additional information regarding copyright // with this work for additional information regarding copyright
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
// License, Version 2.0 (the "License"); you may not use this file // License, Version 2.0 (the "License"); you may not use this file
// except in compliance with the License. You may obtain a copy of // except in compliance with the License. You may obtain a copy of
// the License at http://www.apache.org/licenses/LICENSE-2.0 . // the License at http://www.apache.org/licenses/LICENSE-2.0 .
//
#ifdef FONTSIZE #ifdef FONTSIZE
#undef FONTSIZE #undef FONTSIZE
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
#define FONTSIZE 9 #define FONTSIZE 9
/////////////////////////////////////////////////////////////////////////////
//
// Dialog // Dialog
//
IDD_WELCOME_PAGE DIALOGEX 0, 41, 327, 195 IDD_WELCOME_PAGE DIALOGEX 0, 41, 327, 195
STYLE DS_SETFONT | DS_CONTROL | WS_CHILD STYLE DS_SETFONT | DS_CONTROL | WS_CHILD
...@@ -145,10 +145,10 @@ BEGIN ...@@ -145,10 +145,10 @@ BEGIN
LTEXT "3",IDC_SENDING_REPORT_STATUS,7,7,202,34 LTEXT "3",IDC_SENDING_REPORT_STATUS,7,7,202,34
END END
/////////////////////////////////////////////////////////////////////////////
//
// String Table // String Table
//
STRINGTABLE STRINGTABLE
BEGIN BEGIN
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
//{{NO_DEPENDENCIES}} //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file. // Microsoft Visual C++ generated include file.
// Used by soreport.rc // Used by soreport.rc
//
#define IDD_DIALOG_FRAME 101 #define IDD_DIALOG_FRAME 101
#define IDS_WELCOME_CAPTION 102 #define IDS_WELCOME_CAPTION 102
#define IDS_WELCOME_HEADER 103 #define IDS_WELCOME_HEADER 103
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
#define IDC_PROXY_DESCRIPTION 1033 #define IDC_PROXY_DESCRIPTION 1033
#define IDC_SENDING_REPORT_STATUS 1034 #define IDC_SENDING_REPORT_STATUS 1034
// Next default values for new objects // Next default values for new objects
//
#ifdef APSTUDIO_INVOKED #ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1 #define _APS_NO_MFC 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment