summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/xmldlg_imexp/xmldlg_import.cxx')
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_import.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
index d74786348a54..415047610a90 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
@@ -1192,7 +1192,7 @@ bool ImportContext::importTimeProperty(
_pImport->XMLNS_DIALOGS_UID, rAttrName ) );
if (!aValue.isEmpty())
{
- ::Time aTTime(toInt32( aValue ) * ::Time::nanoPerCenti);
+ ::tools::Time aTTime(toInt32( aValue ) * ::tools::Time::nanoPerCenti);
util::Time aUTime(aTTime.GetUNOTime());
_xControlModel->setPropertyValue( rPropName, makeAny( aUTime ) );
return true;