[Libreoffice-commits] core.git: sd/source
Caolán McNamara
caolanm at redhat.com
Thu Oct 10 09:04:49 PDT 2013
sd/source/core/sdpage.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 97f864df4ecdeacb36eac694671ff2081242540e
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Oct 10 17:03:52 2013 +0100
CID#1103712 big element passed by value
Change-Id: Ib5ffd719d7054e36605190c521d8650d6b6e2728
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 18b4a25..1856a54 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -868,7 +868,7 @@ const char* const PresObjKindVector[] = {
"PRESOBJ_MEDIA", "PRESOBJ_MAX"
};
-void getPresObjProp( SdPage rPage, const char* sObjKind, const char* sPageKind, double presObjPropValue[] )
+void getPresObjProp( const SdPage& rPage, const char* sObjKind, const char* sPageKind, double presObjPropValue[] )
{
bool bNoObjectFound = true; //used to break from outer loop
More information about the Libreoffice-commits
mailing list