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 76f0d7ec9611..0d5a874256c6 100644
--- a/framework/source/services/license.cxx
+++ b/framework/source/services/license.cxx
@@ -63,6 +63,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