[Libreoffice-commits] core.git: vcl/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Mar 11 12:35:50 UTC 2019
vcl/source/app/salvtables.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 34d25edec00b812dedbb0616a98c5f82d221263a
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Mar 11 12:09:35 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Mar 11 13:35:28 2019 +0100
Fix typo
Change-Id: Ia4ca41607d13553f7924f0cce6276c114608216e
Reviewed-on: https://gerrit.libreoffice.org/69041
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index 3a9d59a8bdb2..572ed4aa3694 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -3376,7 +3376,7 @@ class SalInstanceLabel : public SalInstanceWidget, public virtual weld::Label
private:
// Control instead of FixedText so we can also use this for
// SelectableFixedText which is derived from Edit. We just typically need
- // [G|S]etText which exists in their shared basesclass
+ // [G|S]etText which exists in their shared baseclass
VclPtr<Control> m_xLabel;
public:
SalInstanceLabel(Control* pLabel, SalInstanceBuilder *pBuilder, bool bTakeOwnership)
More information about the Libreoffice-commits
mailing list