diff options
Diffstat (limited to 'sw/inc/cshtyp.hxx')
-rw-r--r-- | sw/inc/cshtyp.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/cshtyp.hxx b/sw/inc/cshtyp.hxx index a99df015a7c1..b015337b4085 100644 --- a/sw/inc/cshtyp.hxx +++ b/sw/inc/cshtyp.hxx @@ -49,19 +49,19 @@ extern SwPosPage fnPageStart, fnPageEnd; // Richtungsparameter fuer MovePara ( wird in SwPaM initialisiert ) typedef SwMoveFnCollection* SwPosPara; -typedef BOOL (*SwWhichPara)( SwPaM&, SwPosPara ); +typedef sal_Bool (*SwWhichPara)( SwPaM&, SwPosPara ); extern SwWhichPara fnParaPrev, fnParaCurr, fnParaNext; extern SwPosPara fnParaStart, fnParaEnd; // Richtungsparameter fuer MoveSection typedef SwMoveFnCollection* SwPosSection; -typedef BOOL (*SwWhichSection)( SwPaM&, SwPosSection ); +typedef sal_Bool (*SwWhichSection)( SwPaM&, SwPosSection ); extern SwWhichSection fnSectionPrev, fnSectionCurr, fnSectionNext; extern SwPosSection fnSectionStart, fnSectionEnd; // Richtungsparameter fuer MoveTable typedef SwMoveFnCollection* SwPosTable; -typedef BOOL (*SwWhichTable)( SwPaM&, SwPosTable, BOOL bInReadOnly ); +typedef sal_Bool (*SwWhichTable)( SwPaM&, SwPosTable, sal_Bool bInReadOnly ); extern SwWhichTable fnTablePrev, fnTableCurr, fnTableNext; extern SwPosTable fnTableStart, fnTableEnd; @@ -73,7 +73,7 @@ extern SwPosColumn fnColumnStart, fnColumnEnd; // Richtungsparameter fuer MoveRegion (Bereiche!) typedef SwMoveFnCollection* SwPosRegion; -typedef BOOL (*SwWhichRegion)( SwPaM&, SwPosRegion, BOOL bInReadOnly ); +typedef sal_Bool (*SwWhichRegion)( SwPaM&, SwPosRegion, sal_Bool bInReadOnly ); extern SwWhichRegion fnRegionPrev, fnRegionCurr, fnRegionNext, fnRegionCurrAndSkip; extern SwPosRegion fnRegionStart, fnRegionEnd; |