[Libreoffice-commits] core.git: connectivity/source dmake/ChangeLog fpicker/source framework/inc hwpfilter/source odk/examples qadevOOo/tests ridljar/com sc/inc tools/inc
Julien Nabet
serval2412 at yahoo.fr
Sat Feb 23 06:45:00 PST 2013
connectivity/source/drivers/postgresql/pq_statement.cxx | 4 ++--
dmake/ChangeLog | 2 +-
fpicker/source/win32/folderpicker/MtaFop.cxx | 2 +-
framework/inc/jobs/jobdata.hxx | 2 +-
hwpfilter/source/hgzip.cxx | 2 +-
odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx | 2 +-
qadevOOo/tests/java/ifc/frame/_XFrame.java | 2 +-
ridljar/com/sun/star/uno/Type.java | 2 +-
sc/inc/filter.hxx | 6 +++---
tools/inc/tools/stream.hxx | 4 ++--
10 files changed, 14 insertions(+), 14 deletions(-)
New commits:
commit 66e5cbc55ab6923e651e1e3b32a7f26b5adaef90
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Feb 23 15:42:54 2013 +0100
Fix typo "sucessfully" -> "successfully"
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
diff --git a/connectivity/source/drivers/postgresql/pq_statement.cxx b/connectivity/source/drivers/postgresql/pq_statement.cxx
index f5cdbe6..42ded6e 100644
--- a/connectivity/source/drivers/postgresql/pq_statement.cxx
+++ b/connectivity/source/drivers/postgresql/pq_statement.cxx
@@ -521,7 +521,7 @@ bool executePostgresCommand( const rtl::OString & cmd, struct CommandData *data
rtl::OStringBuffer buf( 128 );
buf.append( "executed command '" );
buf.append( cmd.getStr() );
- buf.append( "' sucessfully (" );
+ buf.append( "' successfully (" );
buf.append( *( data->pMultipleResultUpdateCount ) );
buf.append( ")" );
buf.append( ", duration=" );
@@ -672,7 +672,7 @@ bool executePostgresCommand( const rtl::OString & cmd, struct CommandData *data
rtl::OStringBuffer buf( 128 );
buf.append( RTL_CONSTASCII_STRINGPARAM("executed query '") );
buf.append( cmd );
- buf.append( RTL_CONSTASCII_STRINGPARAM("' sucessfully") );
+ buf.append( RTL_CONSTASCII_STRINGPARAM("' successfully") );
buf.append( RTL_CONSTASCII_STRINGPARAM(", duration=") );
buf.append( duration );
buf.append( RTL_CONSTASCII_STRINGPARAM("ms, returnedRows=") );
diff --git a/dmake/ChangeLog b/dmake/ChangeLog
index f5a680e..b97b3f3 100755
--- a/dmake/ChangeLog
+++ b/dmake/ChangeLog
@@ -198,7 +198,7 @@
* msdos/runargv.c, tests/recipes-9, unix/runargv.c:
#i80598# Always issue a warning if the actual execution of a recipe line
- (this does not include sucessfully executed, but failing programs) fails.
+ (this does not include successfully executed, but failing programs) fails.
2007-09-24 17:45 vq
diff --git a/fpicker/source/win32/folderpicker/MtaFop.cxx b/fpicker/source/win32/folderpicker/MtaFop.cxx
index 9806c72..47c64a5 100644
--- a/fpicker/source/win32/folderpicker/MtaFop.cxx
+++ b/fpicker/source/win32/folderpicker/MtaFop.cxx
@@ -199,7 +199,7 @@ CMtaFolderPicker::~CMtaFolderPicker( )
// we place unregister class here because
// if we have a valid window we must have
- // sucessfully registered a window class
+ // successfully registered a window class
// if the creation of the window itself
// failed after registering the window
// class we have unregistered it immediately
diff --git a/framework/inc/jobs/jobdata.hxx b/framework/inc/jobs/jobdata.hxx
index 5ca4691..c72e675 100644
--- a/framework/inc/jobs/jobdata.hxx
+++ b/framework/inc/jobs/jobdata.hxx
@@ -212,7 +212,7 @@ class JobData : private ThreadHelpBase
css::uno::Sequence< css::beans::NamedValue > m_lArguments;
/**
- after a job was sucessfully executed (by any outside code using our
+ after a job was successfully executed (by any outside code using our
informations) it can return a result. This member make it part of this
container too. So it can be used for further things.
We use it also to update our internal state and the configuration
diff --git a/hwpfilter/source/hgzip.cxx b/hwpfilter/source/hgzip.cxx
index 575c61c..6e06f34 100644
--- a/hwpfilter/source/hgzip.cxx
+++ b/hwpfilter/source/hgzip.cxx
@@ -104,7 +104,7 @@ gz_stream *gz_open(HStream & _stream)
/* ===========================================================================
Read a byte from a gz_stream; update next_in and avail_in. Return EOF
for end of file.
- IN assertion: the stream s has been sucessfully opened for reading.
+ IN assertion: the stream s has been successfully opened for reading.
*/
local int get_byte(gz_stream * s)
{
diff --git a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx
index da96d5b..fab8b8d 100644
--- a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx
+++ b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx
@@ -96,7 +96,7 @@ SAL_IMPLEMENT_MAIN()
return 1;
}
- printf( "Connected sucessfully to the office\n" );
+ printf( "Connected successfully to the office\n" );
}
catch( Exception &e )
{
diff --git a/qadevOOo/tests/java/ifc/frame/_XFrame.java b/qadevOOo/tests/java/ifc/frame/_XFrame.java
index 0ed0b2e..50df474 100644
--- a/qadevOOo/tests/java/ifc/frame/_XFrame.java
+++ b/qadevOOo/tests/java/ifc/frame/_XFrame.java
@@ -438,7 +438,7 @@ public class _XFrame extends MultiMethodTest {
/**
* Test calls the method. Remembered old creater is restored at the end. <p>
- * Has <b> OK </b> status if the method sucessfully set new value to (XFrame)
+ * Has <b> OK </b> status if the method successfully set new value to (XFrame)
* oObj object.
*/
public void _setCreator() {
diff --git a/ridljar/com/sun/star/uno/Type.java b/ridljar/com/sun/star/uno/Type.java
index 539c6eb..74cb1eb 100644
--- a/ridljar/com/sun/star/uno/Type.java
+++ b/ridljar/com/sun/star/uno/Type.java
@@ -41,7 +41,7 @@ import java.util.HashMap;
public class Type {
// The following private static members and static initializer must come
// first in the class definition, so that the class can be initialized
- // sucessfully:
+ // successfully:
private static final String TYPE_NAME_VOID = "void";
private static final String TYPE_NAME_BOOLEAN = "boolean";
diff --git a/sc/inc/filter.hxx b/sc/inc/filter.hxx
index 9ae32e7..9c28498 100644
--- a/sc/inc/filter.hxx
+++ b/sc/inc/filter.hxx
@@ -88,9 +88,9 @@ class ScFormatFilterPlugin {
virtual FltError ScImportQuattroPro( SfxMedium &rMedium, ScDocument *pDoc ) = 0;
virtual FltError ScImportExcel( SfxMedium&, ScDocument*, const EXCIMPFORMAT ) = 0;
// eFormat == EIF_AUTO -> matching filter is used automatically
- // eFormat == EIF_BIFF5 -> only Biff5 stream is read sucessfully (in an Excel97 doc, too)
- // eFormat == EIF_BIFF8 -> only Biff8 stream is read sucessfully (only in Excel97 docs)
- // eFormat == EIF_BIFF_LE4 -> only non storage files _might_ be read sucessfully
+ // eFormat == EIF_BIFF5 -> only Biff5 stream is read successfully (in an Excel97 doc, too)
+ // eFormat == EIF_BIFF8 -> only Biff8 stream is read successfully (only in Excel97 docs)
+ // eFormat == EIF_BIFF_LE4 -> only non storage files _might_ be read successfully
virtual FltError ScImportStarCalc10( SvStream&, ScDocument* ) = 0;
virtual FltError ScImportDif( SvStream&, ScDocument*, const ScAddress& rInsPos,
const CharSet eSrc = RTL_TEXTENCODING_DONTKNOW, sal_uInt32 nDifOption = SC_DIFOPT_EXCEL ) = 0;
diff --git a/tools/inc/tools/stream.hxx b/tools/inc/tools/stream.hxx
index 23d4a04..f157f90 100644
--- a/tools/inc/tools/stream.hxx
+++ b/tools/inc/tools/stream.hxx
@@ -589,12 +589,12 @@ template<typename prefix> sal_Size write_lenPrefixed_uInt16s_FromOUString(SvStre
/// Attempt to read 8bit units to an OString until a zero terminator is
/// encountered, returned rtl::OString's length is number of units *definitely*
/// successfully read, check SvStream::good() to see if null terminator was
-/// sucessfully read
+/// successfully read
TOOLS_DLLPUBLIC rtl::OString read_zeroTerminated_uInt8s_ToOString(SvStream& rStrm);
/// Attempt to read 8bit units assuming source encoding eEnc to an OUString
/// until a zero terminator is encountered. Check SvStream::good() to see if
-/// null terminator was sucessfully read
+/// null terminator was successfully read
TOOLS_DLLPUBLIC rtl::OUString read_zeroTerminated_uInt8s_ToOUString(SvStream& rStrm, rtl_TextEncoding eEnc);
/// Attempt to read a pascal-style length (of type prefix) prefixed sequence of
More information about the Libreoffice-commits
mailing list