summaryrefslogtreecommitdiffstats
path: root/extensions/source/bibliography/datman.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval@ilapharm.com>2010-11-23 22:41:07 +0100
committerDavid Tardon <dtardon@redhat.com>2010-11-24 07:56:52 +0100
commit648589a0bd6c72b8b6b125644b43c6efad17ead1 (patch)
tree9c519a5c237c05f2e8541f0afa1e646e4e154381 /extensions/source/bibliography/datman.cxx
parentRTL patch for cui (diff)
downloadcore-648589a0bd6c72b8b6b125644b43c6efad17ead1.tar.gz
core-648589a0bd6c72b8b6b125644b43c6efad17ead1.zip
RTL patch
Diffstat (limited to 'extensions/source/bibliography/datman.cxx')
-rw-r--r--extensions/source/bibliography/datman.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx
index d6282cdbe142..93d3a06ee687 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -1399,7 +1399,7 @@ Reference< awt::XControlModel > BibDataManager::createGridModel(const ::rtl::OUS
Reference< XPropertySetInfo > xPropInfo = xPropSet->getPropertySetInfo();
if (xPropInfo->hasPropertyByName(uProp))
{
- ::rtl::OUString sId = ::rtl::OUString::createFromAscii( "HID:" );
+ ::rtl::OUString sId(RTL_CONSTASCII_USTRINGPARAM( "HID:" ));
sId += ::rtl::OUString::valueOf( (sal_Int32) HID_BIB_DB_GRIDCTRL );
xPropSet->setPropertyValue( uProp, makeAny( ::rtl::OUString( sId ) ) );
}