summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-12-11 12:45:01 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-12-11 16:05:03 +0100
commit0040076af3e1f45f43435d83335ef8cee8e6ab0c (patch)
treeeb67fb7a260d7d8ac06cfa0d55d925b53bd2b2de /fpicker
parentecdb4b347014ed38a5e069fb802b5cb8cfd42a70 (diff)
Fix typos
Change-Id: I8e6db5dfb5285e45f862fadf09ecb4142be6e075 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126659 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/fileview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/fileview.cxx b/fpicker/source/office/fileview.cxx
index 411f20d3d5b5..7086d17597a9 100644
--- a/fpicker/source/office/fileview.cxx
+++ b/fpicker/source/office/fileview.cxx
@@ -1151,7 +1151,7 @@ SvtFileView_Impl::SvtFileView_Impl(SvtFileView* pAntiImpl, weld::Window* pTopLev
{
weld::TreeView* pWidget = mxView->getWidget();
- // set the width to something small so its the parent that decides the final
+ // set the width to something small so it's the parent that decides the final
// width
Size aSize(42, pWidget->get_height_rows(7));
pWidget->set_size_request(aSize.Width(), aSize.Height());