From feabfe220dfbafe58314e934bc9ee64c0cc84c47 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 27 Sep 2007 06:54:04 +0000 Subject: INTEGRATION: CWS swwarnings (1.3.168); FILE MERGED 2007/06/28 11:47:50 os 1.3.168.3: RESYNC: (1.5-1.6); FILE MERGED 2007/05/29 10:37:39 os 1.3.168.2: RESYNC: (1.3-1.5); FILE MERGED 2007/04/03 12:57:03 tl 1.3.168.1: #i69287# warning-free code --- sw/inc/IDocumentSettingAccess.hxx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'sw/inc/IDocumentSettingAccess.hxx') diff --git a/sw/inc/IDocumentSettingAccess.hxx b/sw/inc/IDocumentSettingAccess.hxx index ca2a5850e7c5..0b1d3bf6f7a8 100644 --- a/sw/inc/IDocumentSettingAccess.hxx +++ b/sw/inc/IDocumentSettingAccess.hxx @@ -4,9 +4,9 @@ * * $RCSfile: IDocumentSettingAccess.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: kz $ $Date: 2007-06-20 10:10:38 $ + * last change: $Author: hr $ $Date: 2007-09-27 07:54:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,6 +45,9 @@ #ifndef _CHCMPRSE_HXX #include #endif +#ifndef _FLDUPDE_HXX +#include +#endif class SvxForbiddenCharactersTable; namespace com { namespace sun { namespace star { namespace i18n { struct ForbiddenCharacters; } } } } @@ -188,14 +191,14 @@ namespace com { namespace sun { namespace star { namespace i18n { struct Forbidd @returns the current field update mode. */ - virtual sal_uInt16 getFieldUpdateFlags( /*[in]*/bool bGlobalSettings ) const = 0; + virtual SwFldUpdateFlags getFieldUpdateFlags( /*[in]*/bool bGlobalSettings ) const = 0; /** Set the current field update mode. @param nMode [in] the new field update mode. */ - virtual void setFieldUpdateFlags( /*[in]*/ sal_uInt16 nMode ) = 0; + virtual void setFieldUpdateFlags( /*[in]*/ SwFldUpdateFlags nMode ) = 0; /** Get the character compression type for Asian characters. -- cgit