summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-03-11 12:09:35 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-03-11 13:35:28 +0100
commit34d25edec00b812dedbb0616a98c5f82d221263a (patch)
tree6502a24187ef8ba50101283fbb0cc191cfdd4808 /vcl
parent31f1789c810970fda7b300b2943f20e10761a5e0 (diff)
Fix typo
Change-Id: Ia4ca41607d13553f7924f0cce6276c114608216e Reviewed-on: https://gerrit.libreoffice.org/69041 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/salvtables.cxx2
1 files changed, 1 insertions, 1 deletions
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)