diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-10 23:24:48 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 09:46:21 +0200 |
commit | f3261ba74815b30f1018954bfb9ecd332fa8f1d5 (patch) | |
tree | b359f61130ff26d4898f4b6c7dba430de9831190 /sfx2/source | |
parent | 0286f76b84478a38b252a39a4e33e51339286bcd (diff) |
Fix typos
"its"
Change-Id: I02c660e46964270376a66210fdb5f1b1985ce5b6
Reviewed-on: https://gerrit.libreoffice.org/77255
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/dialog/mgetempl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx index 817174cf1b99..1a69d53ce3c3 100644 --- a/sfx2/source/dialog/mgetempl.cxx +++ b/sfx2/source/dialog/mgetempl.cxx @@ -76,7 +76,7 @@ SfxManageStyleSheetPage::SfxManageStyleSheetPage(TabPageParent pParent, const Sf m_xBaseLb->make_sorted(); m_xBaseLb->set_size_request(nMaxWidth , -1); //note that the code depends on categories not being lexically - //sorted, so if its changed to sorted, the code needs to + //sorted, so if it's changed to sorted, the code needs to //be adapted to be position unaware m_xFilterLb->set_size_request(nMaxWidth , -1); |