diff options
author | Mathias Bauer <mba@openoffice.org> | 2000-12-06 07:43:31 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2000-12-06 07:43:31 +0000 |
commit | 23b8f7f12ed73a9cf8a1328a0768dbcfeb4a027a (patch) | |
tree | af7b27478d8eee046b9df9f371bf9f6eaa6667b2 /sot/source | |
parent | c9b8d401b9a4ae0418c3ec2a20afb0f51122de7f (diff) |
#80246#: content type name for package folders changed
Diffstat (limited to 'sot/source')
-rw-r--r-- | sot/source/sdstor/ucbstorage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |