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
dca2588b
Kaydet (Commit)
dca2588b
authored
Agu 16, 2011
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: remove assigned but unused variable
üst
c85c4bd7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
uno2cpp.cxx
bridges/source/cpp_uno/gcc3_linux_s390/uno2cpp.cxx
+0
-1
testcnttype.cxx
dtrans/source/cnttype/wbench/testcnttype.cxx
+0
-2
uitool.cxx
sw/source/ui/utlui/uitool.cxx
+1
-2
No files found.
bridges/source/cpp_uno/gcc3_linux_s390/uno2cpp.cxx
Dosyayı görüntüle @
dca2588b
...
@@ -516,7 +516,6 @@ void unoInterfaceProxyDispatch(
...
@@ -516,7 +516,6 @@ void unoInterfaceProxyDispatch(
// is my surrogate
// is my surrogate
bridges
::
cpp_uno
::
shared
::
UnoInterfaceProxy
*
pThis
bridges
::
cpp_uno
::
shared
::
UnoInterfaceProxy
*
pThis
=
static_cast
<
bridges
::
cpp_uno
::
shared
::
UnoInterfaceProxy
*>
(
pUnoI
);
=
static_cast
<
bridges
::
cpp_uno
::
shared
::
UnoInterfaceProxy
*>
(
pUnoI
);
typelib_InterfaceTypeDescription
*
pTypeDescr
=
pThis
->
pTypeDescr
;
switch
(
pMemberDescr
->
eTypeClass
)
switch
(
pMemberDescr
->
eTypeClass
)
{
{
...
...
dtrans/source/cnttype/wbench/testcnttype.cxx
Dosyayı görüntüle @
dca2588b
...
@@ -171,8 +171,6 @@ sal_Bool processCntTypesAndWriteResultIntoFile( char* fname, vector< string >& v
...
@@ -171,8 +171,6 @@ sal_Bool processCntTypesAndWriteResultIntoFile( char* fname, vector< string >& v
fseek
(
fstream
,
0L
,
SEEK_SET
);
fseek
(
fstream
,
0L
,
SEEK_SET
);
vector
<
string
>::
iterator
iter_end
=
vecData
.
end
(
);
vector
<
string
>::
iterator
iter_end
=
vecData
.
end
(
);
const
char
*
pStr
=
NULL
;
for
(
vector
<
string
>::
iterator
iter
=
vecData
.
begin
(
);
iter
!=
iter_end
;
++
iter
)
for
(
vector
<
string
>::
iterator
iter
=
vecData
.
begin
(
);
iter
!=
iter_end
;
++
iter
)
{
{
try
try
...
...
sw/source/ui/utlui/uitool.cxx
Dosyayı görüntüle @
dca2588b
...
@@ -677,8 +677,7 @@ SwTwips GetTableWidth( SwFrmFmt* pFmt, SwTabCols& rCols, sal_uInt16 *pPercent,
...
@@ -677,8 +677,7 @@ SwTwips GetTableWidth( SwFrmFmt* pFmt, SwTabCols& rCols, sal_uInt16 *pPercent,
{
{
if
(
pSh
)
if
(
pSh
)
{
{
const
SwFrmFmt
*
pFlyFmt
;
if
(
0
==
pSh
->
GetFlyFrmFmt
()
)
if
(
0
==
(
pFlyFmt
=
pSh
->
GetFlyFrmFmt
())
)
{
{
nWidth
=
pSh
->
GetAnyCurRect
(
RECT_PAGE_PRT
).
Width
();
nWidth
=
pSh
->
GetAnyCurRect
(
RECT_PAGE_PRT
).
Width
();
}
}
...
...
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