From 27be81819064cb96d98c881f45d6e3fbdf7a33d0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 15 Sep 2016 12:43:01 +0200 Subject: loplugin:singlevalfields in l10ntools..sax and ignore URE headers in the plugin Change-Id: I939df744c1173cf0f67d515f6c3fb4ac4cb25588 --- sal/qa/osl/process/osl_process.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sal/qa/osl') diff --git a/sal/qa/osl/process/osl_process.cxx b/sal/qa/osl/process/osl_process.cxx index 41280a6e7582..2320fd6197f2 100644 --- a/sal/qa/osl/process/osl_process.cxx +++ b/sal/qa/osl/process/osl_process.cxx @@ -184,7 +184,7 @@ class Test_osl_executeProcess : public CppUnit::TestFixture OUString temp_file_url_; OUString temp_file_path_; rtl_uString* parameters_[2]; - int parameters_count_; + static const int parameters_count_ = 2; OUString suCWD; OUString suExecutableFileURL; @@ -192,8 +192,7 @@ public: // ctor Test_osl_executeProcess() : - env_param_(OUString("-env")), - parameters_count_(2) + env_param_(OUString("-env")) { parameters_[0] = env_param_.pData; suCWD = getExecutablePath(); -- cgit distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/ATables.hxx
AgeCommit message (Expand)Author
2011-11-06Update headers to Alv2 headersAndrew Rist
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2008-04-10INTEGRATION: CWS changefileheader (1.10.262); FILE MERGEDRüdiger Timm