summaryrefslogtreecommitdiff
path: root/oox/source/ppt/comments.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/comments.cxx')
-rw-r--r--oox/source/ppt/comments.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/comments.cxx b/oox/source/ppt/comments.cxx
index 8ca11b9caca1..26725ffdf0f6 100644
--- a/oox/source/ppt/comments.cxx
+++ b/oox/source/ppt/comments.cxx
@@ -29,7 +29,7 @@ void CommentAuthorList::setValues(const CommentAuthorList& list)
}
//DateTime is saved as : 2013-01-10T15:53:26.000
-void Comment::setDateTime (::rtl::OUString datetime)
+void Comment::setDateTime (OUString datetime)
{
aDateTime.Year = datetime.getToken(0,'-').toInt32();
aDateTime.Month = datetime.getToken(1,'-').toInt32();