Kaydet (Commit) 6894f531 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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)
üst 42320306
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: content.cxx,v $ * $RCSfile: content.cxx,v $
* $Revision: 1.11 $ * $Revision: 1.12 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -241,8 +241,9 @@ uno::Sequence< uno::Type > SAL_CALL Content::getTypes() ...@@ -241,8 +241,9 @@ uno::Sequence< uno::Type > SAL_CALL Content::getTypes()
OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER(); OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
} }
} }
else else {
OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER(); OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
}
if ( isFolder( uno::Reference< ucb::XCommandEnvironment >() ) ) if ( isFolder( uno::Reference< ucb::XCommandEnvironment >() ) )
return pFolderCollection->getTypes(); return pFolderCollection->getTypes();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment