diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-20 16:09:31 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-03-21 08:09:59 +0100 |
commit | 7379a8084df6fd659591ec114d43122ef1686d00 (patch) | |
tree | 29647c4a3766d92a5fb20437dce516cd1701d5a3 /basctl | |
parent | 1c12cc16cfc89d58941e7b364304d3220e61f3dd (diff) |
Fix typo
Change-Id: I5e585dfe96e650da40c0311928e681619ba40bca
Reviewed-on: https://gerrit.libreoffice.org/69494
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/inc/layout.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/inc/layout.hxx b/basctl/source/inc/layout.hxx index e054d32d23e0..9618f3c6bd8e 100644 --- a/basctl/source/inc/layout.hxx +++ b/basctl/source/inc/layout.hxx @@ -74,7 +74,7 @@ private: // when this window has at first (nonempty) size bool bFirstSize; - // horizontal or vertical splitted strip + // horizontal or vertical split strip class SplittedSide { public: |