summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/file/FDateFunctions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/file/FDateFunctions.cxx')
-rw-r--r--connectivity/source/drivers/file/FDateFunctions.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/file/FDateFunctions.cxx b/connectivity/source/drivers/file/FDateFunctions.cxx
index 1b475af6e06d..bf1c7ce628d4 100644
--- a/connectivity/source/drivers/file/FDateFunctions.cxx
+++ b/connectivity/source/drivers/file/FDateFunctions.cxx
@@ -254,7 +254,7 @@ ORowSetValue OOp_CurDate::operate(const ::std::vector<ORowSetValue>& lhs) const
return ORowSetValue();
Date aCurDate( Date::SYSTEM );
- return aCurDate.GetUNODate();;
+ return aCurDate.GetUNODate();
}
ORowSetValue OOp_CurTime::operate(const ::std::vector<ORowSetValue>& lhs) const
@@ -263,7 +263,7 @@ ORowSetValue OOp_CurTime::operate(const ::std::vector<ORowSetValue>& lhs) const
return ORowSetValue();
tools::Time aCurTime( tools::Time::SYSTEM );
- return aCurTime.GetUNOTime();;
+ return aCurTime.GetUNOTime();
}
ORowSetValue OOp_Now::operate(const ::std::vector<ORowSetValue>& lhs) const