vcl/inc/salinst.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ac4cc29de9960bbc59ad73fd46c6fa3b2b9b30c6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jan 22 08:47:07 2022 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sat Jan 22 13:23:35 2022 +0100

    Fix typo
    
    Change-Id: I77e8015efc4501793c2e80bc3208463a1523e9d2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128751
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/vcl/inc/salinst.hxx b/vcl/inc/salinst.hxx
index 084ab2e51c58..98e962d8c637 100644
--- a/vcl/inc/salinst.hxx
+++ b/vcl/inc/salinst.hxx
@@ -215,7 +215,7 @@ public:
     // Note: we cannot make this a global variable, because it might be 
initialised BEFORE the putenv() call in cppunittester.
     static bool IsRunningUnitTest() { return getenv("LO_TESTNAME") != nullptr; 
}
 
-    // both must to be implemented, if the VCL plugin needs to run via system 
event loop
+    // both must be implemented, if the VCL plugin needs to run via system 
event loop
     virtual bool DoExecute(int &nExitCode);
     virtual void DoQuit();
 };

Reply via email to