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
49ebf4f9
Kaydet (Commit)
49ebf4f9
authored
Eki 12, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin: unused string and misleading if/else indent
Change-Id: Idd0c4195e5988b3a0ee64282463db44e43d0c597
üst
0ac7f612
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
inettbc.cxx
svtools/source/control/inettbc.cxx
+0
-1
filedlg2.cxx
svtools/source/dialogs/filedlg2.cxx
+3
-6
No files found.
svtools/source/control/inettbc.cxx
Dosyayı görüntüle @
49ebf4f9
...
@@ -725,7 +725,6 @@ void SvtURLBox::TryAutoComplete( sal_Bool bForce )
...
@@ -725,7 +725,6 @@ void SvtURLBox::TryAutoComplete( sal_Bool bForce )
{
{
if
(
Application
::
AnyInput
(
VCL_INPUT_KEYBOARD
)
)
return
;
if
(
Application
::
AnyInput
(
VCL_INPUT_KEYBOARD
)
)
return
;
String
aMatchString
;
String
aCurText
=
GetText
();
String
aCurText
=
GetText
();
Selection
aSelection
(
GetSelection
()
);
Selection
aSelection
(
GetSelection
()
);
if
(
aSelection
.
Max
()
!=
aCurText
.
Len
()
&&
!
bForce
)
if
(
aSelection
.
Max
()
!=
aCurText
.
Len
()
&&
!
bForce
)
...
...
svtools/source/dialogs/filedlg2.cxx
Dosyayı görüntüle @
49ebf4f9
...
@@ -316,13 +316,11 @@ IMPL_LINK( ImpPathDialog, ClickHdl, Button*, pBtn )
...
@@ -316,13 +316,11 @@ IMPL_LINK( ImpPathDialog, ClickHdl, Button*, pBtn )
}
}
}
}
}
}
else
else
if
(
pBtn
==
pCancelBtn
)
if
(
pBtn
==
pCancelBtn
)
{
{
GetPathDialog
()
->
EndDialog
(
sal_False
);
GetPathDialog
()
->
EndDialog
(
sal_False
);
}
}
else
else
if
(
pBtn
==
pHomeBtn
)
if
(
pBtn
==
pHomeBtn
)
{
{
::
rtl
::
OUString
aHomeDir
;
::
rtl
::
OUString
aHomeDir
;
osl
::
Security
aSecurity
;
osl
::
Security
aSecurity
;
...
@@ -336,8 +334,7 @@ IMPL_LINK( ImpPathDialog, ClickHdl, Button*, pBtn )
...
@@ -336,8 +334,7 @@ IMPL_LINK( ImpPathDialog, ClickHdl, Button*, pBtn )
}
}
}
}
}
}
else
else
if
(
pBtn
==
pNewDirBtn
)
if
(
pBtn
==
pNewDirBtn
)
{
{
DirEntry
aFile
(
pEdit
->
GetText
()
);
DirEntry
aFile
(
pEdit
->
GetText
()
);
if
(
!
aFile
.
Exists
()
&&
!
FileStat
(
aFile
).
IsKind
(
FSYS_KIND_WILD
)
)
if
(
!
aFile
.
Exists
()
&&
!
FileStat
(
aFile
).
IsKind
(
FSYS_KIND_WILD
)
)
...
...
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