summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleContextBase.cxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-07-11 12:10:32 +0000
committerAndre Fischer <af@openoffice.org>2002-07-11 12:10:32 +0000
commite7454ca2d5838711faaacfdfab18be6a5997322d (patch)
tree3d897533071eb6a07ea42b32eb998f1801a8eb33 /svx/source/accessibility/AccessibleContextBase.cxx
parentb785c9637b173e73df792462bcc3f61c9f080655 (diff)
#101122# Corrected instantiation of AccessibleStateSetHelper.
Diffstat (limited to 'svx/source/accessibility/AccessibleContextBase.cxx')
-rw-r--r--svx/source/accessibility/AccessibleContextBase.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/accessibility/AccessibleContextBase.cxx b/svx/source/accessibility/AccessibleContextBase.cxx
index 6126131ef8cd..aa1c44fbf37b 100644
--- a/svx/source/accessibility/AccessibleContextBase.cxx
+++ b/svx/source/accessibility/AccessibleContextBase.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleContextBase.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: af $ $Date: 2002-06-28 14:53:32 $
+ * last change: $Author: af $ $Date: 2002-07-11 13:10:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -423,7 +423,7 @@ uno::Reference<XAccessibleStateSet> SAL_CALL
{
// We are already disposed!
// Create a new state set that has only set the DEFUNC state.
- pStateSet = new ::utl::AccessibleStateSetHelper (*pStateSet);
+ pStateSet = new ::utl::AccessibleStateSetHelper ();
if (pStateSet != NULL)
pStateSet->AddState (AccessibleStateType::DEFUNC);
}