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
e943a42e
Kaydet (Commit)
e943a42e
authored
Tem 02, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:casttovoid: svl
Change-Id: Iec49ad76f102dc228d41beb10d7e99ed197c0ea8
üst
34947556
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
12 deletions
+5
-12
test_IndexedStyleSheets.cxx
svl/qa/unit/items/test_IndexedStyleSheets.cxx
+1
-2
test_SfxBroadcaster.cxx
svl/qa/unit/notify/test_SfxBroadcaster.cxx
+1
-2
filenotation.cxx
svl/source/misc/filenotation.cxx
+0
-1
zforfind.cxx
svl/source/numbers/zforfind.cxx
+1
-2
zforlist.cxx
svl/source/numbers/zforlist.cxx
+0
-1
undo.cxx
svl/source/undo/undo.cxx
+2
-4
No files found.
svl/qa/unit/items/test_IndexedStyleSheets.cxx
Dosyayı görüntüle @
e943a42e
...
@@ -30,8 +30,7 @@ class MockedStyleSheet : public SfxStyleSheetBase
...
@@ -30,8 +30,7 @@ class MockedStyleSheet : public SfxStyleSheetBase
};
};
struct
DummyPredicate
:
public
StyleSheetPredicate
{
struct
DummyPredicate
:
public
StyleSheetPredicate
{
bool
Check
(
const
SfxStyleSheetBase
&
styleSheet
)
override
{
bool
Check
(
const
SfxStyleSheetBase
&
)
override
{
(
void
)
styleSheet
;
// fix compiler warning
return
true
;
return
true
;
}
}
};
};
...
...
svl/qa/unit/notify/test_SfxBroadcaster.cxx
Dosyayı görüntüle @
e943a42e
...
@@ -42,8 +42,7 @@ public:
...
@@ -42,8 +42,7 @@ public:
MockedSfxListener
()
MockedSfxListener
()
:
mNotifyWasCalled
(
false
)
{}
:
mNotifyWasCalled
(
false
)
{}
void
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
)
override
{
void
Notify
(
SfxBroadcaster
&
,
const
SfxHint
&
)
override
{
(
void
)(
rBC
);
(
void
)(
rHint
);
// avoid warnings about unused parameters
mNotifyWasCalled
=
true
;
mNotifyWasCalled
=
true
;
}
}
...
...
svl/source/misc/filenotation.cxx
Dosyayı görüntüle @
e943a42e
...
@@ -103,7 +103,6 @@ namespace svt
...
@@ -103,7 +103,6 @@ namespace svt
}
}
OSL_ENSURE
(
bSuccess
,
"OFileNotation::OFileNotation: could not detect the format!"
);
OSL_ENSURE
(
bSuccess
,
"OFileNotation::OFileNotation: could not detect the format!"
);
(
void
)
bSuccess
;
}
}
OUString
OFileNotation
::
get
(
NOTATION
_eOutputNotation
)
OUString
OFileNotation
::
get
(
NOTATION
_eOutputNotation
)
...
...
svl/source/numbers/zforfind.cxx
Dosyayı görüntüle @
e943a42e
...
@@ -470,10 +470,9 @@ bool ImpSvNumberInputScan::StringContainsWord( const OUString& rWhat,
...
@@ -470,10 +470,9 @@ bool ImpSvNumberInputScan::StringContainsWord( const OUString& rWhat,
return
false
;
// Alpha or numeric is not word gap.
return
false
;
// Alpha or numeric is not word gap.
sal_Int32
nIndex
=
nPos
;
sal_Int32
nIndex
=
nPos
;
const
sal_uInt32
uc
=
rString
.
iterateCodePoints
(
&
nIndex
);
rString
.
iterateCodePoints
(
&
nIndex
);
if
(
nPos
+
1
<
nIndex
)
if
(
nPos
+
1
<
nIndex
)
return
true
;
// Surrogate, assume these to be new words.
return
true
;
// Surrogate, assume these to be new words.
(
void
)
uc
;
const
sal_Int32
nType
=
pFormatter
->
GetCharClass
()
->
getCharacterType
(
rString
,
nPos
);
const
sal_Int32
nType
=
pFormatter
->
GetCharClass
()
->
getCharacterType
(
rString
,
nPos
);
using
namespace
::
com
::
sun
::
star
::
i18n
;
using
namespace
::
com
::
sun
::
star
::
i18n
;
...
...
svl/source/numbers/zforlist.cxx
Dosyayı görüntüle @
e943a42e
...
@@ -502,7 +502,6 @@ void SvNumberFormatter::ReplaceSystemCL( LanguageType eOldLanguage )
...
@@ -502,7 +502,6 @@ void SvNumberFormatter::ReplaceSystemCL( LanguageType eOldLanguage )
}
}
}
}
DBG_ASSERT
(
bCheck
,
"SvNumberFormatter::ReplaceSystemCL: couldn't convert"
);
DBG_ASSERT
(
bCheck
,
"SvNumberFormatter::ReplaceSystemCL: couldn't convert"
);
(
void
)
bCheck
;
delete
pOldEntry
;
delete
pOldEntry
;
}
}
...
...
svl/source/undo/undo.cxx
Dosyayı görüntüle @
e943a42e
...
@@ -95,9 +95,8 @@ void SfxUndoAction::Undo()
...
@@ -95,9 +95,8 @@ void SfxUndoAction::Undo()
}
}
void
SfxUndoAction
::
UndoWithContext
(
SfxUndoContext
&
i_context
)
void
SfxUndoAction
::
UndoWithContext
(
SfxUndoContext
&
)
{
{
(
void
)
i_context
;
Undo
();
Undo
();
}
}
...
@@ -109,9 +108,8 @@ void SfxUndoAction::Redo()
...
@@ -109,9 +108,8 @@ void SfxUndoAction::Redo()
}
}
void
SfxUndoAction
::
RedoWithContext
(
SfxUndoContext
&
i_context
)
void
SfxUndoAction
::
RedoWithContext
(
SfxUndoContext
&
)
{
{
(
void
)
i_context
;
Redo
();
Redo
();
}
}
...
...
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