Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
66e5cbc5
Kaydet (Commit)
66e5cbc5
authored
Şub 23, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo "sucessfully" -> "successfully"
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
üst
fe86d0ca
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
14 additions
and
14 deletions
+14
-14
pq_statement.cxx
connectivity/source/drivers/postgresql/pq_statement.cxx
+2
-2
ChangeLog
dmake/ChangeLog
+1
-1
MtaFop.cxx
fpicker/source/win32/folderpicker/MtaFop.cxx
+1
-1
jobdata.hxx
framework/inc/jobs/jobdata.hxx
+1
-1
hgzip.cxx
hwpfilter/source/hgzip.cxx
+1
-1
office_connect.cxx
...les/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx
+1
-1
_XFrame.java
qadevOOo/tests/java/ifc/frame/_XFrame.java
+1
-1
Type.java
ridljar/com/sun/star/uno/Type.java
+1
-1
filter.hxx
sc/inc/filter.hxx
+3
-3
stream.hxx
tools/inc/tools/stream.hxx
+2
-2
No files found.
connectivity/source/drivers/postgresql/pq_statement.cxx
Dosyayı görüntüle @
66e5cbc5
...
...
@@ -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
(
"' suc
c
essfully ("
);
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
(
"' suc
c
essfully"
)
);
buf
.
append
(
RTL_CONSTASCII_STRINGPARAM
(
", duration="
)
);
buf
.
append
(
duration
);
buf
.
append
(
RTL_CONSTASCII_STRINGPARAM
(
"ms, returnedRows="
)
);
...
...
dmake/ChangeLog
Dosyayı görüntüle @
66e5cbc5
...
...
@@ -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 suc
c
essfully executed, but failing programs) fails.
2007-09-24 17:45 vq
...
...
fpicker/source/win32/folderpicker/MtaFop.cxx
Dosyayı görüntüle @
66e5cbc5
...
...
@@ -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
// suc
c
essfully registered a window class
// if the creation of the window itself
// failed after registering the window
// class we have unregistered it immediately
...
...
framework/inc/jobs/jobdata.hxx
Dosyayı görüntüle @
66e5cbc5
...
...
@@ -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 suc
c
essfully 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
...
...
hwpfilter/source/hgzip.cxx
Dosyayı görüntüle @
66e5cbc5
...
...
@@ -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 suc
c
essfully opened for reading.
*/
local
int
get_byte
(
gz_stream
*
s
)
{
...
...
odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx
Dosyayı görüntüle @
66e5cbc5
...
...
@@ -96,7 +96,7 @@ SAL_IMPLEMENT_MAIN()
return
1
;
}
printf
(
"Connected sucessfully to the office
\n
"
);
printf
(
"Connected suc
c
essfully to the office
\n
"
);
}
catch
(
Exception
&
e
)
{
...
...
qadevOOo/tests/java/ifc/frame/_XFrame.java
Dosyayı görüntüle @
66e5cbc5
...
...
@@ -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 suc
c
essfully set new value to (XFrame)
* oObj object.
*/
public
void
_setCreator
()
{
...
...
ridljar/com/sun/star/uno/Type.java
Dosyayı görüntüle @
66e5cbc5
...
...
@@ -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:
// suc
c
essfully:
private
static
final
String
TYPE_NAME_VOID
=
"void"
;
private
static
final
String
TYPE_NAME_BOOLEAN
=
"boolean"
;
...
...
sc/inc/filter.hxx
Dosyayı görüntüle @
66e5cbc5
...
...
@@ -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 suc
c
essfully (in an Excel97 doc, too)
// eFormat == EIF_BIFF8 -> only Biff8 stream is read suc
c
essfully (only in Excel97 docs)
// eFormat == EIF_BIFF_LE4 -> only non storage files _might_ be read suc
c
essfully
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
;
...
...
tools/inc/tools/stream.hxx
Dosyayı görüntüle @
66e5cbc5
...
...
@@ -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
/// suc
c
essfully 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 suc
c
essfully 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment