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
6172a95b
Kaydet (Commit)
6172a95b
authored
Ock 20, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some cppcheck cleaning
Change-Id: Ie975903daa84ddafb2ba7d58e18b8ef20b331596
üst
5bbc0068
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
introspection.cxx
stoc/source/inspect/introspection.cxx
+0
-1
ServerDetailsControls.cxx
svtools/source/dialogs/ServerDetailsControls.cxx
+1
-3
No files found.
stoc/source/inspect/introspection.cxx
Dosyayı görüntüle @
6172a95b
...
@@ -313,7 +313,6 @@ sal_Int32 IntrospectionAccessStatic_Impl::getMethodIndex( const ::rtl::OUString&
...
@@ -313,7 +313,6 @@ sal_Int32 IntrospectionAccessStatic_Impl::getMethodIndex( const ::rtl::OUString&
else
else
{
{
sal_Int32
nSearchFrom
=
aMethodName
.
getLength
();
sal_Int32
nSearchFrom
=
aMethodName
.
getLength
();
nSearchFrom
=
aMethodName
.
getLength
();
while
(
true
)
while
(
true
)
{
{
// Strategy: Search back until the first '_' is found
// Strategy: Search back until the first '_' is found
...
...
svtools/source/dialogs/ServerDetailsControls.cxx
Dosyayı görüntüle @
6172a95b
...
@@ -134,9 +134,7 @@ INetURLObject HostDetailsContainer::getUrl( )
...
@@ -134,9 +134,7 @@ INetURLObject HostDetailsContainer::getUrl( )
bool
HostDetailsContainer
::
setUrl
(
const
INetURLObject
&
rUrl
)
bool
HostDetailsContainer
::
setUrl
(
const
INetURLObject
&
rUrl
)
{
{
bool
bSuccess
=
false
;
bool
bSuccess
=
verifyScheme
(
INetURLObject
::
GetScheme
(
rUrl
.
GetProtocol
(
)
)
);
bSuccess
=
verifyScheme
(
INetURLObject
::
GetScheme
(
rUrl
.
GetProtocol
(
)
)
);
if
(
bSuccess
)
if
(
bSuccess
)
{
{
...
...
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