From 19b88e73c8a119ce9f33acbe24c93f1bc65c57ff Mon Sep 17 00:00:00 2001 From: Sander Vesik Date: Wed, 21 Apr 2004 12:12:26 +0000 Subject: INTEGRATION: CWS ooo20040329 (1.5.288); FILE MERGED 2004/03/18 10:18:35 waratah 1.5.288.1: :#i1858# alter the order of the definitions to remove some warnings with -Wall Bracket the pragma hdrstop for gcc only to stop another warning --- sfx2/source/dialog/mgetempl.cxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx index 3af5084ff989..2b84c194a5fc 100644 --- a/sfx2/source/dialog/mgetempl.cxx +++ b/sfx2/source/dialog/mgetempl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: mgetempl.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2003-04-15 16:31:23 $ + * last change: $Author: svesik $ $Date: 2004-04-21 13:12:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,9 @@ #ifndef _SFXSTYLE_HXX //autogen #include #endif +#ifndef GCC #pragma hdrstop +#endif #include "styfitem.hxx" #include "styledlg.hxx" @@ -120,12 +122,12 @@ SfxManageStyleSheetPage::SfxManageStyleSheetPage( Window* pParent, const SfxItem pStyle( &( (SfxStyleDialog*)pParent->GetParent() )->GetStyleSheet() ), + pItem ( 0 ), bModified ( FALSE ), aName ( pStyle->GetName() ), aFollow ( pStyle->GetFollow() ), aParent ( pStyle->GetParent() ), - nFlags ( pStyle->GetMask() ), - pItem ( 0 ) + nFlags ( pStyle->GetMask() ) /* [Beschreibung] -- cgit