summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 06:48:00 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 06:48:00 +0000
commitec849d2119eaad9bde10840130e9fef98680409f (patch)
tree0e03578c5bcb8ba256356e5b8dcdc95ed1c0dd13 /vcl/inc
parent274820f84e37b8b054ca53fe60bb0083ea251ffc (diff)
INTEGRATION: CWS pba11y01 (1.4.66); FILE MERGED
2008/06/24 05:30:00 pb 1.4.66.1: fix: #i63979# new Ctor() with bool bDisableAccessibleLabelForRelation
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/vcl/fixed.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/vcl/fixed.hxx b/vcl/inc/vcl/fixed.hxx
index 287da52aaa93..ba576f280b83 100644
--- a/vcl/inc/vcl/fixed.hxx
+++ b/vcl/inc/vcl/fixed.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: fixed.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -61,6 +61,7 @@ protected:
public:
FixedText( Window* pParent, WinBits nStyle = 0 );
FixedText( Window* pParent, const ResId& rResId );
+ FixedText( Window* pParent, const ResId& rResId, bool bDisableAccessibleLabelForRelation );
virtual void Paint( const Rectangle& rRect );
virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, ULONG nFlags );