summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentSettingAccess.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 06:54:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 06:54:04 +0000
commitfeabfe220dfbafe58314e934bc9ee64c0cc84c47 (patch)
tree7cbd80017de90dd7fead8c53e621544f8c100336 /sw/inc/IDocumentSettingAccess.hxx
parente3b559ce88f48e9cb74a2738a1070aae2ebed9c1 (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.hxx11
1 files changed, 7 insertions, 4 deletions
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 <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.