diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 06:54:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 06:54:04 +0000 |
commit | d5b4f9694304e9c88493e7448a5b356e335e1e24 (patch) | |
tree | 4f41833e44f5d44c35fc03ae53f792be8304a54b /sw/inc/IDocumentSettingAccess.hxx | |
parent | f1040b31fe9bc2c561709d2dfb3938800b014a39 (diff) |
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
Diffstat (limited to 'sw/inc/IDocumentSettingAccess.hxx')
-rw-r--r-- | sw/inc/IDocumentSettingAccess.hxx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sw/inc/IDocumentSettingAccess.hxx b/sw/inc/IDocumentSettingAccess.hxx index ca2a5850e7..0b1d3bf6f7 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 <chcmprse.hxx> #endif +#ifndef _FLDUPDE_HXX +#include <fldupde.hxx> +#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. |