summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-10-28 15:03:15 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-10-30 19:00:45 +0100
commita0b860ece9cd7f8d7cb55a6dc6991691ea68545a (patch)
tree390c88e265611a721098fb129e041ffd3dcf6bed
parentRemoved executable permission on file (diff)
downloadcore-a0b860ece9cd7f8d7cb55a6dc6991691ea68545a.tar.gz
core-a0b860ece9cd7f8d7cb55a6dc6991691ea68545a.zip
Fix typo
Change-Id: I6cef71ff511088572c07a893e41c7e1a8ee9b079 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104940 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sc/source/ui/dbgui/PivotLayoutDialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/PivotLayoutDialog.cxx b/sc/source/ui/dbgui/PivotLayoutDialog.cxx
index 980d76504cef..604d94d36363 100644
--- a/sc/source/ui/dbgui/PivotLayoutDialog.cxx
+++ b/sc/source/ui/dbgui/PivotLayoutDialog.cxx
@@ -631,7 +631,7 @@ void ScPivotLayoutDialog::Close()
IMPL_LINK_NOARG( ScPivotLayoutDialog, OKClicked, weld::Button&, void )
{
- /* tdf#137726 hide so its not a candidate to be parent of any error
+ /* tdf#137726 hide so it's not a candidate to be parent of any error
messages that may appear because this dialog is going to disappear on
response(RET_OK) and the error dialog is not run in its own event loop
but instead async */