summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 11:57:40 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 11:57:40 +0000
commit23192271b84fe3312bd31a9602c2c52a388d925b (patch)
tree90fdc807c9aff59c89b3c7f39faf4f6b7a76820a /sw/source
parent0a210ae549e05500caca1189fa8e060ee3c58545 (diff)
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
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/ui/app/mainwn.cxx6
1 files changed, 3 insertions, 3 deletions
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 )
{