[Libreoffice-commits] online.git: loolwsd/ChildProcessSession.hpp

Tor Lillqvist tml at collabora.com
Thu Feb 25 12:37:31 UTC 2016


 loolwsd/ChildProcessSession.hpp |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit d88a798469375a99c6bace7f17f881bcd3c5b797
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Feb 25 14:36:50 2016 +0200

    There is no setDocumentPassword() in ChildProcessSession

diff --git a/loolwsd/ChildProcessSession.hpp b/loolwsd/ChildProcessSession.hpp
index 01b6191..66d78f6 100644
--- a/loolwsd/ChildProcessSession.hpp
+++ b/loolwsd/ChildProcessSession.hpp
@@ -92,8 +92,6 @@ public:
     const Statistics& getStatistics() const { return _stats; }
     bool isInactive() const { return _stats.getInactivityMS() >= InactivityThresholdMS; }
 
-    void setDocumentPassword(const int nPasswordType);
-
  protected:
     virtual bool loadDocument(const char *buffer, int length, Poco::StringTokenizer& tokens) override;
 


More information about the Libreoffice-commits mailing list