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

Armin Le Grand Armin.Le.Grand at cib.de
Sat Apr 30 17:45:29 UTC 2016


 sd/source/ui/dlg/PhotoAlbumDialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a00a27f68ec6baf6d9c6194f840c000c80d1cf36
Author: Armin Le Grand <Armin.Le.Grand at cib.de>
Date:   Sat Apr 30 19:38:41 2016 +0200

    removed defaulted argument from function call
    
    Change-Id: I09a48b1223e7a339b4760a8b719a927db2b418a3

diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.cxx b/sd/source/ui/dlg/PhotoAlbumDialog.cxx
index ece0142..54389ad 100644
--- a/sd/source/ui/dlg/PhotoAlbumDialog.cxx
+++ b/sd/source/ui/dlg/PhotoAlbumDialog.cxx
@@ -686,7 +686,7 @@ void SdPhotoAlbumDialog::createCaption(const awt::Size& aPageSize )
 
     // try to get existing PresObj
     const Rectangle rRect(CapPos,CapSize);
-    SdrObject* pSdrObj = pSlide->GetPresObj(PRESOBJ_TITLE, 1);
+    SdrObject* pSdrObj = pSlide->GetPresObj(PRESOBJ_TITLE);
 
     if(!pSdrObj)
     {


More information about the Libreoffice-commits mailing list