summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:34:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:34:22 +0000
commit00fa5b0792b2513ea370150f9420c97fe1a88c84 (patch)
tree56fbdd6716cb98eb9cb7a36fd2725952d93c63a2 /ucb
parentee30607bcfe7ddf02341263dbeba9551309f18d2 (diff)
INTEGRATION: CWS hr50 (1.10.60); FILE MERGED
2008/03/05 13:54:52 hr 1.10.60.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/gvfs/content.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/source/ucp/gvfs/content.cxx b/ucb/source/ucp/gvfs/content.cxx
index 345c85cd9c..091e5c7451 100644
--- a/ucb/source/ucp/gvfs/content.cxx
+++ b/ucb/source/ucp/gvfs/content.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: content.cxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
* This file is part of OpenOffice.org.
*
@@ -241,8 +241,9 @@ uno::Sequence< uno::Type > SAL_CALL Content::getTypes()
OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
}
}
- else
+ else {
OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
+ }
if ( isFolder( uno::Reference< ucb::XCommandEnvironment >() ) )
return pFolderCollection->getTypes();