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

Typo: initialy->initially

Change-Id: I458b2e4c812f727b4254137aa48627522576df3b
üst 845447e6
...@@ -348,7 +348,7 @@ sal_uLong DictionaryNeo::loadEntries(const OUString &rMainURL) ...@@ -348,7 +348,7 @@ sal_uLong DictionaryNeo::loadEntries(const OUString &rMainURL)
SAL_WARN_IF(!isSorted(), "linguistic", "dictionary is not sorted"); SAL_WARN_IF(!isSorted(), "linguistic", "dictionary is not sorted");
// since this routine should be called only initialy (prior to any // since this routine should be called only initially (prior to any
// modification to be saved) we reset the bIsModified flag here that // modification to be saved) we reset the bIsModified flag here that
// was implicitly set by addEntry_Impl // was implicitly set by addEntry_Impl
bIsModified = false; bIsModified = false;
......
...@@ -601,7 +601,7 @@ AssistentDlgImpl::AssistentDlgImpl( vcl::Window* pWindow, const Link& rFinishLin ...@@ -601,7 +601,7 @@ AssistentDlgImpl::AssistentDlgImpl( vcl::Window* pWindow, const Link& rFinishLin
UpdatePreview( true ); UpdatePreview( true );
//check whether we should start with a template document initialy and preselect it //check whether we should start with a template document initially and preselect it
const OUString aServiceName( "com.sun.star.presentation.PresentationDocument" ); const OUString aServiceName( "com.sun.star.presentation.PresentationDocument" );
OUString aStandardTemplate( SfxObjectFactory::GetStandardTemplate( aServiceName ) ); OUString aStandardTemplate( SfxObjectFactory::GetStandardTemplate( aServiceName ) );
if( !aStandardTemplate.isEmpty() ) if( !aStandardTemplate.isEmpty() )
......
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