diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2011-12-06 09:36:57 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2011-12-06 09:39:16 +0100 |
commit | 73a395cdc7d3ad802182a470c799720307ed408e (patch) | |
tree | 9ea8af5b8a9a168182d7504e5753acec54fe212e /sd | |
parent | e57053c435c4ccd8375904b22e6e0a40f149b346 (diff) |
Make merges of impress210 build.
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/annotations/annotationmanager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx index 52e71c0e1a8d..1eb18ed310aa 100644 --- a/sd/source/ui/annotations/annotationmanager.cxx +++ b/sd/source/ui/annotations/annotationmanager.cxx @@ -153,7 +153,7 @@ static SfxDispatcher* getDispatcher( ViewShellBase& rBase ) com::sun::star::util::DateTime getCurrentDateTime() { - DateTime aCurrentDate; + DateTime aCurrentDate( DateTime::SYSTEM ); return com::sun::star::util::DateTime( 0, aCurrentDate.GetSec(), aCurrentDate.GetMin(), aCurrentDate.GetHour(), aCurrentDate.GetDay(), aCurrentDate.GetMonth(), aCurrentDate.GetYear() ); } |