summaryrefslogtreecommitdiff
path: root/vcl/inc/salinst.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-01-22 08:47:07 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-01-22 13:23:35 +0100
commitac4cc29de9960bbc59ad73fd46c6fa3b2b9b30c6 (patch)
tree9a55405dfdcd6567760a91caa4b44cbf85eff61a /vcl/inc/salinst.hxx
parente3f92c53c084fe438e410d7d33a302b5d03144fd (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.hxx2
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();
};