[Igarden-commit] Garden/source/Document FlexCountCell.cpp, 1.6, 1.7 MaterialPictSelectDialog.cpp, 1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-10-18 02:25:56
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv6302 Modified Files: FlexCountCell.cpp MaterialPictSelectDialog.cpp CGardenForm.cp Log Message: Change #error to #warning and other portability cleanup Index: FlexCountCell.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/FlexCountCell.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FlexCountCell.cpp 11 Oct 2006 01:36:11 -0000 1.6 --- FlexCountCell.cpp 18 Oct 2006 02:25:53 -0000 1.7 *************** *** 376,380 **** } #else ! #error TO_BE_PORTED #endif --- 376,380 ---- } #else ! #warning ***Won't support FlexCountCell #endif *************** *** 440,444 **** _parent->Update(); #else ! #error TO_BE_PORTED #endif } --- 440,444 ---- _parent->Update(); #else ! #warning ***Won't support FlexCountCell #endif } Index: MaterialPictSelectDialog.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/MaterialPictSelectDialog.cpp,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** MaterialPictSelectDialog.cpp 8 Oct 2006 00:43:11 -0000 1.20 --- MaterialPictSelectDialog.cpp 18 Oct 2006 02:25:53 -0000 1.21 *************** *** 298,302 **** if(urlLen == 0) { ! clip->FromClipboard(hdl, kScrapFlavorTypeText); urlLen = hdl.GetSize(); } --- 298,302 ---- if(urlLen == 0) { ! clip->FromClipboard(hdl, kClipText); urlLen = hdl.GetSize(); } Index: CGardenForm.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/CGardenForm.cp,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** CGardenForm.cp 15 Oct 2006 00:52:01 -0000 1.39 --- CGardenForm.cp 18 Oct 2006 02:25:53 -0000 1.40 *************** *** 807,812 **** return -1; else - #else - #error TO_BE_PORTED #endif return 0; --- 807,810 ---- |