summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentFieldsAccess.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-27 09:51:22 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-27 09:51:22 +0000
commit4a7ccc06dfc83043e6bb4bbd2ad7a2f8acf93404 (patch)
treedfc03bd65495881b13fc56e8ed1cee2ce11c9edf /sw/inc/IDocumentFieldsAccess.hxx
parentf9e78695dc2c7bdd60d948919dc939a97576e765 (diff)
INTEGRATION: CWS sixtyfour08 (1.2.48); FILE MERGED
2006/09/22 07:17:12 cmc 1.2.48.1: #i69469# make declaration match definition on x86_64
Diffstat (limited to 'sw/inc/IDocumentFieldsAccess.hxx')
-rw-r--r--sw/inc/IDocumentFieldsAccess.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/IDocumentFieldsAccess.hxx b/sw/inc/IDocumentFieldsAccess.hxx
index 343ff615b83f..bb7b2909824c 100644
--- a/sw/inc/IDocumentFieldsAccess.hxx
+++ b/sw/inc/IDocumentFieldsAccess.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: IDocumentFieldsAccess.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 15:12:27 $
+ * last change: $Author: vg $ $Date: 2006-09-27 10:51:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -189,7 +189,7 @@ namespace com { namespace sun { namespace star { namespace uno { class Any; } }
SwNode (see parameter pChk) is (?) part of the private
data structure of SwDoc and should not be exposed
*/
- virtual bool SetFieldsDirty(bool b, const SwNode* pChk, sal_uInt32 nLen) = 0;
+ virtual bool SetFieldsDirty(bool b, const SwNode* pChk, ULONG nLen) = 0;
/**
*/
@@ -200,7 +200,7 @@ namespace com { namespace sun { namespace star { namespace uno { class Any; } }
// eine erzeugte Liste aller Felder mit uebergegeben werden.
// (ist die Adresse != 0, und der Pointer == 0 wird eine neue
// Liste returnt.)
- virtual void FldsToCalc(SwCalc& rCalc, sal_uInt32 nLastNd, sal_uInt16 nLastCntnt) = 0;
+ virtual void FldsToCalc(SwCalc& rCalc, ULONG nLastNd, sal_uInt16 nLastCnt) = 0;
/**
*/