From cb03076271224993ca13f6687ebf09f98750f299 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 8 Nov 2001 12:18:11 +0000 Subject: #92924#: gcc-3.0.1 needs lvalue --- ucb/source/ucp/package/pkgcontent.cxx | 7 ++++--- 1 file 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(); -- cgit v1.2.3