diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-21 13:30:02 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-21 13:30:02 +0100 |
commit | 151172207eb46a696089ed48381e8da13b291397 (patch) | |
tree | fce1cfab2b2685a852705888b3aad0ae87ed0aad /svx/source/fmcomp | |
parent | e018e29d13091c8d093fe974e8e3f75132fa428e (diff) |
RTL_CONSTASCII_USTRINGPARAM in libs core 39
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r-- | svx/source/fmcomp/gridctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index 4986e5b61112..2904dd18df0a 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -1487,7 +1487,7 @@ void DbGridControl::setDataSource(const Reference< XRowSet >& _xCursor, sal_uInt // retrieve the datebase of the Numberformatter try { - xSupplier->getNumberFormatSettings()->getPropertyValue(rtl::OUString::createFromAscii("NullDate")) >>= m_aNullDate; + xSupplier->getNumberFormatSettings()->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("NullDate"))) >>= m_aNullDate; } catch(Exception&) { |