From 83fd71e041f2c0520c4cc213e238c7f3c674c5a3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 24 Oct 2017 14:07:42 +0200 Subject: loplugin:constmethod in tools,sax,UnoControls Change-Id: Ie05e44e2a4019e2549843961ebfa04fef7b7aeb4 Reviewed-on: https://gerrit.libreoffice.org/43767 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/tools/datetime.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tools/datetime.hxx') diff --git a/include/tools/datetime.hxx b/include/tools/datetime.hxx index fd48e2314c27..02729e6a0e1a 100644 --- a/include/tools/datetime.hxx +++ b/include/tools/datetime.hxx @@ -98,7 +98,7 @@ public: DateTime& operator =( const DateTime& rDateTime ); DateTime& operator =( const css::util::DateTime& rUDateTime ); - void GetWin32FileDateTime( sal_uInt32 & rLower, sal_uInt32 & rUpper ); + void GetWin32FileDateTime( sal_uInt32 & rLower, sal_uInt32 & rUpper ) const; static DateTime CreateFromWin32FileDateTime( sal_uInt32 rLower, sal_uInt32 rUpper ); /// Creates DateTime given a unix time, which is the number of seconds -- cgit