summaryrefslogtreecommitdiffstats
path: root/sw/inc/accmap.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-09-20 09:11:25 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-09-20 09:15:44 +0900
commit53f7f2a3e4269677d57d2ec2c7560a9524c3e692 (patch)
treed696444861c37937d1dad31d539500aec3dab625 /sw/inc/accmap.hxx
parent64-bit fixes (diff)
downloadcore-53f7f2a3e4269677d57d2ec2c7560a9524c3e692.tar.gz
core-53f7f2a3e4269677d57d2ec2c7560a9524c3e692.zip
sal_Bool to bool
Change-Id: Id29032b3f2f228141e37f713c798d61cc20584c0
Diffstat (limited to 'sw/inc/accmap.hxx')
-rw-r--r--sw/inc/accmap.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx
index 5fb1d32167b9..1134b6d52923 100644
--- a/sw/inc/accmap.hxx
+++ b/sw/inc/accmap.hxx
@@ -103,7 +103,7 @@ class SwAccessibleMap : public accessibility::IAccessibleViewForwarder,
sal_Int32 mnEndnote;
- sal_Bool mbShapeSelected;
+ bool mbShapeSelected;
void FireEvent( const SwAccessibleEvent_Impl& rEvent );
@@ -116,11 +116,11 @@ class SwAccessibleMap : public accessibility::IAccessibleViewForwarder,
void DoInvalidateShapeFocus();
void InvalidateShapeSelection();
- void _InvalidateRelationSet( const SwFrm* pFrm, sal_Bool bFrom );
+ void _InvalidateRelationSet( const SwFrm* pFrm, bool bFrom );
::com::sun::star::uno::Reference<
::com::sun::star::accessibility::XAccessible>
- _GetDocumentView( sal_Bool bPagePreview );
+ _GetDocumentView( bool bPagePreview );
/** method to build up a new data structure of the accessible pararaphs,
which have a selection
@@ -250,7 +250,7 @@ public:
const Size& _rPrevwWinSize );
void InvalidatePreViewSelection( sal_uInt16 nSelPage );
- sal_Bool IsPageSelected( const SwPageFrm *pPageFrm ) const;
+ bool IsPageSelected( const SwPageFrm *pPageFrm ) const;
void FireEvents();