diff options
author | Frank Schönheit <fs@openoffice.org> | 2002-06-12 12:14:27 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2002-06-12 12:14:27 +0000 |
commit | 38c6a1530bd43321bbebd042148692b20bcde603 (patch) | |
tree | e5787c9af553d37c1feaead75565c47068871c1e /svx/source/accessibility/AccessibleControlShape.cxx | |
parent | 93cc0f3143d3555a6cf94ebce2fb80a01fe05047 (diff) |
#100126# additional assertion for recognizing the errors earlier next time ....
Diffstat (limited to 'svx/source/accessibility/AccessibleControlShape.cxx')
-rw-r--r-- | svx/source/accessibility/AccessibleControlShape.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/accessibility/AccessibleControlShape.cxx b/svx/source/accessibility/AccessibleControlShape.cxx index b128b503109b..6c591dcc99f1 100644 --- a/svx/source/accessibility/AccessibleControlShape.cxx +++ b/svx/source/accessibility/AccessibleControlShape.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleControlShape.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: af $ $Date: 2002-05-17 11:55:01 $ + * last change: $Author: fs $ $Date: 2002-06-12 13:14:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -175,6 +175,7 @@ void AccessibleControlShape::Init() Reference< XAccessibleContext > xNativeControlContext; if ( xControlAccessible.is() ) xNativeControlContext = xControlAccessible->getAccessibleContext(); + DBG_ASSERT( xNativeControlContext.is(), "AccessibleControlShape::Init: no AccessibleContext for the control!" ); // get a proxy for this context // first a factory for the proxy |