summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/misc/sdbcoretools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/misc/sdbcoretools.cxx')
-rw-r--r--dbaccess/source/core/misc/sdbcoretools.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbaccess/source/core/misc/sdbcoretools.cxx b/dbaccess/source/core/misc/sdbcoretools.cxx
index 0f11c1517a36..6fd8507b3b46 100644
--- a/dbaccess/source/core/misc/sdbcoretools.cxx
+++ b/dbaccess/source/core/misc/sdbcoretools.cxx
@@ -131,8 +131,7 @@ namespace dbaccess
try
{
Reference< XPropertySet > xStorageProps( _rxStorage, UNO_QUERY_THROW );
- xStorageProps->getPropertyValue(
- ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "OpenMode" ) ) ) >>= nMode;
+ xStorageProps->getPropertyValue( "OpenMode" ) >>= nMode;
}
catch( const Exception& )
{