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
65c3f29a
Kaydet (Commit)
65c3f29a
authored
10 years ago
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: wheter->whether
Change-Id: Iab5e7de499452924b4ac0d34cc604ee38395c813
üst
3a54090f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
config_features.h.in
config_host/config_features.h.in
+1
-1
oleobjw.hxx
extensions/source/ole/oleobjw.hxx
+1
-1
unoobjw.cxx
extensions/source/ole/unoobjw.cxx
+1
-1
zipfile.hxx
shell/inc/internal/zipfile.hxx
+1
-1
zipfile.cxx
shell/source/win32/zipfile/zipfile.cxx
+1
-1
textsh1.cxx
sw/source/uibase/shells/textsh1.cxx
+1
-1
No files found.
config_host/config_features.h.in
Dosyayı görüntüle @
65c3f29a
...
...
@@ -74,7 +74,7 @@
#define HAVE_FEATURE_SCRIPTING 0
/* MULTIUSER_ENVIRONMENT - Wheter running on a "normal" multi-user
/* MULTIUSER_ENVIRONMENT - Whet
h
er running on a "normal" multi-user
* desktop (or server) OS
*
* Non-MULTIUSER implies that the OS makes sure that only one
...
...
This diff is collapsed.
Click to expand it.
extensions/source/ole/oleobjw.hxx
Dosyayı görüntüle @
65c3f29a
...
...
@@ -217,7 +217,7 @@ protected:
void
getFuncDescForInvoke
(
const
OUString
&
sFuncName
,
const
Sequence
<
Any
>
&
seqArgs
,
FUNCDESC
**
pFuncDesc
);
// Finds out wheter the wrapped IDispatch is an JScript Object. This is is
// Finds out whet
h
er the wrapped IDispatch is an JScript Object. This is is
// done by
// asking for the property "_environment". If it has the value "JScript"
// (case insensitive) then the IDispatch is considered a JScript object.
...
...
This diff is collapsed.
Click to expand it.
extensions/source/ole/unoobjw.cxx
Dosyayı görüntüle @
65c3f29a
...
...
@@ -305,7 +305,7 @@ STDMETHODIMP InterfaceOleWrapper_Impl::GetIDsOfNames(REFIID /*riid*/,
// With the help of type information the kind of parameter can be exactly determined
// and an appropriate conversion can be chosen. A problem arises if a method expects
// an Any. Then the type info does not tell what the type of the value, that is kept
// by the any, should be. In this situation the decision wheter the param is a
// by the any, should be. In this situation the decision whet
h
er the param is a
// sequence or an object is made upon the fact if the object has a property "0"
// ( see function "isJScriptArray"). Since this is unsafe it is recommended to use
// the JScript value objects within a JScript script on such an occasion.
...
...
This diff is collapsed.
Click to expand it.
shell/inc/internal/zipfile.hxx
Dosyayı görüntüle @
65c3f29a
...
...
@@ -63,7 +63,7 @@ public:
static
bool
IsZipFile
(
void
*
stream
);
/** Returns wheter the version of the specified zip file may be uncompressed with the
/** Returns whet
h
er the version of the specified zip file may be uncompressed with the
currently used zlib version or not
@precond The given parameter must be a string with length > 0
...
...
This diff is collapsed.
Click to expand it.
shell/source/win32/zipfile/zipfile.cxx
Dosyayı görüntüle @
65c3f29a
...
...
@@ -367,7 +367,7 @@ bool ZipFile::IsZipFile(void* /*stream*/)
}
/** Returns wheter the version of the specified zip file may be uncompressed with the
/** Returns whet
h
er the version of the specified zip file may be uncompressed with the
currently used zlib version or not
@precond The given parameter must be a string with length > 0
...
...
This diff is collapsed.
Click to expand it.
sw/source/uibase/shells/textsh1.cxx
Dosyayı görüntüle @
65c3f29a
...
...
@@ -1115,7 +1115,7 @@ void SwTextShell::Execute(SfxRequest &rReq)
{
//If the current paragraph has bullet call the function to
//increase or decrease the bullet level.
//Why could I know wheter a paragraph has bullet or not by checking the below conditions?
//Why could I know whet
h
er a paragraph has bullet or not by checking the below conditions?
//Please refer to the "case KEY_TAB:" section in SwEditWin::KeyInput(..) :
// if( rSh.GetCurNumRule() && rSh.IsSttOfPara() &&
// !rSh.HasReadonlySel() )
...
...
This diff is collapsed.
Click to expand it.
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