summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2009-12-22 08:41:44 +0100
committerKai Sommerfeld <kso@openoffice.org>2009-12-22 08:41:44 +0100
commitbe1fbecf2e5ad61ebdf13d569e82874fe0cb6980 (patch)
treeea11dddb84014612e4bf38e6a4b59b880f29fa47 /ucb
parent6d2db594f034831a346f0a700bbd2940004902db (diff)
windows build breaker due o warning.
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/shell.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/ucb/source/ucp/file/shell.cxx b/ucb/source/ucp/file/shell.cxx
index b7ad11c052..6957db82ed 100644
--- a/ucb/source/ucp/file/shell.cxx
+++ b/ucb/source/ucp/file/shell.cxx
@@ -2415,6 +2415,10 @@ shell::commit( const shell::ContentMap::iterator& it,
it1->setValue( aAny );
}
}
+ else
+ {
+ isDirectory = sal_False;
+ }
it1 = properties.find( MyProperty( Size ) );
if( it1 != properties.end() )