From 23192271b84fe3312bd31a9602c2c52a388d925b Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Aug 2004 11:57:40 +0000 Subject: INTEGRATION: CWS tune05 (1.5.238); FILE MERGED 2004/06/24 11:20:40 cmc 1.5.238.1: #i30554# make lcl_foos static to emphasis their lclness --- sw/source/ui/app/mainwn.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source') diff --git a/sw/source/ui/app/mainwn.cxx b/sw/source/ui/app/mainwn.cxx index 499e5532bc24..0742c30e8279 100644 --- a/sw/source/ui/app/mainwn.cxx +++ b/sw/source/ui/app/mainwn.cxx @@ -2,9 +2,9 @@ * * $RCSfile: mainwn.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2004-01-06 18:23:35 $ + * last change: $Author: obo $ $Date: 2004-08-12 12:57:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,7 +99,7 @@ struct SwProgress static SvPtrarr *pProgressContainer = 0; -SwProgress *lcl_SwFindProgress( SwDocShell *pDocShell ) +static SwProgress *lcl_SwFindProgress( SwDocShell *pDocShell ) { for ( USHORT i = 0; i < pProgressContainer->Count(); ++i ) { -- cgit