From 77576d90257a866f4fb6c1f786b293d241e6a784 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 03:05:29 +0000 Subject: INTEGRATION: CWS warnings01 (1.7.12); FILE MERGED 2005/10/27 09:57:31 sb 1.7.12.3: #i53898# Made code warning-free. 2005/09/23 00:13:46 sb 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/01 09:28:05 sb 1.7.12.1: #i53898# Made code warning-free: changed arg of vos::OEnvironment ctors from sal_uInt32 to sal_Int32. --- vos/inc/vos/process.hxx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'vos/inc') diff --git a/vos/inc/vos/process.hxx b/vos/inc/vos/process.hxx index 534aa0895191..27accf04cd22 100644 --- a/vos/inc/vos/process.hxx +++ b/vos/inc/vos/process.hxx @@ -4,9 +4,9 @@ * * $RCSfile: process.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: vg $ $Date: 2006-06-02 12:38:08 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:05:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -93,9 +93,9 @@ class OEnvironment public: OEnvironment(); - OEnvironment( sal_uInt32 nVars, const ::rtl::OUString* aVariable1, ... ); + OEnvironment( sal_Int32 nVars, const ::rtl::OUString* aVariable1, ... ); // switched argument list to avoid ambiguity with previous constructor. - OEnvironment( const ::rtl::OUString aVariableList[], sal_uInt32 nVars ); + OEnvironment( const ::rtl::OUString aVariableList[], sal_Int32 nVars ); OEnvironment( const OEnvironment& rOther ); @@ -277,7 +277,8 @@ public: */ TStartupError SAL_CALL getCommandArg(sal_uInt32 nArg, ::rtl::OUString& strCommandArg); - TStartupError SAL_CALL getExecutableFile(::rtl::OUString& strImageName); + TStartupError SAL_CALL getExecutableFile(::rtl::OUString& strImageName) + const; /** Get the value of one enviroment variable. @param Name [in] denotes the name of the variable to get. -- cgit eoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/extinput.hxx
AgeCommit message (Expand)Author
2019-01-11tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-06-07provide overrides of GetNext/GetPrev in SwPaM subclassesNoel Grandin
2017-10-23loplugin:includeform: swStephan Bergmann
2016-10-04loplugin:countusersofdefaultparams in swNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-11convert EXTTEXTINPUT_ATTR to scoped enumNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann