summaryrefslogtreecommitdiff
path: root/svl/source/misc/fstathelper.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-22 22:32:51 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-22 22:32:51 +0100
commit8c779305bca6b2ca4badadb1ed0c89dc092f287f (patch)
tree8e5318e2afbd3df93df72c5e8d89374add889f1c /svl/source/misc/fstathelper.cxx
parentbd80ff75a216d6494a1de64896856f4bbccc52ff (diff)
RTL_CONSTASCII_USTRINGPARAM in libs-gui 07
Diffstat (limited to 'svl/source/misc/fstathelper.cxx')
-rw-r--r--svl/source/misc/fstathelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/misc/fstathelper.cxx b/svl/source/misc/fstathelper.cxx
index 43259f5bad7c..46d6eae274f7 100644
--- a/svl/source/misc/fstathelper.cxx
+++ b/svl/source/misc/fstathelper.cxx
@@ -50,7 +50,7 @@ sal_Bool FStatHelper::GetModifiedDateTimeOfFile( const UniString& rURL,
::ucbhelper::Content aTestContent( rURL,
uno::Reference< XCommandEnvironment > ());
uno::Any aAny = aTestContent.getPropertyValue(
- OUString::createFromAscii( "DateModified" ) );
+ OUString(RTL_CONSTASCII_USTRINGPARAM("DateModified")) );
if( aAny.hasValue() )
{
bRet = sal_True;