rpms/openoffice.org/devel openoffice.org-1.9.116.rh162935.gcc22482.weirdcrash.patch, NONE, 1.1 workspace.mh19104.patch, NONE, 1.1 openoffice.org.spec, 1.302, 1.303 openoffice.org-1.9.110.oooXXXXX.psprintfriend.patch, 1.7, NONE openoffice.org-1.9.116.rh162935.gccXXXXX.weirdcrash.patch, 1.2, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 14 14:50:27 UTC 2005


Author: caolanm

Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24690

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-1.9.116.rh162935.gcc22482.weirdcrash.patch 
	workspace.mh19104.patch 
Removed Files:
	openoffice.org-1.9.110.oooXXXXX.psprintfriend.patch 
	openoffice.org-1.9.116.rh162935.gccXXXXX.weirdcrash.patch 
Log Message:
cleanup patches and upstream issue numbers

openoffice.org-1.9.116.rh162935.gcc22482.weirdcrash.patch:
 dlgass.cxx |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

--- NEW FILE openoffice.org-1.9.116.rh162935.gcc22482.weirdcrash.patch ---
Index: dlgass.cxx
===================================================================
RCS file: /cvs/graphics/sd/source/ui/dlg/dlgass.cxx,v
retrieving revision 1.33
diff -u -r1.33 dlgass.cxx
--- openoffice.org.orig/sd/source/ui/dlg/dlgass.cxx	31 Mar 2005 13:21:16 -0000	1.33
+++ openoffice.org/sd/source/ui/dlg/dlgass.cxx	12 Jul 2005 13:24:32 -0000
@@ -993,12 +993,22 @@
 	::vos::OGuard aGuard (Application::GetSolarMutex());
 
     // Copy the contents of the given template folders to a local list.
-    m_aPresentList.swap (rTemplateFolder);
+//    m_aPresentList.swap (rTemplateFolder);
+	std::vector<TemplateDir*>::iterator	I;
+    std::vector<TemplateDir*> aTemp;
+	for (I=m_aPresentList.begin(); I!=m_aPresentList.end(); I++)
+		aTemp.push_back(*I);
+    m_aPresentList.clear();
+	for (I=rTemplateFolder.begin(); I!=rTemplateFolder.end(); I++)
+		m_aPresentList.push_back(*I);
+    rTemplateFolder.clear();
+	for (I=aTemp.begin(); I!=aTemp.end(); I++)
+		rTemplateFolder.push_back(*I);
+    aTemp.clear();
 
 	//	Fill in the list box on the first page.
 	int nFirstEntry = 0;
 	m_pPage1RegionLB->Clear();
