summaryrefslogtreecommitdiff
path: root/include/svl/fstathelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/fstathelper.hxx')
-rw-r--r--include/svl/fstathelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/fstathelper.hxx b/include/svl/fstathelper.hxx
index feb43cefa7fa..f6e4343f4108 100644
--- a/include/svl/fstathelper.hxx
+++ b/include/svl/fstathelper.hxx
@@ -24,7 +24,7 @@
#include <svl/svldllapi.h>
class Date;
-class Time;
+namespace tools { class Time; }
namespace FStatHelper {
@@ -39,7 +39,7 @@ namespace FStatHelper {
@return it was be able to get the date/time stamp
*/
SVL_DLLPUBLIC bool GetModifiedDateTimeOfFile( const OUString& rURL,
- Date* pDate, Time* pTime );
+ Date* pDate, tools::Time* pTime );
/** Return if under the URL a document exist. This is only a wrapper for the
UCB.IsContent.