diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-03-27 09:58:08 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-03-27 09:58:08 +0000 |
commit | b4e6fa491d6d2cd4bb905a4ae4a9902e56716059 (patch) | |
tree | 9089e951f35dfc9b383118f8e4fd76c8dcaa5fe3 /sfx2/source/appl | |
parent | 0ee03aaff580079dcf0aa82422088e63907a7731 (diff) |
#97712#: wrong URLObject
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r-- | sfx2/source/appl/appmisc.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/appmisc.cxx b/sfx2/source/appl/appmisc.cxx index c472b66b6064..bb80e1e7af5e 100644 --- a/sfx2/source/appl/appmisc.cxx +++ b/sfx2/source/appl/appmisc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appmisc.cxx,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: mba $ $Date: 2002-03-19 17:17:19 $ + * last change: $Author: mba $ $Date: 2002-03-27 10:58:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -592,7 +592,7 @@ SvUShorts* SfxApplication::GetDisabledSlotList_Impl() delete pStream; INetURLObject aObj( SvtPathOptions().GetConfigPath() ); aObj.insertName( DEFINE_CONST_UNICODE( "slots.cfg" ) ); - pStream = ::utl::UcbStreamHelper::CreateStream( aUserObj.GetMainURL(), STREAM_STD_READ ); + pStream = ::utl::UcbStreamHelper::CreateStream( aObj.GetMainURL(), STREAM_STD_READ ); } BOOL bSlotsEnabled = SvtInternalOptions().SlotCFGEnabled(); |