sw/inc/bitmaps.hlst | 2 +- sw/source/uibase/misc/redlndlg.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9a639b7130e98fb24d492ed03770bbe0a48cb3e6 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Sep 21 11:41:13 2018 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Sep 26 21:17:40 2018 +0200 Fix BMP_REDLINE_FORMATED -> BMP_REDLINE_FORMATTED It passed "make check" on Linux. Change-Id: Ic3e9a1c2d9ecd2fd8583592c8cf68a3916196984 Reviewed-on: https://gerrit.libreoffice.org/60858 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/inc/bitmaps.hlst b/sw/inc/bitmaps.hlst index 0b1b8c20d0c4..1a68eee6c1e2 100644 --- a/sw/inc/bitmaps.hlst +++ b/sw/inc/bitmaps.hlst @@ -23,7 +23,7 @@ #define BMP_REDLINE_INSERTED "sw/res/redline_inserted.png" #define BMP_REDLINE_DELETED "sw/res/redline_deleted.png" -#define BMP_REDLINE_FORMATED "sw/res/redline_inserted.png" +#define BMP_REDLINE_FORMATTED "sw/res/redline_inserted.png" #define BMP_REDLINE_TABLECHG "sw/res/redline_inserted.png" #define BMP_REDLINE_FMTCOLLSET "sw/res/redline_inserted.png" diff --git a/sw/source/uibase/misc/redlndlg.cxx b/sw/source/uibase/misc/redlndlg.cxx index 90a96f5ed56d..cd1579496ef2 100644 --- a/sw/source/uibase/misc/redlndlg.cxx +++ b/sw/source/uibase/misc/redlndlg.cxx @@ -162,7 +162,7 @@ SwRedlineAcceptDlg::SwRedlineAcceptDlg(vcl::Window *pParent, VclBuilderContainer , m_bInhibitActivate(false) , m_aInserted(BitmapEx(BMP_REDLINE_INSERTED)) , m_aDeleted(BitmapEx(BMP_REDLINE_DELETED)) - , m_aFormated(BitmapEx(BMP_REDLINE_FORMATED)) + , m_aFormated(BitmapEx(BMP_REDLINE_FORMATTED)) , m_aTableChgd(BitmapEx(BMP_REDLINE_TABLECHG)) , m_aFormatCollSet(BitmapEx(BMP_REDLINE_FMTCOLLSET)) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits