summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/ucbhelper.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-07-09 09:44:24 +0000
committerMathias Bauer <mba@openoffice.org>2001-07-09 09:44:24 +0000
commit1eae7e83b5e660fcf1c5265dc971fb8be3e811af (patch)
treedb458437929cf980c79375cfa861b562dd3225a4 /unotools/source/ucbhelper/ucbhelper.cxx
parentbe7ab33ee44469904379b7c2ad81991b3b6c3053 (diff)
#89377#: problems on merge
Diffstat (limited to 'unotools/source/ucbhelper/ucbhelper.cxx')
-rw-r--r--unotools/source/ucbhelper/ucbhelper.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/unotools/source/ucbhelper/ucbhelper.cxx b/unotools/source/ucbhelper/ucbhelper.cxx
index b610e86ac6cf..bd0a26ad88a1 100644
--- a/unotools/source/ucbhelper/ucbhelper.cxx
+++ b/unotools/source/ucbhelper/ucbhelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ucbhelper.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mba $ $Date: 2001-07-06 15:08:07 $
+ * last change: $Author: mba $ $Date: 2001-07-09 10:44:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -566,7 +566,6 @@ sal_Bool UCBContentHelper::MakeFolder( Content& aCnt, const String& aTitle, Cont
{
try
{
- Content aCnt( aURL.GetMainURL( INetURLObject::NO_DECODE ), Reference< XCommandEnvironment > () );
Reference< XContentCreator > xCreator = Reference< XContentCreator >( aCnt.get(), UNO_QUERY );
if ( !xCreator.is() )
return sal_False;