summaryrefslogtreecommitdiff
path: root/sw/source/core/access
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-01-15 15:13:13 +0100
committerKurt Zenker <kz@openoffice.org>2010-01-15 15:13:13 +0100
commitdeac05f7518a25ecde94454fbc21adef0de92682 (patch)
tree034e41aec963af62bc5f68655ff11b7d2c6993bb /sw/source/core/access
parent8b0e9229226eb39868112df6d62f59a66fc65ccb (diff)
parent296fef7e82f0bf842428eaa97dff207399dc563e (diff)
CWS-TOOLING: integrate CWS fwk120
Diffstat (limited to 'sw/source/core/access')
-rw-r--r--sw/source/core/access/accpage.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/access/accpage.cxx b/sw/source/core/access/accpage.cxx
index 9d1f39acfc5b..bc2a74809420 100644
--- a/sw/source/core/access/accpage.cxx
+++ b/sw/source/core/access/accpage.cxx
@@ -129,8 +129,9 @@ void SwAccessiblePage::_InvalidateFocus()
}
SwAccessiblePage::SwAccessiblePage( SwAccessibleMap* pInitMap,
- const SwFrm* pFrame ) :
- SwAccessibleContext( pInitMap, AccessibleRole::PANEL, pFrame )
+ const SwFrm* pFrame )
+ : SwAccessibleContext( pInitMap, AccessibleRole::PANEL, pFrame )
+ , bIsSelected( sal_False )
{
DBG_ASSERT( pFrame != NULL, "need frame" );
DBG_ASSERT( pInitMap != NULL, "need map" );