summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 11:45:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 11:45:44 +0000
commita72a5481581ab3c84905cbe128018d8bc4de14e1 (patch)
treec67ca6cdfbf86102d70157509408b69a56ecac0b /extensions/source
parent0518d90775ca305ccb4234ba1f9e4073c851e750 (diff)
INTEGRATION: CWS obo05 (1.12.116); FILE MERGED
2006/08/25 07:59:57 obo 1.12.116.1: #i53611# type declaration missing
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/plugin/win/winmgr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/plugin/win/winmgr.cxx b/extensions/source/plugin/win/winmgr.cxx
index bc815a0b6d8d..fbfd466a996d 100644
--- a/extensions/source/plugin/win/winmgr.cxx
+++ b/extensions/source/plugin/win/winmgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: winmgr.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 13:11:44 $
+ * last change: $Author: vg $ $Date: 2006-09-25 12:45:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -277,7 +277,7 @@ Sequence< PluginDescription > XPluginManager_Impl::getPluginDescriptions(void) t
{
Guard< Mutex > aGuard( Mutex::getGlobalMutex() );
static Sequence<PluginDescription > s_aDescriptions( 0 );
- static s_bInit = FALSE;
+ static bool s_bInit = FALSE;
if (! s_bInit)
{