[Libreoffice-commits] core.git: sc/source

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 3 14:30:48 UTC 2019


 sc/source/ui/vba/vbainterior.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 99f0f57d6861e92025d839cc2b22701220d8878e
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Mon Dec 2 21:26:36 2019 +0100
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at 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;


More information about the Libreoffice-commits mailing list