Kaydet (Commit) 1d857ca2 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I3cd50e374c45bc1c400b24c8fffd6d8f5cd1de56
Reviewed-on: https://gerrit.libreoffice.org/38208Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 5482ee62
......@@ -467,7 +467,7 @@ void OPropertySetHelper::setDependentFastPropertyValue( sal_Int32 i_handle, cons
catch (const RuntimeException& ) { throw; /* allowed to leave */ }
catch (const Exception& )
{
// not allowed to leave this meathod
// not allowed to leave this method
WrappedTargetException aWrapped;
aWrapped.TargetException = ::cppu::getCaughtException();
aWrapped.Context = static_cast< XPropertySet* >( this );
......
......@@ -215,7 +215,7 @@ namespace
// don't create an Undo-Action for the new connection : the connection is
// covered by the Undo-Action for the tabwin, as the "Undo the insert" will
// automatically remove all connections adjacent to the win.
// (Because of this automatism we would have an ownerhsip ambiguity for
// (Because of this automatism we would have an ownership ambiguity for
// the connection data if we would insert the conn-Undo-Action)
}
}
......
......@@ -366,7 +366,7 @@ Model::XPropertySet_t Model::cloneBindingAsGhost( const XPropertySet_t &xBinding
// Create a new binding instance first...
Binding *pBinding = new Binding();
// ...and bump up the "defered notification counter"
// ...and bump up the "deferred notification counter"
// to prevent this binding from contributing to the
// MIPs table...
pBinding->deferNotifications(true);
......
......@@ -280,7 +280,7 @@ bool CMtaFolderPicker::browseForFolder( )
// dispatching all messages but we expect to
// receive only paint or timer messages that's
// why we don't need to call TranslateMessage or
// TranslateAccelerator, because keybord or
// TranslateAccelerator, because keyboard or
// mouse messages are for the FolderPicker which
// is in the foreground and should not arrive here
MSG msg;
......
......@@ -264,7 +264,7 @@ void JobData::setJobConfig( const std::vector< css::beans::NamedValue >& lArgume
}
/**
@short set a new excution result
@short set a new execution result
@descr Every executed job can have returned a result.
We set it here, so our user can use it may be later.
But the outside code can use it too, to analyze it and
......
......@@ -189,7 +189,7 @@ void MenuBarManager::Destroy()
if ( !rBHelper.bDisposed )
{
// stop asynchronous settings timer and
// release defered item container reference
// release deferred item container reference
m_aAsyncSettingsTimer.Stop();
m_xDeferedItemContainer.clear();
RemoveListener();
......
......@@ -61,7 +61,7 @@ extern "C"
{
(void)pPath;
}
#endif // TARGERT_OS_IPHONE
#endif // TARGET_OS_IPHONE
static void *lok_dlsym(void *Hnd, const char *pName)
{
......
......@@ -56,7 +56,7 @@ namespace osl
public:
enum Result
{
result_ok = osl_cond_result_ok, /*!< Succesful completion. */
result_ok = osl_cond_result_ok, /*!< Successful completion. */
result_error = osl_cond_result_error, /*!< Error occurred. @see osl_getLastSocketError() */
result_timeout = osl_cond_result_timeout /*!< Blocking operation timed out. */
};
......
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