Kaydet (Commit) 2d4afd15 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: excption -> exception

üst c017c664
...@@ -126,7 +126,7 @@ public class _XDocumentInsertable extends MultiMethodTest { ...@@ -126,7 +126,7 @@ public class _XDocumentInsertable extends MultiMethodTest {
* A Second test uses an invalid URL and checks for correct exceptions. * A Second test uses an invalid URL and checks for correct exceptions.
* *
* Has <b> OK </b> status if at first insertion was completed successfully * Has <b> OK </b> status if at first insertion was completed successfully
* and no exceptions were thrown and as second a expected excption was thrown. <p> * and no exceptions were thrown and as second a expected exception was thrown. <p>
*/ */
public void _insertDocumentFromURL() { public void _insertDocumentFromURL() {
boolean result = true ; boolean result = true ;
......
...@@ -236,7 +236,7 @@ sal_Int32 SAL_CALL AccessiblePageShape::getBackground (void) ...@@ -236,7 +236,7 @@ sal_Int32 SAL_CALL AccessiblePageShape::getBackground (void)
} }
catch (const ::com::sun::star::beans::UnknownPropertyException&) catch (const ::com::sun::star::beans::UnknownPropertyException&)
{ {
OSL_TRACE ("caught excption due to unknown property"); OSL_TRACE ("caught exception due to unknown property");
// Ignore exception and return default color. // Ignore exception and return default color.
} }
return nColor; return nColor;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment