diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-20 16:16:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-20 16:16:50 +0000 |
commit | b4a50b2b3b5174da6b4e6a9c2ee6ffd596097fb5 (patch) | |
tree | 9d782006a128ec50832155476b84e4c3c3ac0b24 /ucb | |
parent | 46248ece7b511d414773c05c7d7897cbf7fd20c4 (diff) |
INTEGRATION: CWS tkr13_DEV300 (1.93.48); FILE MERGED
2008/04/23 14:33:55 tkr 1.93.48.1: #88027# rename file crashes
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/file/shell.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/shell.cxx b/ucb/source/ucp/file/shell.cxx index 501121501c06..c52384ee6ac2 100644 --- a/ucb/source/ucp/file/shell.cxx +++ b/ucb/source/ucp/file/shell.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: shell.cxx,v $ - * $Revision: 1.96 $ + * $Revision: 1.97 $ * * This file is part of OpenOffice.org. * @@ -1131,7 +1131,7 @@ shell::move( sal_Int32 CommandId, if( srcUnqPath == dstUnqPathIn ) return; // <-- - + // osl::FileBase::RC nError; rtl::OUString dstUnqPath( dstUnqPathIn ); |