-	std::vector<TemplateDir*>::iterator	I;
 	int	i;
 	for (i=0,I=m_aPresentList.begin(); I!=m_aPresentList.end(); I++,i++)
 	{

workspace.mh19104.patch:
 bf_forms/source/component/Image.hxx               |    0 
 bf_sfx2/source/inc/loadenv.hxx                    |    0 
 bf_sfx2/source/inc/splitwin.hxx                   |    0 
 bf_svx/source/editeng/impedit.hxx                 |    0 
 bf_svx/source/inc/fmpgeimp.hxx                    |    0 
 bf_svx/source/inc/fmshimp.hxx                     |    0 
 bf_svx/source/inc/fmvwimp.hxx                     |    0 
 bf_sw/source/core/sw3io/sw_sw3style.cxx           |    0 
 binfilter/bf_forms/source/component/Image.hxx     |    2 ++
 binfilter/bf_sfx2/source/inc/loadenv.hxx          |    1 +
 binfilter/bf_sfx2/source/inc/splitwin.hxx         |    1 +
 binfilter/bf_svx/source/editeng/impedit.hxx       |   17 +++++++++++++++++
 binfilter/bf_svx/source/inc/fmpgeimp.hxx          |    3 +++
 binfilter/bf_svx/source/inc/fmshimp.hxx           |    6 ++++++
 binfilter/bf_svx/source/inc/fmvwimp.hxx           |   10 ++++++++++
 binfilter/bf_sw/source/core/sw3io/sw_sw3style.cxx |    2 ++
 binfilter/inc/bf_sfx2/bindings.hxx                |    5 +++++
 binfilter/inc/bf_sfx2/frame.hxx                   |    4 ++++
 binfilter/inc/bf_sfx2/mnumgr.hxx                  |    2 ++
 binfilter/inc/bf_sfx2/objface.hxx                 |    2 ++
 binfilter/inc/bf_sfx2/tbxchild.hxx                |    1 +
 binfilter/inc/bf_sfx2/topfrm.hxx                  |    7 +++++++
 binfilter/inc/bf_sfx2/unoctitm.hxx                |    2 ++
 binfilter/inc/bf_starmath/symbol.hxx              |    4 ++++
 binfilter/inc/bf_starmath/view.hxx                |    2 ++
 binfilter/inc/bf_svx/fmview.hxx                   |    7 +++++++
 binfilter/inc/bf_svx/svdedxv.hxx                  |    2 ++
 binfilter/inc/bf_svx/svdhdl.hxx                   |    2 ++
 binfilter/inc/bf_svx/svdobj.hxx                   |    4 ++++
 binfilter/inc/bf_svx/svdograf.hxx                 |    1 +
 binfilter/inc/bf_svx/svdotext.hxx                 |    2 ++
 binfilter/inc/bf_svx/svdpagv.hxx                  |    5 ++++-
 binfilter/inc/bf_svx/svdpntv.hxx                  |    6 ++++++
 binfilter/inc/bf_svx/svdvmark.hxx                 |    5 +++--
 binfilter/inc/bf_svx/unoshape.hxx                 |    4 ++++
 binfilter/inc/bf_sw/fchrfmt.hxx                   |    1 +
 binfilter/inc/bf_sw/fmtflcnt.hxx                  |    1 +
 binfilter/inc/bf_sw/fmtfld.hxx                    |    1 +
 binfilter/inc/bf_sw/fmtftn.hxx                    |    1 +
 binfilter/inc/bf_sw/fmtinfmt.hxx                  |    1 +
 binfilter/inc/bf_sw/fmtrfmrk.hxx                  |    2 ++
 binfilter/inc/bf_sw/fmtruby.hxx                   |    1 +
 binfilter/inc/bf_sw/section.hxx                   |    1 +
 binfilter/inc/bf_xmloff/xmlaustp.hxx              |    1 +
 inc/alpha.hxx                                     |    0 
 inc/bf_sfx2/bindings.hxx                          |    0 
 inc/bf_sfx2/frame.hxx                             |    0 
 inc/bf_sfx2/mnumgr.hxx                            |    0 
 inc/bf_sfx2/objface.hxx                           |    0 
 inc/bf_sfx2/tbxchild.hxx                          |    0 
 inc/bf_sfx2/topfrm.hxx                            |    0 
 inc/bf_sfx2/unoctitm.hxx                          |    0 
 inc/bf_starmath/symbol.hxx                        |    0 
 inc/bf_starmath/view.hxx                          |    0 
 inc/bf_svx/fmview.hxx                             |    0 
 inc/bf_svx/svdedxv.hxx                            |    0 
 inc/bf_svx/svdhdl.hxx                             |    0 
 inc/bf_svx/svdobj.hxx                             |    0 
 inc/bf_svx/svdograf.hxx                           |    0 
 inc/bf_svx/svdotext.hxx                           |    0 
 inc/bf_svx/svdpagv.hxx                            |    0 
 inc/bf_svx/svdpntv.hxx                            |    0 
 inc/bf_svx/svdvmark.hxx                           |    0 
 inc/bf_svx/unoedsrc.hxx                           |    1 +
 inc/bf_svx/unoshape.hxx                           |    0 
 inc/bf_sw/fchrfmt.hxx                             |    0 
 inc/bf_sw/fmtflcnt.hxx                            |    0 
 inc/bf_sw/fmtfld.hxx                              |    0 
 inc/bf_sw/fmtftn.hxx                              |    0 
 inc/bf_sw/fmtinfmt.hxx                            |    0 
 inc/bf_sw/fmtrfmrk.hxx                            |    0 
 inc/bf_sw/fmtruby.hxx                             |    0 
 inc/bf_sw/section.hxx                             |    0 
 inc/bf_xmloff/xmlaustp.hxx                        |    0 
 inc/bitmap.hxx                                    |    0 
 inc/bitmapex.hxx                                  |    0 
 inc/outdev.hxx                                    |    0 
 inc/psprint/fontmanager.hxx                       |    0 
 inc/psprint/printergfx.hxx                        |    0 
 psprint/inc/psprint/fontmanager.hxx               |   17 ++++++++++++-----
 psprint/inc/psprint/printergfx.hxx                |    2 ++
 vcl/inc/alpha.hxx                                 |    2 ++
 vcl/inc/bitmap.hxx                                |    2 ++
 vcl/inc/bitmapex.hxx                              |    2 ++
 vcl/inc/outdev.hxx                                |   15 +++++++++++++++
 85 files changed, 152 insertions(+), 8 deletions(-)

--- NEW FILE workspace.mh19104.patch ---
Index: inc/psprint/fontmanager.hxx
===================================================================
RCS file: /cvs/gsl/psprint/inc/psprint/fontmanager.hxx,v
retrieving revision 1.22
diff -u -p -r1.22 fontmanager.hxx
--- openoffice.org.orig/psprint/inc/psprint/fontmanager.hxx	31 Jan 2005 08:58:54 -0000	1.22
+++ openoffice.org/psprint/inc/psprint/fontmanager.hxx	17 Jun 2005 12:36:09 -0000
@@ -246,17 +246,24 @@ struct KernPair
 // a class to manage printable fonts
 // aims are type1 and truetype fonts
 
+
+class PrintFont;
+class TrueTypeFontFile;
+class Type1FontFile;
+class BuiltinFont;
+class FontCache;
+
 class PrintFontManager
 {
     struct PrintFont;
     struct TrueTypeFontFile;
     struct Type1FontFile;
     struct BuiltinFont;
-    friend class PrintFont;
-    friend class TrueTypeFontFile;
-    friend class Type1FontFile;
-    friend class BuiltinFont;
-    friend class FontCache;
+    friend class PrintFont;
+    friend class TrueTypeFontFile;
+    friend class Type1FontFile;
+    friend class BuiltinFont;
+    friend class FontCache;
 
     struct PrintFontMetrics
     {
Index: inc/psprint/printergfx.hxx
===================================================================
RCS file: /cvs/gsl/psprint/inc/psprint/printergfx.hxx,v
retrieving revision 1.14
diff -u -p -r1.14 printergfx.hxx
--- openoffice.org.orig/psprint/inc/psprint/printergfx.hxx	8 Sep 2004 14:00:04 -0000	1.14
+++ openoffice.org/psprint/inc/psprint/printergfx.hxx	17 Jun 2005 19:18:59 -0000
@@ -218,6 +218,8 @@ struct GraphicsStatus
     GraphicsStatus();
 };
 
+class Font3;
+
 class PrinterGfx
 {
 private:            
Index: inc/alpha.hxx
===================================================================
RCS file: /cvs/gsl/vcl/inc/alpha.hxx,v
retrieving revision 1.7
diff -u -p -r1.7 alpha.hxx
--- openoffice.org.orig/vcl/inc/alpha.hxx	13 Jan 2005 17:25:24 -0000	1.7
+++ openoffice.org/vcl/inc/alpha.hxx	18 Jun 2005 00:20:16 -0000
@@ -75,6 +75,8 @@
 // -------------
 
 class ImageList;
+class BitmapEx;
+class OutputDevice;
 
 class VCL_DLLPUBLIC AlphaMask : private Bitmap
 {
Index: inc/bitmap.hxx
===================================================================
RCS file: /cvs/gsl/vcl/inc/bitmap.hxx,v
retrieving revision 1.15
diff -u -p -r1.15 bitmap.hxx
--- openoffice.org.orig/vcl/inc/bitmap.hxx	10 Mar 2005 13:12:51 -0000	1.15
+++ openoffice.org/vcl/inc/bitmap.hxx	18 Jun 2005 00:20:19 -0000
@@ -287,6 +287,8 @@ struct BitmapSystemData
     #endif
 };
 
+class OutputDevice;
+
 class VCL_DLLPUBLIC Bitmap
 {
 private:
Index: inc/bitmapex.hxx
===================================================================
RCS file: /cvs/gsl/vcl/inc/bitmapex.hxx,v
retrieving revision 1.10
diff -u -p -r1.10 bitmapex.hxx
--- openoffice.org.orig/vcl/inc/bitmapex.hxx	13 Jan 2005 17:26:18 -0000	1.10
+++ openoffice.org/vcl/inc/bitmapex.hxx	18 Jun 2005 00:20:19 -0000
@@ -92,6 +92,8 @@ enum TransparentType
 // ------------
 
 class RMBitmapEx;
+class ImpGraphic;
+class OutputDevice;
 
 class VCL_DLLPUBLIC BitmapEx
 {
Index: inc/outdev.hxx
===================================================================
RCS file: /cvs/gsl/vcl/inc/outdev.hxx,v
retrieving revision 1.58
diff -u -p -r1.58 outdev.hxx
--- openoffice.org.orig/vcl/inc/outdev.hxx	29 Mar 2005 11:45:06 -0000	1.58
+++ openoffice.org/vcl/inc/outdev.hxx	20 Jun 2005 16:24:18 -0000
@@ -331,6 +331,21 @@ enum OutDevViewType { OUTDEV_VIEWTYPE_DO
 // - OutputDevice -
 // ----------------
 
+class Application;
+class Bitmap;
+class ImplImageBmp;
+class ImplQPrinter;
+class OpenGL;
+class Printer;
+class RMBitmap;
+class RMBitmapEx;
+class SalGraphicsLayout;
+class System;
+class VirtualDevice;
+class Window;
+class WorkWindow;
+class vcl::PDFWriterImpl;
+
 class VCL_DLLPUBLIC OutputDevice : public Resource
 {
 	friend class Application;
Index: bf_forms/source/component/Image.hxx
===================================================================
RCS file: /cvs/framework/binfilter/bf_forms/source/component/Image.hxx,v
retrieving revision 1.4
diff -u -p -u -r1.4 Image.hxx
--- openoffice.org.orig/binfilter/bf_forms/source/component/Image.hxx	14 Apr 2005 15:33:27 -0000	1.4
+++ openoffice.org/binfilter/bf_forms/source/component/Image.hxx	8 Jun 2005 21:57:54 -0000
@@ -198,6 +198,8 @@ protected:
 typedef ::cppu::ImplHelper2<	::com::sun::star::form::XApproveActionBroadcaster,
 								::com::sun::star::beans::XPropertyChangeListener> OImageControl_BASE;
 
+class OImageControlThread_Impl;
+
 class OImageControl	:	public OImageControl_BASE,
 						public OControl
 {
Index: bf_sfx2/source/inc/loadenv.hxx
===================================================================
RCS file: /cvs/framework/binfilter/bf_sfx2/source/inc/loadenv.hxx,v
retrieving revision 1.2
diff -u -p -u -r1.2 loadenv.hxx
--- openoffice.org.orig/binfilter/bf_sfx2/source/inc/loadenv.hxx	6 Nov 2003 07:39:55 -0000	1.2
+++ openoffice.org/binfilter/bf_sfx2/source/inc/loadenv.hxx	8 Jun 2005 22:21:07 -0000
@@ -90,6 +90,7 @@ SV_DECL_REF( LoadEnvironment_Impl )
 class SfxMedium;
 class SfxFrame;
 class SfxFilterMatcher;
+class SfxLoadEnvironment;
 
 class LoadEnvironment_Impl : public SvRefBase, public SfxListener
 {
Index: bf_sfx2/source/inc/splitwin.hxx
===================================================================
RCS file: /cvs/framework/binfilter/bf_sfx2/source/inc/splitwin.hxx,v
retrieving revision 1.2
diff -u -p -u -r1.2 splitwin.hxx
--- openoffice.org.orig/binfilter/bf_sfx2/source/inc/splitwin.hxx	6 Nov 2003 07:40:05 -0000	1.2
+++ openoffice.org/binfilter/bf_sfx2/source/inc/splitwin.hxx	8 Jun 2005 22:21:09 -0000
@@ -71,6 +71,7 @@ class SfxWorkWindow;
 class SfxDockingWindow;
 class SfxDockArr_Impl;
 struct SfxDock_Impl;
+class SfxEmptySplitWin_Impl;
 
 class SfxSplitWindow : public SplitWindow
 {
Index: bf_svx/source/editeng/impedit.hxx
===================================================================
RCS file: /cvs/framework/binfilter/bf_svx/source/editeng/impedit.hxx,v
retrieving revision 1.3
diff -u -p -u -r1.3 impedit.hxx
--- openoffice.org.orig/binfilter/bf_svx/source/editeng/impedit.hxx	18 Nov 2003 19:23:47 -0000	1.3
+++ openoffice.org/binfilter/bf_svx/source/editeng/impedit.hxx	8 Jun 2005 22:25:43 -0000
@@ -422,6 +422,23 @@ public:
 typedef EditView* EditViewPtr;
 SV_DECL_PTRARR( EditViews, EditViewPtr, 0, 1 )//STRIP008 ;
 
+class EditUndoInsertChars;
+class EditUndoRemoveChars;
+class EditUndoDelContent;
+class EditUndoConnectParas;
+class EditUndoSplitPara;
+class EditUndoInsertFeature;
+class EditUndoMoveParagraphs;
+
+class EditView;
+class ImpEditView;
+class EditEngine;		// Fuer Zugriff auf Imp-Methoden
+class EditRTFParser;		// Fuer Zugriff auf Imp-Methoden
+class EditHTMLParser;	// Fuer Zugriff auf Imp-Methoden
+class EdtAutoCorrDoc;	// Fuer Zugriff auf Imp-Methoden
+class EditDbg;			// DebugRoutinen
+
+
 class ImpEditEngine : public SfxListener
 {
 	// Die Undos muessen direkt manipulieren ( private-Methoden ),
Index: bf_svx/source/inc/fmpgeimp.hxx
===================================================================
RCS file: /cvs/framework/binfilter/bf_svx/source/inc/fmpgeimp.hxx,v
retrieving revision 1.2
diff -u -p -u -r1.2 fmpgeimp.hxx
--- openoffice.org.orig/binfilter/bf_svx/source/inc/fmpgeimp.hxx	6 Nov 2003 07:44:25 -0000	1.2
+++ openoffice.org/binfilter/bf_svx/source/inc/fmpgeimp.hxx	8 Jun 2005 22:28:02 -0000
@@ -115,6 +115,9 @@ DECLARE_LIST(FmObjectList, FmFormObj*)//
 // lauscht an allen Containern, um festzustellen, wann Objecte
 // eingefuegt worden sind und wann diese entfernt wurden
 //==================================================================
+class FmFormPage;
+class FmFormObj;
+class FmXFormShell;
 
 class FmFormPageImpl
 {
Index: bf_svx/source/inc/fmshimp.hxx
===================================================================
RCS file: /cvs/framework/binfilter/bf_svx/source/inc/fmshimp.hxx,v
retrieving revision 1.3
diff -u -p -u -r1.3 fmshimp.hxx
--- openoffice.org.orig/binfilter/bf_svx/source/inc/fmshimp.hxx	3 Aug 2004 15:57:15 -0000	1.3
+++ openoffice.org/binfilter/bf_svx/source/inc/fmshimp.hxx	8 Jun 2005 22:28:04 -0000
@@ -323,6 +323,12 @@ protected:
 typedef FmXFormShell_Base_Disambiguation	FmXFormShell_BASE;
 typedef ::utl::ConfigItem					FmXFormShell_CFGBASE;
 
+class FmFormShell;
+class FmFormView;
+class WizardUsageConfigItem;
+class SuspendPropertyTracking;
+class SuspendPropertyTracking;
+
 class FmXFormShell	:public FmXFormShell_BASE
 					,public FmXFormShell_CFGBASE
 					,public FmDispatchInterceptor
Index: bf_svx/source/inc/fmvwimp.hxx
===================================================================
RCS file: /cvs/framework/binfilter/bf_svx/source/inc/fmvwimp.hxx,v
retrieving revision 1.3
diff -u -p -u -r1.3 fmvwimp.hxx
--- openoffice.org.orig/binfilter/bf_svx/source/inc/fmvwimp.hxx	3 Aug 2004 15:58:20 -0000	1.3
+++ openoffice.org/binfilter/bf_svx/source/inc/fmvwimp.hxx	8 Jun 2005 22:28:06 -0000
@@ -138,6 +138,8 @@ namespace svx {
 	class ODataAccessDescriptor;
 }
 
+class FmXFormView;
+
 //==================================================================
 // FmXPageViewWinRec
 //==================================================================
@@ -183,6 +185,14 @@ protected:
 };
 
 typedef vector<FmXPageViewWinRec*> FmWinRecList;
+
+class FmFormView;
+class FmFormShell;
+class FmXFormShell;
+class FmXPageViewWinRec;
+class ObjectRemoveListener;
+class ObjectRemoveListener;
+
 //==================================================================
 // FmXFormView
 //==================================================================
Index: bf_sw/source/core/sw3io/sw_sw3style.cxx
===================================================================
RCS file: /cvs/framework/binfilter/bf_sw/source/core/sw3io/sw_sw3style.cxx,v
retrieving revision 1.6
diff -u -p -u -r1.6 sw_sw3style.cxx
--- openoffice.org.orig/binfilter/bf_sw/source/core/sw3io/sw_sw3style.cxx	3 Aug 2004 17:44:58 -0000	1.6
+++ openoffice.org/binfilter/bf_sw/source/core/sw3io/sw_sw3style.cxx	8 Jun 2005 22:39:40 -0000
@@ -161,6 +161,8 @@ SV_DECL_PTRARR_DEL( SwStyleCondColls, Sw
 
 // Unsere Ableitungen der Klassen SfxStyleSheetBase und SfxStyleSheetBasePool
 
+class SwStyleSheetPool;
+
 class SwStyleSheet : public SfxStyleSheetBase {
 	friend class SwStyleSheetPool;
 	SfxItemSet aSet;				// Set fuer Load/Store
Index: inc/bf_sfx2/bindings.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_sfx2/bindings.hxx,v
retrieving revision 1.2
diff -u -p -u -r1.2 bindings.hxx
--- openoffice.org.orig/binfilter/inc/bf_sfx2/bindings.hxx	6 Nov 2003 08:26:08 -0000	1.2
+++ openoffice.org/binfilter/inc/bf_sfx2/bindings.hxx	8 Jun 2005 22:55:23 -0000
@@ -167,6 +167,11 @@ enum SfxPopupAction
 
 //====================================================================
 class SfxImageManager;
+class SfxApplication;
+class SfxShell;
+class SfxSlotInterceptor;
+class SfxBindings_Impl;
+
 class SfxBindings: public SfxBroadcaster
 
 /*	[Beschreibung]
Index: inc/bf_sfx2/frame.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_sfx2/frame.hxx,v
retrieving revision 1.4
diff -u -p -u -r1.4 frame.hxx
--- openoffice.org.orig/binfilter/inc/bf_sfx2/frame.hxx	3 Aug 2004 20:57:02 -0000	1.4
+++ openoffice.org/binfilter/inc/bf_sfx2/frame.hxx	8 Jun 2005 22:55:29 -0000
@@ -183,6 +183,10 @@ DECLARE_LIST( TargetList, String* )//STR
 //==========================================================================
 
 class SfxFrameArr_Impl;
+class SfxFrameIterator;
+class SfxUnoFrame;
+class SfxViewFrame; /*HACK!*/
+
 class SfxFrame
 {
 	friend class SfxFrameIterator;
Index: inc/bf_sfx2/mnumgr.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_sfx2/mnumgr.hxx,v
retrieving revision 1.2
diff -u -p -u -r1.2 mnumgr.hxx
--- openoffice.org.orig/binfilter/inc/bf_sfx2/mnumgr.hxx	6 Nov 2003 08:26:19 -0000	1.2
+++ openoffice.org/binfilter/inc/bf_sfx2/mnumgr.hxx	8 Jun 2005 22:55:32 -0000
@@ -84,6 +84,8 @@ class PopupMenu;
 class ResId;
 class SvVerbList;
 class Point;
+class SystemWindow;
+
 namespace binfilter {
 
 class SfxMenuCfgItemArr;
Index: inc/bf_sfx2/objface.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_sfx2/objface.hxx,v
retrieving revision 1.3
diff -u -p -u -r1.3 objface.hxx
--- openoffice.org.orig/binfilter/inc/bf_sfx2/objface.hxx	13 Feb 2004 14:31:02 -0000	1.3
+++ openoffice.org/binfilter/inc/bf_sfx2/objface.hxx	8 Jun 2005 22:55:33 -0000
@@ -79,6 +79,8 @@ class  SfxConfigManager;
 class  SfxConfigItem;
 class  SfxObjectUIArr_Impl ;
 class  SfxModule;
+class SfxIFConfig_Impl;
+class SfxSlotPool;
 
 class SfxInterface
 {
Index: inc/bf_sfx2/tbxchild.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_sfx2/tbxchild.hxx,v
retrieving revision 1.3
diff -u -p -u -r1.3 tbxchild.hxx
--- openoffice.org.orig/binfilter/inc/bf_sfx2/tbxchild.hxx	3 Aug 2004 21:04:50 -0000	1.3
+++ openoffice.org/binfilter/inc/bf_sfx2/tbxchild.hxx	8 Jun 2005 22:55:42 -0000
@@ -81,6 +81,7 @@ class SfxToolBoxControl;
 class SfxToolBox_Impl;
 
 struct SfxChildWinInfo;
+class SfxToolBoxManager;
 
 class SfxToolbox: public ToolBox
 {
Index: inc/bf_sfx2/topfrm.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_sfx2/topfrm.hxx,v
retrieving revision 1.2
diff -u -p -u -r1.2 topfrm.hxx
--- openoffice.org.orig/binfilter/inc/bf_sfx2/topfrm.hxx	6 Nov 2003 08:26:31 -0000	1.2
+++ openoffice.org/binfilter/inc/bf_sfx2/topfrm.hxx	8 Jun 2005 22:55:42 -0000
@@ -80,6 +80,10 @@ class SfxTopFrame;
 
 // class SfxTopFrame -----------------------------------------------------
 
+class SfxTopWindow_Impl;
+class SfxTopFrameWindow_Impl;
+class SfxTopFrame_Impl;
+
 class SfxTopFrame :	public SfxFrame
 {
 friend class SfxTopWindow_Impl;
@@ -118,6 +122,9 @@ public:
 
 // class SfxTopViewFrame -------------------------------------------------
 
+class SfxTopWindow_Impl;
+class SfxTopViewFrame_Impl;
+
 class SfxTopViewFrame : public SfxViewFrame
 {
 friend class SfxTopWindow_Impl;
Index: inc/bf_sfx2/unoctitm.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_sfx2/unoctitm.hxx,v
retrieving revision 1.3
diff -u -p -u -r1.3 unoctitm.hxx
--- openoffice.org.orig/binfilter/inc/bf_sfx2/unoctitm.hxx	13 Apr 2005 08:11:49 -0000	1.3
+++ openoffice.org/binfilter/inc/bf_sfx2/unoctitm.hxx	8 Jun 2005 22:55:42 -0000
@@ -184,6 +184,8 @@ public:
 						{ return aListeners; }
 };
 
+class SfxDispatchController_Impl;
+
 class SfxOfficeDispatch : public SfxStatusDispatcher
 						, public ::com::sun::star::lang::XUnoTunnel
 {
Index: inc/bf_starmath/symbol.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_starmath/symbol.hxx,v
retrieving revision 1.2
diff -u -p -u -r1.2 symbol.hxx
--- openoffice.org.orig/binfilter/inc/bf_starmath/symbol.hxx	6 Nov 2003 08:27:17 -0000	1.2
+++ openoffice.org/binfilter/inc/bf_starmath/symbol.hxx	8 Jun 2005 22:55:59 -0000
@@ -122,6 +122,8 @@ namespace binfilter {
 
 ////////////////////////////////////////////////////////////////////////////////
 
+class SmSymSetManager;
+
 class SmSym
 {
 	friend class SmSymSetManager;
@@ -173,6 +175,8 @@ SV_DECL_PTRARR( SymbolArray, SmSym *, 32
 
 /**************************************************************************/
 
+class SmSymSetManager;
+
 class SmSymSet
 {
 	friend class SmSymSetManager;
Index: inc/bf_starmath/view.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_starmath/view.hxx,v
retrieving revision 1.2
diff -u -p -u -r1.2 view.hxx
--- openoffice.org.orig/binfilter/inc/bf_starmath/view.hxx	6 Nov 2003 08:27:18 -0000	1.2
+++ openoffice.org/binfilter/inc/bf_starmath/view.hxx	8 Jun 2005 22:56:00 -0000
@@ -272,6 +272,8 @@ public:
 
 /**************************************************************************/
 
+class SmClipboardChangeListener;
+
 class SmViewShell: public SfxViewShell
 {
 	// for handling the PasteClipboardState
Index: inc/bf_svx/fmview.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_svx/fmview.hxx,v
retrieving revision 1.2
diff -u -p -u -r1.2 fmview.hxx
--- openoffice.org.orig/binfilter/inc/bf_svx/fmview.hxx	6 Nov 2003 08:27:46 -0000	1.2
+++ openoffice.org/binfilter/inc/bf_svx/fmview.hxx	8 Jun 2005 22:56:30 -0000
@@ -88,6 +88,13 @@ namespace svx {
 	class ODataAccessDescriptor;
 }
 
+class FmXFormController;
+class FmFormShell;
+class FmXFormShell;
+class FmXFormView;
+class FmExplorer;
+class FmFormObj;
+
 class FmFormView : public E3dView
 {
 	friend class FmXFormController;
Index: inc/bf_svx/svdedxv.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_svx/svdedxv.hxx,v
retrieving revision 1.2
diff -u -p -u -r1.2 svdedxv.hxx
--- openoffice.org.orig/binfilter/inc/bf_svx/svdedxv.hxx	6 Nov 2003 08:28:48 -0000	1.2
+++ openoffice.org/binfilter/inc/bf_svx/svdedxv.hxx	8 Jun 2005 22:57:03 -0000
@@ -106,6 +106,8 @@ enum SdrEndTextEditKind {SDRENDTEXTEDIT_
 //
 ////////////////////////////////////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////////////////////////////////////
+class				SdrPageView;
+class				ImpSdrEditPara;
 
 class SdrObjEditView: public SdrGlueEditView
 {
Index: inc/bf_svx/svdhdl.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_svx/svdhdl.hxx,v
retrieving revision 1.3
diff -u -p -u -r1.3 svdhdl.hxx
--- openoffice.org.orig/binfilter/inc/bf_svx/svdhdl.hxx	5 May 2004 16:29:59 -0000	1.3
+++ openoffice.org/binfilter/inc/bf_svx/svdhdl.hxx	8 Jun 2005 22:57:06 -0000
@@ -185,6 +185,8 @@ enum BitmapMarkerKind
 
 ////////////////////////////////////////////////////////////////////////////////////////////////////
 
+class SdrMarkView;
+
 class SdrHdl
 {
 	friend class				SdrMarkView; // fuer den Zugriff auf nObjHdlNum
Index: inc/bf_svx/svdobj.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_svx/svdobj.hxx,v
retrieving revision 1.3
diff -u -p -u -r1.3 svdobj.hxx
--- openoffice.org.orig/binfilter/inc/bf_svx/svdobj.hxx	13 Feb 2004 14:31:08 -0000	1.3
+++ openoffice.org/binfilter/inc/bf_svx/svdobj.hxx	8 Jun 2005 22:57:12 -0000
@@ -506,6 +506,10 @@ public:
 //
 ////////////////////////////////////////////////////////////////////////////////////////////////////
 
+class SdrObjListIter;
+class SdrVirtObj;
+class SdrRectObj;
+
 class SdrObject: public SfxListener
 {
 	friend class				SdrObjListIter;
Index: inc/bf_svx/svdograf.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_svx/svdograf.hxx,v
retrieving revision 1.2
diff -u -p -u -r1.2 svdograf.hxx
--- openoffice.org.orig/binfilter/inc/bf_svx/svdograf.hxx	6 Nov 2003 08:28:53 -0000	1.2
+++ openoffice.org/binfilter/inc/bf_svx/svdograf.hxx	8 Jun 2005 22:57:13 -0000
@@ -105,6 +105,7 @@ public:
 // --------------
 
 class SdrGrafSetItem;
+class SdrGraphicLink;
 
 class SdrGrafObj: public SdrRectObj
 {
Index: inc/bf_svx/svdotext.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_svx/svdotext.hxx,v
retrieving revision 1.3
diff -u -p -u -r1.3 svdotext.hxx
--- openoffice.org.orig/binfilter/inc/bf_svx/svdotext.hxx	5 May 2004 16:29:59 -0000	1.3
+++ openoffice.org/binfilter/inc/bf_svx/svdotext.hxx	8 Jun 2005 22:57:15 -0000
@@ -118,6 +118,8 @@ public:
 //************************************************************
 //   Hilfsklasse ImpSdrObjTextLinkUserData
 //************************************************************
+class SdrTextObj;
+class ImpSdrObjTextLink;
 
 class ImpSdrObjTextLinkUserData : public SdrObjUserData
 {
Index: inc/bf_svx/svdpagv.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_svx/svdpagv.hxx,v
retrieving revision 1.3
diff -u -p -u -r1.3 svdpagv.hxx
--- openoffice.org.orig/binfilter/inc/bf_svx/svdpagv.hxx	5 May 2004 16:29:59 -0000	1.3
+++ openoffice.org/binfilter/inc/bf_svx/svdpagv.hxx	8 Jun 2005 22:57:17 -0000
@@ -282,7 +282,8 @@ public:
 //STRIP001 	USHORT            Find(::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl > rUnoControl) const;
 	USHORT            Find(::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > rUnoControlModel) const;
 };
-
+class SdrPageView;
+class SdrView;
 class SdrPageViewWinRec
 {
 friend class SdrPageView;
@@ -329,6 +330,8 @@ public:
 
 ////////////////////////////////////////////////////////////////////////////////////////////////////
 namespace binfilter {
+class SdrPaintView;
+class SdrView;
 class SdrPageView: public SfxListener {
 friend class SdrPaintView;
 //friend class SdrSnapView;
Index: inc/bf_svx/svdpntv.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_svx/svdpntv.hxx,v
retrieving revision 1.3
diff -u -p -u -r1.3 svdpntv.hxx
--- openoffice.org.orig/binfilter/inc/bf_svx/svdpntv.hxx	3 Dec 2003 10:43:08 -0000	1.3
+++ openoffice.org/binfilter/inc/bf_svx/svdpntv.hxx	8 Jun 2005 22:57:18 -0000
@@ -313,6 +313,12 @@ public:
 //
 ////////////////////////////////////////////////////////////////////////////////////////////////////
 
+class				SdrPageView;
+class				FrameAnimator;
+class				SdrViewUserMarker;
+class				SdrGrafObj;
+class 				SdrPage;
+
 class SdrPaintView: public SfxListener, public SfxRepeatTarget, public SfxBroadcaster
 {
 	friend class				SdrPageView;
Index: inc/bf_svx/svdvmark.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_svx/svdvmark.hxx,v
retrieving revision 1.3
diff -u -p -u -r1.3 svdvmark.hxx
--- openoffice.org.orig/binfilter/inc/bf_svx/svdvmark.hxx	3 Aug 2004 21:30:46 -0000	1.3
+++ openoffice.org/binfilter/inc/bf_svx/svdvmark.hxx	8 Jun 2005 22:57:22 -0000
@@ -95,10 +95,11 @@ enum SdrViewUserMarkerAlign
 //   SdrViewUserMarker
 //************************************************************
 
+class SdrPaintView;
+
 class SdrViewUserMarker
 {
-	friend class				SdrPaintView;
-
+	friend class                            SdrPaintView;
 	SdrPaintView*				pView;
 	OutputDevice*				pForcedOutDev;
 	Point*						pPoint;
Index: inc/bf_svx/unoshape.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_svx/unoshape.hxx,v
retrieving revision 1.2
diff -u -p -u -r1.2 unoshape.hxx
--- openoffice.org.orig/binfilter/inc/bf_svx/unoshape.hxx	6 Nov 2003 08:29:25 -0000	1.2
+++ openoffice.org/binfilter/inc/bf_svx/unoshape.hxx	8 Jun 2005 22:57:35 -0000
@@ -153,6 +153,10 @@ protected:
 
 struct SvxShapeImpl;
 class SvxShapeMaster;
+class SvxDrawPage;
+class SvxShapeConnector;
+class SdXShape;
+
 
 // WARNING: if you update the supported interfaces, also update the 
 //			SvxShape::queryAggregation helper method
Index: inc/bf_sw/fchrfmt.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_sw/fchrfmt.hxx,v
retrieving revision 1.3
diff -u -p -u -r1.3 fchrfmt.hxx
--- openoffice.org.orig/binfilter/inc/bf_sw/fchrfmt.hxx	3 Aug 2004 21:39:11 -0000	1.3
+++ openoffice.org/binfilter/inc/bf_sw/fchrfmt.hxx	8 Jun 2005 22:57:54 -0000
@@ -75,6 +75,7 @@ class IntlWrapper; 
 namespace binfilter {
 
 class SwCharFmt;
+class SwTxtCharFmt;
 
 
 // ATT_CHARFMT *********************************************
Index: inc/bf_sw/fmtflcnt.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_sw/fmtflcnt.hxx,v
retrieving revision 1.2
diff -u -p -u -r1.2 fmtflcnt.hxx
--- openoffice.org.orig/binfilter/inc/bf_sw/fmtflcnt.hxx	6 Nov 2003 08:33:47 -0000	1.2
+++ openoffice.org/binfilter/inc/bf_sw/fmtflcnt.hxx	8 Jun 2005 22:57:58 -0000
@@ -68,6 +68,7 @@
 namespace binfilter {
 
 class SwFrmFmt;
+class SwTxtFlyCnt;
 // ATT_FLYCNT *******************************************************
 
 class SwFmtFlyCnt : public SfxPoolItem
Index: inc/bf_sw/fmtfld.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_sw/fmtfld.hxx,v
retrieving revision 1.3
diff -u -p -u -r1.3 fmtfld.hxx
--- openoffice.org.orig/binfilter/inc/bf_sw/fmtfld.hxx	22 Apr 2004 15:42:08 -0000	1.3
+++ openoffice.org/binfilter/inc/bf_sw/fmtfld.hxx	8 Jun 2005 22:57:58 -0000
@@ -71,6 +71,7 @@
 namespace binfilter {
 
 class SwField;
+class SwTxtFld;
 // ATT_FLD ***********************************
 
 class SwFmtFld : public SfxPoolItem, public SwClient
Index: inc/bf_sw/fmtftn.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_sw/fmtftn.hxx,v
retrieving revision 1.3
diff -u -p -u -r1.3 fmtftn.hxx
--- openoffice.org.orig/binfilter/inc/bf_sw/fmtftn.hxx	3 Aug 2004 21:41:49 -0000	1.3
+++ openoffice.org/binfilter/inc/bf_sw/fmtftn.hxx	8 Jun 2005 22:57:58 -0000
@@ -71,6 +71,7 @@
 namespace binfilter {
 
 class SwDoc;
+class SwTxtFtn;
 
 // ATT_FTN **********************************************************
 
Index: inc/bf_sw/fmtinfmt.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_sw/fmtinfmt.hxx,v
retrieving revision 1.4
diff -u -p -u -r1.4 fmtinfmt.hxx
--- openoffice.org.orig/binfilter/inc/bf_sw/fmtinfmt.hxx	3 Aug 2004 21:42:14 -0000	1.4
+++ openoffice.org/binfilter/inc/bf_sw/fmtinfmt.hxx	8 Jun 2005 22:57:58 -0000
@@ -73,6 +73,7 @@ class SvxMacroTableDtor; 
 class IntlWrapper; 
 namespace binfilter {
 
+class SwTxtINetFmt;
 
 // ATT_INETFMT *********************************************
 
Index: inc/bf_sw/fmtrfmrk.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_sw/fmtrfmrk.hxx,v
retrieving revision 1.3
diff -u -p -u -r1.3 fmtrfmrk.hxx
--- openoffice.org.orig/binfilter/inc/bf_sw/fmtrfmrk.hxx	3 Aug 2004 21:43:11 -0000	1.3
+++ openoffice.org/binfilter/inc/bf_sw/fmtrfmrk.hxx	8 Jun 2005 22:57:58 -0000
@@ -72,6 +72,8 @@ namespace binfilter {
 
 // ATT_REFMARK *******************************************************
 
+class SwTxtRefMark;
+
 class SwFmtRefMark : public SfxPoolItem
 {
 	friend class SwTxtRefMark;
Index: inc/bf_sw/fmtruby.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_sw/fmtruby.hxx,v
retrieving revision 1.4
diff -u -p -u -r1.4 fmtruby.hxx
--- openoffice.org.orig/binfilter/inc/bf_sw/fmtruby.hxx	3 Aug 2004 21:43:22 -0000	1.4
+++ openoffice.org/binfilter/inc/bf_sw/fmtruby.hxx	8 Jun 2005 22:57:58 -0000
@@ -70,6 +70,7 @@
 #endif
 namespace binfilter {
 
+class SwTxtRuby;
 
 class SwFmtRuby : public SfxPoolItem
 {
Index: inc/bf_sw/section.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_sw/section.hxx,v
retrieving revision 1.5
diff -u -p -u -r1.5 section.hxx
--- openoffice.org.orig/binfilter/inc/bf_sw/section.hxx	27 Oct 2004 13:41:24 -0000	1.5
+++ openoffice.org/binfilter/inc/bf_sw/section.hxx	8 Jun 2005 22:58:09 -0000
@@ -116,6 +116,7 @@ enum LinkCreateType
 	CREATE_UPDATE			// Link connecten und updaten
 };
 
+class SwSectionNode;
 
 class SwSection : public SwClient
 {
Index: inc/bf_xmloff/xmlaustp.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_xmloff/xmlaustp.hxx,v
retrieving revision 1.2
diff -u -p -u -r1.2 xmlaustp.hxx
--- openoffice.org.orig/binfilter/inc/bf_xmloff/xmlaustp.hxx	5 Dec 2003 09:18:04 -0000	1.2
+++ openoffice.org/binfilter/inc/bf_xmloff/xmlaustp.hxx	8 Jun 2005 22:58:35 -0000
@@ -79,6 +79,7 @@ class SvXMLExportPropertyMapper;
 class SvXMLNamespaceMap;
 class SvXMLAttributeList;
 class SvXMLExport;
+class SvXMLAutoStylePoolP_Impl;
 
 class SvXMLAutoStylePoolP : public UniRefBase
 {
Index: inc/bf_svx/unoedsrc.hxx
===================================================================
RCS file: /cvs/framework/binfilter/inc/bf_svx/unoedsrc.hxx,v
retrieving revision 1.4
diff -u -p -r1.4 unoedsrc.hxx
--- openoffice.org.orig/vcl/inc/bf_svx/unoedsrc.hxx	3 Aug 2004 21:34:14 -0000	1.4
+++ openoffice.org/binfilter/inc/bf_svx/unoedsrc.hxx	21 Jun 2005 11:05:52 -0000
@@ -94,6 +94,7 @@ class String;
 class SfxItemSet;
 class SvUShorts;
 class SfxBroadcaster;
+class OutputDevice;
 namespace binfilter {
 
 struct ESelection;


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -r1.302 -r1.303
--- openoffice.org.spec	14 Jul 2005 08:08:42 -0000	1.302
+++ openoffice.org.spec	14 Jul 2005 14:50:25 -0000	1.303
@@ -1,5 +1,5 @@
 %define ooo2ver 117
-%define ooo_rpm_release 1
+%define ooo_rpm_release 2
 %define build_fc4 0
 %define build_fc5 1
 
@@ -106,7 +106,7 @@
 Patch37: workspace.fpicandrpath.patch
 Patch38: openoffice.org-1.9.88.NONE.gcc3gcj4.patch
 Patch39: openoffice.org-1.9.108.ooo9290.goodies.epstoepdf.patch
-Patch40: openoffice.org-1.9.110.oooXXXXX.psprintfriend.patch
+Patch40: workspace.mh19104.patch
 Patch41: openoffice.org-1.9.113.gcc19870.gcjaccessproblem.hsqldb.patch
 Patch42: openoffice.org-1.9.112.ooo51724.testtools.patch
 Patch43: openoffice.org-1.9.112.ooo50875.gtkslowunderkde.vcl.patch
@@ -126,7 +126,7 @@
 Patch57: openoffice.org-1.9.116.ooo51774.rsc.parallel.patch
 Patch58: openoffice.org-1.9.116.oooXXXXX.extensions.evolution.patch
 Patch59: workspace.impress63.patch
-Patch60: openoffice.org-1.9.116.rh162935.gccXXXXX.weirdcrash.patch
+Patch60: openoffice.org-1.9.116.rh162935.gcc22482.weirdcrash.patch
 Patch61: openoffice.org-1.9.114.oooXXXXX.systemboost.patch
 Patch62: openoffice.org-1.9.117.rh163147.thorndale.fontconfig.patch
 Patch63: openoffice.org-1.9.117.ooo51912.nullpointer.wizards.patch
@@ -749,7 +749,7 @@
 %patch37 -p1 -b .workspace.fpicandrpath.patch
 %patch38 -p1 -b .NONE.gcc3gcj4.patch
 %patch39 -p1 -b .ooo9290.goodies.epstoepdf.patch
-%patch40 -p1 -b .oooXXXXX.psprintfriend.patch
+%patch40 -p1 -b .workspace.mh19104.patch
 %patch41 -p1 -b .gcc19870.gcjaccessproblem.hsqldb.patch
 %patch42 -p1 -b .ooo51724.testtools.patch
 %patch43 -p1 -b .ooo50875.gtkslowunderkde.vcl.patch
@@ -771,7 +771,7 @@
 %patch58 -p1 -b .oooXXXXX.extensions.evolution.patch
 %endif
 %patch59 -p1 -b .workspace.impress63.patch
-%patch60 -p1 -b .rh162935.gccXXXXX.weirdcrash.patch
+%patch60 -p1 -b .gcc22482.weirdcrash.patch
 %patch61 -p1 -b .oooXXXXX.systemboost.patch
 %patch62 -p1 -b .rh163147.thorndale.fontconfig.patch
 %patch63 -p1 -b .ooo51912.nullpointer.wizards.patch


--- openoffice.org-1.9.110.oooXXXXX.psprintfriend.patch DELETED ---


--- openoffice.org-1.9.116.rh162935.gccXXXXX.weirdcrash.patch DELETED ---




More information about the fedora-cvs-commits mailing list