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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Dec 15 15:04:25 UTC 2018


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

New commits:
commit 2e33cdb9c17db5b65de845bb9ac0f156e665e07c
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Sat Dec 15 15:57:57 2018 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Sat Dec 15 15:57:57 2018 +0100

    fixup of 892117eb37b8
    
    Change-Id: I071cb197ebdc9b39026a0ef100720809779bfb2b

diff --git a/wsd/Storage.hpp b/wsd/Storage.hpp
index 467deea40..3591ac8b1 100644
--- a/wsd/Storage.hpp
+++ b/wsd/Storage.hpp
@@ -393,7 +393,7 @@ public:
 
         bool getEnableShare() const { return _enableShare; }
 
-        std::string& getHideUserList() const { return _hideUserList; }
+        std::string& getHideUserList() { return _hideUserList; }
 
         TriState getDisableChangeTrackingShow() const { return _disableChangeTrackingShow; }
 


More information about the Libreoffice-commits mailing list