diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-05-17 09:47:07 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-19 09:42:41 +0200 |
commit | 10749bbf8247f0b17201b33f95a090dfc4fc3211 (patch) | |
tree | c34474977546aaccb6d5cd30ac4b45b1d422c11d /dbaccess | |
parent | df64e7c709fc6d771546554b4026583c55609105 (diff) |
remove the last of the OUString #defines in header files
Change-Id: Id9e8ce7987e055e83b52c7024413570f262e6e8d
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/databasedocument.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/dataaccess/databasedocument.cxx b/dbaccess/source/core/dataaccess/databasedocument.cxx index 7028a9d06dee..926b1b28c360 100644 --- a/dbaccess/source/core/dataaccess/databasedocument.cxx +++ b/dbaccess/source/core/dataaccess/databasedocument.cxx @@ -1654,7 +1654,7 @@ void ODatabaseDocument::impl_writeStorage_throw( const Reference< XStorage >& _r aDelegatorArguments[nArgsLen++] <<= xInfoSet; Reference< XPropertySet > xProp( _rxTargetStorage, UNO_QUERY_THROW ); - xProp->setPropertyValue( INFO_MEDIATYPE, makeAny( OUString(MIMETYPE_OASIS_OPENDOCUMENT_DATABASE) ) ); + xProp->setPropertyValue( INFO_MEDIATYPE, makeAny( OUString(MIMETYPE_OASIS_OPENDOCUMENT_DATABASE_ASCII) ) ); OUString aVersion; SvtSaveOptions::ODFDefaultVersion const nDefVersion = |