[Libreoffice-commits] online.git: wsd/Admin.hpp

Miklos Vajna vmiklos at collabora.co.uk
Mon Jan 15 11:14:11 UTC 2018


 wsd/Admin.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3a427d6249fce110f9582f4c89c35ff373109ede
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Mon Jan 15 11:58:06 2018 +0100

    wsd: static next to const int is not necessary
    
    cost int is already compile-time.

diff --git a/wsd/Admin.hpp b/wsd/Admin.hpp
index 724cbaec..649f0661 100644
--- a/wsd/Admin.hpp
+++ b/wsd/Admin.hpp
@@ -145,7 +145,7 @@ private:
     DocProcSettings _defDocProcSettings;
 
     // Don't update any more frequently than this since it's excessive.
-    static const int MinStatsIntervalMs = 50;
+    const int MinStatsIntervalMs = 50;
 };
 
 #endif


More information about the Libreoffice-commits mailing list