From 23b8f7f12ed73a9cf8a1328a0768dbcfeb4a027a Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Wed, 6 Dec 2000 07:43:31 +0000 Subject: #80246#: content type name for package folders changed --- sot/source/sdstor/ucbstorage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot/source') diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index af5948217d44..75190536f606 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -818,7 +818,7 @@ BOOL UCBStorage_Impl::Insert( ::ucb::Content *pContent ) pNames[0] = ::rtl::OUString::createFromAscii("Title"); Any* pValues = aValues.getArray(); pValues[0] <<= ::rtl::OUString( m_aName ); - ::rtl::OUString aType = ::rtl::OUString::createFromAscii( "application/package-folder" ); + ::rtl::OUString aType = ::rtl::OUString::createFromAscii( "application/vnd.sun.star.pkg-folder" ); // remove old content, create an "empty" new one and initialize it by inserting DELETEZ( m_pContent ); -- cgit