diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-01-22 08:47:07 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-01-22 13:23:35 +0100 |
commit | ac4cc29de9960bbc59ad73fd46c6fa3b2b9b30c6 (patch) | |
tree | 9a55405dfdcd6567760a91caa4b44cbf85eff61a /vcl/inc/salinst.hxx | |
parent | e3f92c53c084fe438e410d7d33a302b5d03144fd (diff) |
Fix typo
Change-Id: I77e8015efc4501793c2e80bc3208463a1523e9d2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128751
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'vcl/inc/salinst.hxx')
-rw-r--r-- | vcl/inc/salinst.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); }; |