diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 14:42:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 14:42:13 +0000 |
commit | fd1055e544477a5dbbeef95e86fda1588294347e (patch) | |
tree | 7ad34d45fa7d9983b9de9ed966d3fe1a60ab271a /sfx2 | |
parent | 5538a0c35e6df92fb3aca9a0f506738a130aa439 (diff) |
INTEGRATION: CWS hr50 (1.197.2); FILE MERGED
2008/04/10 16:58:46 hr 1.197.2.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index d4cc15e5e0fe..bc232175e723 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: docfile.cxx,v $ - * $Revision: 1.200 $ + * $Revision: 1.201 $ * * This file is part of OpenOffice.org. * @@ -2521,8 +2521,9 @@ void SfxMedium::Init_Impl() // physical name may be set if the logical name is changed after construction if ( !aName.Len() ) ::utl::LocalFileHelper::ConvertURLToPhysicalName( GetURLObject().GetMainURL( INetURLObject::NO_DECODE ), aName ); - else + else { DBG_ASSERT( pSalvageItem, "Suspicious change of logical name!" ); + } } } |