summaryrefslogtreecommitdiff
path: root/framework/source/services/license.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/license.cxx')
-rw-r--r--framework/source/services/license.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/source/services/license.cxx b/framework/source/services/license.cxx
index 689917006e03..72106d32aa81 100644
--- a/framework/source/services/license.cxx
+++ b/framework/source/services/license.cxx
@@ -62,6 +62,10 @@ using namespace ::com::sun::star::lang ;
using namespace ::com::sun::star::util ;
using namespace ::com::sun::star::frame ;
+using ::Date;
+using ::Time;
+using ::DateTime;
+
// license file name
static const char *szLicensePath = "/share/readme";
#ifdef UNX