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
eebc75ea
Kaydet (Commit)
eebc75ea
authored
Ara 10, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typos (mainly "propably")
Change-Id: Ifeecd82f98f9be9f90d293a7b68691f91d7bbc34
üst
cfb58670
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
sdpptwrp.cxx
sd/source/filter/sdpptwrp.cxx
+1
-1
ViewShellBase.cxx
sd/source/ui/view/ViewShellBase.cxx
+1
-1
zforlist.cxx
svl/source/numbers/zforlist.cxx
+1
-1
moduleoptions.cxx
unotools/source/config/moduleoptions.cxx
+2
-2
No files found.
sd/source/filter/sdpptwrp.cxx
Dosyayı görüntüle @
eebc75ea
...
...
@@ -88,7 +88,7 @@ sal_Bool SdPPTFilter::Import()
if
(
!
pStorage
->
GetError
()
)
{
/* check if there is a dualstorage, then the
document is pro
p
ably a PPT95 containing PPT97 */
document is pro
b
ably a PPT95 containing PPT97 */
SvStorageRef
xDualStorage
;
OUString
sDualStorage
(
"PP97_DUALSTORAGE"
);
if
(
pStorage
->
IsContained
(
sDualStorage
)
)
...
...
sd/source/ui/view/ViewShellBase.cxx
Dosyayı görüntüle @
eebc75ea
...
...
@@ -998,7 +998,7 @@ OUString ViewShellBase::GetInitialViewShellType (void)
break
;
default
:
// The page kind is invalid. This is pro
p
ably an
// The page kind is invalid. This is pro
b
ably an
// error by the caller. We use the standard type to
// keep things going.
DBG_ASSERT
(
sal_False
,
"ViewShellBase::GetInitialViewShellType: invalid page kind"
);
...
...
svl/source/numbers/zforlist.cxx
Dosyayı görüntüle @
eebc75ea
...
...
@@ -3434,7 +3434,7 @@ inline
{
return
false
;
// break loop
// even if there are more matching entries
// this one is pro
p
ably the one we are looking for
// this one is pro
b
ably the one we are looking for
}
else
{
...
...
unotools/source/config/moduleoptions.cxx
Dosyayı görüntüle @
eebc75ea
...
...
@@ -787,8 +787,8 @@ css::uno::Sequence< OUString > SvtModuleOptions_Impl::impl_ExpandSetNames( const
@descr Every factory has his own long and short name. So we can match right enum value for internal using.
@attention We change in/out parameter "eFactory" in every case! But you should use it only, if return value is sal_True!
Algorithm: Set out-parameter to pro
p
ably value ... and check the longname.
If it match with these factory - break operation and return true AND right set parameter.
Algorithm: Set out-parameter to pro
b
ably value ... and check the longname.
If it match
es
with these factory - break operation and return true AND right set parameter.
Otherwise try next one and so on. If no factory was found return false. Out parameter eFactory
is set to last tried value but shouldn't be used! Because our return value is false!
...
...
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