From 9902ac53ecf13e17901c94acfff5d0b3e0f1a9ad Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 29 Jan 2008 14:38:48 +0000 Subject: INTEGRATION: CWS dr58_SRC680 (1.71.178); FILE MERGED 2007/12/14 10:50:59 nn 1.71.178.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub) --- sc/source/ui/Accessibility/AccessibleDocument.cxx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/Accessibility') diff --git a/sc/source/ui/Accessibility/AccessibleDocument.cxx b/sc/source/ui/Accessibility/AccessibleDocument.cxx index eb72a565ed56..318374b589ea 100644 --- a/sc/source/ui/Accessibility/AccessibleDocument.cxx +++ b/sc/source/ui/Accessibility/AccessibleDocument.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleDocument.cxx,v $ * - * $Revision: 1.71 $ + * $Revision: 1.72 $ * - * last change: $Author: obo $ $Date: 2007-03-05 14:44:23 $ + * last change: $Author: rt $ $Date: 2008-01-29 15:38:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -621,7 +621,9 @@ uno::Reference< XAccessible > ScChildrenShapes::GetAt(const awt::Point& rPoint) } } else + { DBG_ERRORFILE("I should have an accessible shape now!"); + } } else bFound = sal_True; // this is the sheet and it lies before the rest of the shapes which are background shapes @@ -1223,7 +1225,9 @@ void ScChildrenShapes::AddShape(const uno::Reference& xShape, s } } else + { DBG_ERRORFILE("shape is always in the list"); + } } void ScChildrenShapes::RemoveShape(const uno::Reference& xShape) const @@ -1252,7 +1256,9 @@ void ScChildrenShapes::RemoveShape(const uno::Reference& xShape } } else + { DBG_ERRORFILE("shape was not in internal list"); + } } sal_Bool ScChildrenShapes::FindShape(const uno::Reference& xShape, ScChildrenShapes::SortedShapes::iterator& rItr) const -- cgit