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
5fd534de
Kaydet (Commit)
5fd534de
authored
Nis 17, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: s/gurantee/guarantee
Change-Id: I8bd7ca5896931fbf18bf8ae25b62ced9b420fe39
üst
728ec860
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
datatypes.hxx
forms/source/xforms/datatypes.hxx
+1
-1
loadenv.hxx
framework/source/inc/loadenv/loadenv.hxx
+1
-1
AsyncJob.java
...DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java
+1
-1
moduleoptions.cxx
unotools/source/config/moduleoptions.cxx
+1
-1
No files found.
forms/source/xforms/datatypes.hxx
Dosyayı görüntüle @
5fd534de
...
...
@@ -218,7 +218,7 @@ namespace xforms
must hold for their normalizations.
@param _rValue
the value to translate. Guranteed to be not <NULL/>, and of type <member>ValueType</member>
the value to translate. Gu
a
ranteed to be not <NULL/>, and of type <member>ValueType</member>
@param _rDoubleValue
output parameter to hold the resulting double value
*/
...
...
framework/source/inc/loadenv/loadenv.hxx
Dosyayı görüntüle @
5fd534de
...
...
@@ -288,7 +288,7 @@ public:
a frame with a controller/model inside can be possible. For loading
of a "non visible component" only an information about a successfully start
can be provided.
Further it can't be guranteed, that the internal process runs synchronous.
Further it can't be gu
a
ranteed, that the internal process runs synchronous.
Thats why we preferr using of specialized methods afterwards e.g. to:
- wait till the internal job will be finished
and get the results
...
...
odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java
Dosyayı görüntüle @
5fd534de
...
...
@@ -92,7 +92,7 @@ public class AsyncJob extends WeakBase implements XServiceInfo, XAsyncJob
com
.
sun
.
star
.
task
.
XJobListener
xListener
)
throws
com
.
sun
.
star
.
lang
.
IllegalArgumentException
{
// For asynchronous jobs a valid listener reference is guranteed normaly ...
// For asynchronous jobs a valid listener reference is gu
a
ranteed normaly ...
if
(
xListener
==
null
)
throw
new
com
.
sun
.
star
.
lang
.
IllegalArgumentException
(
"invalid listener"
);
...
...
unotools/source/config/moduleoptions.cxx
Dosyayı görüntüle @
5fd534de
...
...
@@ -340,7 +340,7 @@ SvtModuleOptions_Impl::SvtModuleOptions_Impl()
:
::
utl
::
ConfigItem
(
ROOTNODE_FACTORIES
)
,
m_bReadOnlyStatesWellKnown
(
false
)
{
// First initialize list of factory infos! Otherwise we couldnt gurantee right working of these class.
// First initialize list of factory infos! Otherwise we couldnt gu
a
rantee right working of these class.
for
(
sal_Int32
nFactory
=
0
;
nFactory
<
FACTORYCOUNT
;
++
nFactory
)
m_lFactories
[
nFactory
].
free
();
...
...
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