[Libreoffice-commits] core.git: sc/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Oct 30 18:01:22 UTC 2020
sc/source/ui/dbgui/PivotLayoutDialog.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a0b860ece9cd7f8d7cb55a6dc6991691ea68545a
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Oct 28 15:03:15 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Oct 30 19:00:45 2020 +0100
Fix typo
Change-Id: I6cef71ff511088572c07a893e41c7e1a8ee9b079
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104940
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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 */
More information about the Libreoffice-commits
mailing list