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

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Tue Nov 26 08:03:22 UTC 2019


 sd/source/filter/eppt/grouptable.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b68ba6929d3df9ed5bf999e14c4ef7083ac35e46
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Tue Nov 26 07:51:18 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Nov 26 09:02:17 2019 +0100

    Fix 9d63592d530e9ad5ab2d6aee0aba5bc0c117aae3 (take 2)
    
    Change-Id: I565bc0daa1f5902d6e619cb30c64c0c84475383e
    Reviewed-on: https://gerrit.libreoffice.org/83725
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sd/source/filter/eppt/grouptable.hxx b/sd/source/filter/eppt/grouptable.hxx
index a88201e195ee..a23283aa663b 100644
--- a/sd/source/filter/eppt/grouptable.hxx
+++ b/sd/source/filter/eppt/grouptable.hxx
@@ -32,7 +32,7 @@ struct GroupEntry
 
     explicit GroupEntry( css::uno::Reference< css::container::XIndexAccess > const & rIndex )
       : mnCurrentPos(0),
-        mnCount(mXIndexAccess->getCount()),
+        mnCount(rIndex->getCount()),
         mXIndexAccess(rIndex)
     {
     };


More information about the Libreoffice-commits mailing list