summaryrefslogtreecommitdiff
path: root/include/oox/ppt/comments.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/comments.hxx')
-rw-r--r--include/oox/ppt/comments.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/ppt/comments.hxx b/include/oox/ppt/comments.hxx
index cf3846bc5063..6766df27870c 100644
--- a/include/oox/ppt/comments.hxx
+++ b/include/oox/ppt/comments.hxx
@@ -50,7 +50,7 @@ class Comment
OUString x;
OUString y;
OUString text;
- ::com::sun::star::util::DateTime aDateTime;
+ css::util::DateTime aDateTime;
void setDateTime (const OUString& datetime);
@@ -81,7 +81,7 @@ class Comment
{
return text;
}
- ::com::sun::star::util::DateTime getDateTime()
+ css::util::DateTime getDateTime()
{
return aDateTime;
}