sc/source/ui/inc/acredlin.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a238c911b62bceb042a7dc6eda90c80f7ba4bb0d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Apr 27 14:11:49 2019 +0000
Commit:     Caolán McNamara <caol...@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 <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@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);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to