Index: src/wp/ap/xp/ap_Dialog_Goto.cpp =================================================================== RCS file: /u2/cvsroot/abi/src/wp/ap/xp/ap_Dialog_Goto.cpp,v retrieving revision 1.10 diff -c -r1.10 ap_Dialog_Goto.cpp *** src/wp/ap/xp/ap_Dialog_Goto.cpp 2000/06/19 02:53:52 1.10 --- src/wp/ap/xp/ap_Dialog_Goto.cpp 2000/06/28 07:23:15 *************** *** 58,66 **** { const XAP_StringSet * pSS = m_pApp->getStringSet(); ! s_pJumpTargets[0] = ::strdup(pSS->getValue (AP_STRING_ID_DLG_Goto_Target_Page)); ! s_pJumpTargets[1] = ::strdup(pSS->getValue (AP_STRING_ID_DLG_Goto_Target_Line)); ! //s_pJumpTargets[2] = ::strdup(pSS->getValue (AP_STRING_ID_DLG_Goto_Target_Picture)); //TODO } char ** AP_Dialog_Goto::getJumpTargets(void) --- 58,66 ---- { const XAP_StringSet * pSS = m_pApp->getStringSet(); ! s_pJumpTargets[0] = ::UT_strdup(pSS->getValue (AP_STRING_ID_DLG_Goto_Target_Page)); ! s_pJumpTargets[1] = ::UT_strdup(pSS->getValue (AP_STRING_ID_DLG_Goto_Target_Line)); ! //s_pJumpTargets[2] = ::UT_strdup(pSS->getValue (AP_STRING_ID_DLG_Goto_Target_Picture)); //TODO } char ** AP_Dialog_Goto::getJumpTargets(void) Index: src/text/fmt/xp/fg_GraphicRaster.cpp =================================================================== RCS file: /u2/cvsroot/abi/src/text/fmt/xp/fg_GraphicRaster.cpp,v retrieving revision 1.10 diff -c -r1.10 fg_GraphicRaster.cpp *** src/text/fmt/xp/fg_GraphicRaster.cpp 2000/06/19 10:38:32 1.10 --- src/text/fmt/xp/fg_GraphicRaster.cpp 2000/06/28 07:23:16 *************** *** 21,26 **** --- 21,27 ---- #include "ut_assert.h" #include "ut_png.h" + #include "ut_string.h" #include "ut_bytebuf.h" #include "fl_Layout.h" #include "px_CR_Object.h" *************** *** 178,184 **** /* Create the data item */ ! char * mimetype = strdup("image/png"); pDoc->createDataItem(szName, UT_FALSE, m_pbbPNG, mimetype, NULL); /* --- 179,185 ---- /* Create the data item */ ! char * mimetype = UT_strdup("image/png"); pDoc->createDataItem(szName, UT_FALSE, m_pbbPNG, mimetype, NULL); /*