diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-26 15:18:52 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-26 18:50:35 +0200 |
commit | 937440b65368e832a9e9fba92dfdb2efec4e06b5 (patch) | |
tree | 93607d34c4fc3f866e05cf603ad0fba04e0a04d4 /unotools | |
parent | 7b0dd98941911c686c0d127810d1c333df5026c3 (diff) |
Fix typos
Change-Id: I60261b937215340d2eb6f439234e99a300b0e189
Reviewed-on: https://gerrit.libreoffice.org/76380
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/viewoptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/viewoptions.cxx b/unotools/source/config/viewoptions.cxx index b88fddf630d3..b7cfc9e063c3 100644 --- a/unotools/source/config/viewoptions.cxx +++ b/unotools/source/config/viewoptions.cxx @@ -181,7 +181,7 @@ SvtViewOptionsBase_Impl::~SvtViewOptionsBase_Impl() { // don't flush configuration changes here to m_xRoot. // That must be done inside every SetXXX() method already ! - // Here its to late - DisposedExceptions from used configuration access can occur otherwise. + // Here it's too late - DisposedExceptions from used configuration access can occur otherwise. m_xRoot.clear(); m_xSet.clear(); |