[Libreoffice-commits] core.git: sc/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Apr 27 15:40:57 UTC 2019
sc/source/ui/inc/acredlin.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a238c911b62bceb042a7dc6eda90c80f7ba4bb0d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Apr 27 14:11:49 2019 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Apr 27 17:38:27 2019 +0200
Fix variable name
Change-Id: I2628e74f0db7275091db2df2d271080367448b28
Reviewed-on: https://gerrit.libreoffice.org/71420
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sc/source/ui/inc/acredlin.hxx b/sc/source/ui/inc/acredlin.hxx
index a92d4d2a1c58..f997da0fcc13 100644
--- a/sc/source/ui/inc/acredlin.hxx
+++ b/sc/source/ui/inc/acredlin.hxx
@@ -112,7 +112,7 @@ class ScAcceptChgDlg final : public SfxModelessDialogController
OUString* MakeTypeString(ScChangeActionType eType);
std::unique_ptr<weld::TreeIter> AppendChangeAction(
- const ScChangeAction* pScChangeAction, bool bCreateOnDamend,
+ const ScChangeAction* pScChangeAction, bool bCreateOnDemand,
const weld::TreeIter* pParent = nullptr, bool bDelMaster = false,
bool bDisabled = false);
More information about the Libreoffice-commits
mailing list