summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/Accessibility
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-01-29 14:38:48 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-01-29 14:38:48 +0000
commit9902ac53ecf13e17901c94acfff5d0b3e0f1a9ad (patch)
treefa66cd166147572784f78ef0d8ddb37818f58399 /sc/source/ui/Accessibility
parentINTEGRATION: CWS dr58_SRC680 (1.13.188); FILE MERGED (diff)
downloadcore-9902ac53ecf13e17901c94acfff5d0b3e0f1a9ad.tar.gz
core-9902ac53ecf13e17901c94acfff5d0b3e0f1a9ad.zip
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)
Diffstat (limited to 'sc/source/ui/Accessibility')
-rw-r--r--sc/source/ui/Accessibility/AccessibleDocument.cxx10
1 files changed, 8 insertions, 2 deletions
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<drawing::XShape>& xShape, s
}
}
else
+ {
DBG_ERRORFILE("shape is always in the list");
+ }
}
void ScChildrenShapes::RemoveShape(const uno::Reference<drawing::XShape>& xShape) const
@@ -1252,7 +1256,9 @@ void ScChildrenShapes::RemoveShape(const uno::Reference<drawing::XShape>& xShape
}
}
else
+ {
DBG_ERRORFILE("shape was not in internal list");
+ }
}
sal_Bool ScChildrenShapes::FindShape(const uno::Reference<drawing::XShape>& xShape, ScChildrenShapes::SortedShapes::iterator& rItr) const