Kaydet (Commit) 07c6e767 authored tarafından Steven Meyer's avatar Steven Meyer Kaydeden (comit) Jan Holesovsky

fdo#60724: Fix spelling avaliable -> available.

üst 0451325a
...@@ -128,7 +128,7 @@ protected: ...@@ -128,7 +128,7 @@ protected:
virtual sal_Bool HasOtherCnt(); // Are there any special areas? virtual sal_Bool HasOtherCnt(); // Are there any special areas?
virtual void SpellStart( SvxSpellArea eSpell ); // Preparing the area virtual void SpellStart( SvxSpellArea eSpell ); // Preparing the area
virtual sal_Bool SpellContinue(); // Check Areas virtual sal_Bool SpellContinue(); // Check Areas
// Result avaliable through GetLast // Result available through GetLast
virtual void ReplaceAll( const String &rNewText, sal_Int16 nLanguage ); //Replace word from the replace list virtual void ReplaceAll( const String &rNewText, sal_Int16 nLanguage ); //Replace word from the replace list
virtual void StartThesaurus( const String &rWord, sal_uInt16 nLang ); virtual void StartThesaurus( const String &rWord, sal_uInt16 nLang );
virtual ::com::sun::star::uno::Reference< virtual ::com::sun::star::uno::Reference<
......
...@@ -386,7 +386,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::getActiveFrame() throw ...@@ -386,7 +386,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::getActiveFrame() throw
ReadGuard aReadLock( m_aLock ); ReadGuard aReadLock( m_aLock );
// Return current active frame. // Return current active frame.
// This information is avaliable on the container. // This information is available on the container.
return m_aChildFrameContainer.getActive(); return m_aChildFrameContainer.getActive();
} }
......
...@@ -74,7 +74,7 @@ public final class UrlToFileMapper { ...@@ -74,7 +74,7 @@ public final class UrlToFileMapper {
StringHelper.replace(url.getPath(), '+', "%2B"))) StringHelper.replace(url.getPath(), '+', "%2B")))
: null; : null;
} else { } else {
// If java.net.URI is avaliable, do // If java.net.URI is available, do
// URI uri = new URI(encodedUrl); // URI uri = new URI(encodedUrl);
// try { // try {
// return new File(uri); // return new File(uri);
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* every eligibl slot in the list. * every eligibl slot in the list.
* *
* When try to find a slot for a particular mechanism, the slot bound with * When try to find a slot for a particular mechanism, the slot bound with
* avaliable mechanism will be looked up firstly. * available mechanism will be looked up firstly.
*/ */
#include "globals.h" #include "globals.h"
#include <string.h> #include <string.h>
......
...@@ -629,7 +629,7 @@ sal_uInt32 SvNumberFormatter::GetIndexPuttingAndConverting( OUString & rString, ...@@ -629,7 +629,7 @@ sal_uInt32 SvNumberFormatter::GetIndexPuttingAndConverting( OUString & rString,
sal_uInt32 nOrig = GetEntryKey( rString, eSysLnge ); sal_uInt32 nOrig = GetEntryKey( rString, eSysLnge );
if (nOrig == NUMBERFORMAT_ENTRY_NOT_FOUND) if (nOrig == NUMBERFORMAT_ENTRY_NOT_FOUND)
{ {
nKey = nOrig; // none avaliable, maybe user-defined nKey = nOrig; // none available, maybe user-defined
} }
else else
{ {
......
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