summaryrefslogtreecommitdiffstats
path: root/accessibility/source/extended/accessibletabbarpagelist.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-02-23 16:13:04 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-02-23 16:13:04 -0500
commit2898bbb3d82e49f7c1bc5c92ccb235cd3756ab67 (patch)
tree5f34fe8449440288bf8e4d99217b6ffa101b368e /accessibility/source/extended/accessibletabbarpagelist.cxx
parentcalctabcolor: rebased to m71. (diff)
downloadcore-2898bbb3d82e49f7c1bc5c92ccb235cd3756ab67.tar.gz
core-2898bbb3d82e49f7c1bc5c92ccb235cd3756ab67.zip
calctabcolor: Use static constant values instead of macro define for more type safety.
Diffstat (limited to 'accessibility/source/extended/accessibletabbarpagelist.cxx')
-rw-r--r--accessibility/source/extended/accessibletabbarpagelist.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/extended/accessibletabbarpagelist.cxx b/accessibility/source/extended/accessibletabbarpagelist.cxx
index 9d8a3d378a86..488faf621256 100644
--- a/accessibility/source/extended/accessibletabbarpagelist.cxx
+++ b/accessibility/source/extended/accessibletabbarpagelist.cxx
@@ -316,7 +316,7 @@ namespace accessibility
{
sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData();
- if ( nPageId == TABBAR_PAGE_NOTFOUND )
+ if ( nPageId == TabBar::PAGE_NOT_FOUND )
{
for ( sal_Int32 i = m_aAccessibleChildren.size() - 1; i >= 0; --i )
RemoveChild( i );