Kaydet (Commit) 99c9e0f8 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: becase -> because

Change-Id: I065a581ea02e5f8892e44c7e97903297a40cde18
üst adad1a2c
...@@ -219,7 +219,7 @@ public class DataAwareness extends DocumentBasedExample implements XPropertyChan ...@@ -219,7 +219,7 @@ public class DataAwareness extends DocumentBasedExample implements XPropertyChan
/* ------------------------------------------------------------------ */ /* ------------------------------------------------------------------ */
public void resetted( EventObject aEvent ) throws com.sun.star.uno.RuntimeException public void resetted( EventObject aEvent ) throws com.sun.star.uno.RuntimeException
{ {
// check if this reset occurred becase we're on a new record // check if this reset occurred because we're on a new record
XPropertySet xFormProps = UNO.queryPropertySet( aEvent.Source ); XPropertySet xFormProps = UNO.queryPropertySet( aEvent.Source );
try try
{ {
......
...@@ -249,7 +249,7 @@ class KeyGeneratorForReset extends UniqueColumnValue implements XResetListener ...@@ -249,7 +249,7 @@ class KeyGeneratorForReset extends UniqueColumnValue implements XResetListener
/* ------------------------------------------------------------------ */ /* ------------------------------------------------------------------ */
public void resetted( com.sun.star.lang.EventObject aEvent ) throws com.sun.star.uno.RuntimeException public void resetted( com.sun.star.lang.EventObject aEvent ) throws com.sun.star.uno.RuntimeException
{ {
// check if this reset occurred becase we're on a new record // check if this reset occurred because we're on a new record
XPropertySet xFormProps = UNO.queryPropertySet( aEvent.Source ); XPropertySet xFormProps = UNO.queryPropertySet( aEvent.Source );
try try
{ {
......
...@@ -497,7 +497,7 @@ void DomainMapper_Impl::PopProperties(ContextType eId) ...@@ -497,7 +497,7 @@ void DomainMapper_Impl::PopProperties(ContextType eId)
{ {
m_pLastCharacterContext = m_aPropertyStacks[eId].top(); m_pLastCharacterContext = m_aPropertyStacks[eId].top();
// Sadly an assert about deferredCharacterProperties being empty is not possible // Sadly an assert about deferredCharacterProperties being empty is not possible
// here, becase appendTextPortion() may not be called for every character section. // here, because appendTextPortion() may not be called for every character section.
deferredCharacterProperties.clear(); deferredCharacterProperties.clear();
} }
......
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