Kaydet (Commit) c5710d47 authored tarafından Korrawit Pruegsanusak's avatar Korrawit Pruegsanusak

s/infomation/information/

üst c97b6bde
......@@ -230,7 +230,7 @@ TabPage RID_SFXPAGE_SAVE
Pos = MAP_APPFONT ( 23 , 169 ) ;
Size = MAP_APPFONT ( 239 , 8 ) ;
Hide = TRUE;
Text [ en-US ] = "Not using ODF 1.2 Extended may cause infomation to be lost.";
Text [ en-US ] = "Not using ODF 1.2 Extended may cause information to be lost.";
Text [ x-comment ] = "EN-US, the term 'extended' must not be translated.";
};
Image IMG_ODF_WARNING
......
......@@ -945,7 +945,7 @@ void OTableController::loadData()
if(aTypeIter == m_aTypeInfo.end())
aTypeIter = m_aTypeInfo.begin();
OSL_ENSURE(aTypeIter != m_aTypeInfo.end(),"We have no type infomation!");
OSL_ENSURE(aTypeIter != m_aTypeInfo.end(),"We have no type information!");
bool bReadRow = !isAddAllowed();
for(sal_Int32 i=m_vRowList.size(); i < NEWCOLS; i++ )
......
......@@ -796,7 +796,7 @@
+
+/**
+ * xmlSecNssAppliedKeysMngrCreate:
+ * @slot: array of pointers to NSS PKCS#11 slot infomation.
+ * @slot: array of pointers to NSS PKCS#11 slot information.
+ * @cSlots: number of slots in the array
+ * @handler: the pointer to NSS certificate database.
+ *
......
......@@ -38,7 +38,7 @@
</prop>
<prop oor:name="HelpUrl" oor:type="xs:string">
<info>
<desc>the url where additional infomation can be found.</desc>
<desc>the url where additional information can be found.</desc>
</info>
<value>http://wiki.documentfoundation.org/UX/LibreOffice_User_Feedback_Program</value>
</prop>
......
......@@ -51,7 +51,7 @@ CBaseReader( DocumentName )
m_pSimple_Builder = new CSimpleTag( );
m_pDummy_Builder = new CDummyTag( );
//retrieve all infomation that is useful
//retrieve all information that is useful
m_AllMetaInfo[META_INFO_AUTHOR] = EMPTY_XML_TAG;
m_AllMetaInfo[META_INFO_TITLE] = EMPTY_XML_TAG;
m_AllMetaInfo[META_INFO_SUBJECT] = EMPTY_XML_TAG;
......@@ -92,7 +92,7 @@ try
m_pSimple_Builder = new CSimpleTag( );
m_pDummy_Builder = new CDummyTag( );
//retrieve all infomation that is useful
//retrieve all information that is useful
m_AllMetaInfo[META_INFO_AUTHOR] = EMPTY_XML_TAG;
m_AllMetaInfo[META_INFO_TITLE] = EMPTY_XML_TAG;
m_AllMetaInfo[META_INFO_SUBJECT] = EMPTY_XML_TAG;
......
......@@ -114,7 +114,7 @@ ULONG STDMETHODCALLTYPE CInfoTip::Release( void)
//********************helper functions for GetInfoTip functions**********************
/** get file type infomation from registry.
/** get file type information from registry.
*/
std::wstring getFileTypeInfo(const std::string& file_extension)
{
......@@ -191,7 +191,7 @@ std::wstring formatSizeOfFile( DWORD dwSize )
}
/** get file size infomation.
/** get file size information.
*/
std::wstring getFileSizeInfo(char* FileName)
{
......@@ -279,7 +279,7 @@ HRESULT STDMETHODCALLTYPE CInfoTip::GetInfoTip(DWORD /*dwFlags*/, wchar_t** ppws
{
}
//display file size, no matter other infomation is loaded successfully or not.
//display file size, no matter other information is loaded successfully or not.
std::wstring tmpSizeStr = getFileSizeInfo( m_szFileName );
if ( tmpSizeStr != EMPTY_STRING )
{
......
......@@ -142,7 +142,7 @@ int SAL_CALL main( int argc, char **argv )
Sequence < Reference< XCertificate > > xPersonalCerts = pSecEnv->getPersonalCertificates() ;
Sequence < Reference< XCertificate > > xCertPath ;
for( int i = 0; i < xPersonalCerts.getLength(); i ++ ) {
//Print the certificate infomation.
//Print the certificate information.
fprintf( stdout, "\nPersonal Certificate Info\n" ) ;
fprintf( stdout, "\tCertificate Issuer[%s]\n", OUStringToOString( xPersonalCerts[i]->getIssuerName(), RTL_TEXTENCODING_ASCII_US ).getStr() ) ;
fprintf( stdout, "\tCertificate Serial Number[%s]\n", OUStringToOString( bigIntegerToNumericString( xPersonalCerts[i]->getSerialNumber() ), RTL_TEXTENCODING_ASCII_US ).getStr() ) ;
......
......@@ -107,7 +107,7 @@ int SAL_CALL main( int argc, char **argv )
Sequence < Reference< XCertificate > > xCertPath ;
for( int i = 0; i < xPersonalCerts.getLength(); i ++ ) {
//Print the certificate infomation.
//Print the certificate information.
fprintf( stdout, "\nPersonal Certificate Info\n" ) ;
fprintf( stdout, "\tCertificate Issuer[%s]\n", OUStringToOString( xPersonalCerts[i]->getIssuerName(), RTL_TEXTENCODING_ASCII_US ).getStr() ) ;
fprintf( stdout, "\tCertificate Serial Number[%s]\n", OUStringToOString( bigIntegerToNumericString( xPersonalCerts[i]->getSerialNumber() ), RTL_TEXTENCODING_ASCII_US ).getStr() ) ;
......
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