sc/source/ui/vba/vbainterior.cxx | 1 - 1 file changed, 1 deletion(-) New commits: commit 99f0f57d6861e92025d839cc2b22701220d8878e Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Mon Dec 2 21:26:36 2019 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Dec 3 15:29:26 2019 +0100
Remove useless PatternPair (sc/vbainterior) Following 3471d83f49dcaab2cbbe18521ab1a405f15a0788 Use initializer list instead of using several inserts (sc/vba) + 1a5850e7c4414a06e1ad5603bf1d4565d3ba3a82 Following 3471d83f49dcaab2cbbe18521ab1a405f15a0788 (sc/vba) "Use initializer list instead of using several inserts (sc/vba)" I had forgotten to remove the initial commented code Change-Id: Idd9855e520383c17cf7564ae4646fd613fc45895 Reviewed-on: https://gerrit.libreoffice.org/84278 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sc/source/ui/vba/vbainterior.cxx b/sc/source/ui/vba/vbainterior.cxx index 1ce5d5241cac..e603a689c661 100644 --- a/sc/source/ui/vba/vbainterior.cxx +++ b/sc/source/ui/vba/vbainterior.cxx @@ -31,7 +31,6 @@ #include <document.hxx> typedef std::map< sal_Int32, sal_Int32 > PatternMap; -typedef std::pair< sal_Int32, sal_Int32 > PatternPair; using namespace ::com::sun::star; using namespace ::ooo::vba; using namespace ::ooo::vba::excel::XlPattern; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits