summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-11-08 12:18:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-11-08 12:18:11 +0000
commitcb03076271224993ca13f6687ebf09f98750f299 (patch)
tree8e25b140e25195c61ad52e14811598540eb67b88 /ucb
parenta9fef89308c87c21f8957f0e510026d3a7118766 (diff)
#92924#: gcc-3.0.1 needs lvalue
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/package/pkgcontent.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/ucb/source/ucp/package/pkgcontent.cxx b/ucb/source/ucp/package/pkgcontent.cxx
index 06462b980dfb..35caa8333349 100644
--- a/ucb/source/ucp/package/pkgcontent.cxx
+++ b/ucb/source/ucp/package/pkgcontent.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pkgcontent.cxx,v $
*
- * $Revision: 1.39 $
+ * $Revision: 1.40 $
*
- * last change: $Author: mtg $ $Date: 2001-10-18 14:23:10 $
+ * last change: $Author: hr $ $Date: 2001-11-08 13:18:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1857,10 +1857,11 @@ void Content::insert(
if ( bNewId )
{
// Take over correct default values from underlying packager...
+ uno::Reference< container::XHierarchicalNameAccess > xXHierarchicalNameAccess;
loadData( m_pProvider,
m_aUri,
m_aProps,
- uno::Reference< container::XHierarchicalNameAccess >() );
+ xXHierarchicalNameAccess );
aGuard.clear();
inserted();