Kaydet (Commit) 97f864df authored tarafından Caolán McNamara's avatar Caolán McNamara

CID#1103712 big element passed by value

Change-Id: Ib5ffd719d7054e36605190c521d8650d6b6e2728
üst de84cde0
...@@ -868,7 +868,7 @@ const char* const PresObjKindVector[] = { ...@@ -868,7 +868,7 @@ const char* const PresObjKindVector[] = {
"PRESOBJ_MEDIA", "PRESOBJ_MAX" "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 bool bNoObjectFound = true; //used to break from outer loop
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment