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
1af22c05
Kaydet (Commit)
1af22c05
authored
Mar 18, 2013
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix other problems found by Wundef
Change-Id: Ib4aba95436f82d2a20b07a092f0fd07e0620fdcf
üst
2c17beb7
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
5 deletions
+6
-5
sfxacldetect.cxx
sfx2/source/doc/sfxacldetect.cxx
+1
-1
popup.hrc
sw/source/ui/inc/popup.hrc
+1
-1
diff.cxx
test/source/diff/diff.cxx
+1
-1
DomainMapperTableManager.cxx
writerfilter/source/dmapper/DomainMapperTableManager.cxx
+1
-1
ThemeTable.cxx
writerfilter/source/dmapper/ThemeTable.cxx
+1
-1
secerror.cxx
xmlsecurity/source/xmlsec/nss/secerror.cxx
+1
-0
No files found.
sfx2/source/doc/sfxacldetect.cxx
Dosyayı görüntüle @
1af22c05
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
*/
*/
#include "sfxacldetect.hxx"
#if EXTRA_ACL_CHECK
#if EXTRA_ACL_CHECK
...
...
sw/source/ui/inc/popup.hrc
Dosyayı görüntüle @
1af22c05
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
#define MN_HEADERFOOTER_BUTTON (RC_POPUPS_BEGIN + 18)
#define MN_HEADERFOOTER_BUTTON (RC_POPUPS_BEGIN + 18)
#define MN_PAGEBREAK_BUTTON (RC_POPUPS_BEGIN + 19)
#define MN_PAGEBREAK_BUTTON (RC_POPUPS_BEGIN + 19)
#if MN_PAGEBREAK_
POPUPMENU
> RC_POPUPS_END
#if MN_PAGEBREAK_
BUTTON
> RC_POPUPS_END
#error Resource-Id Ueberlauf in #file, #line
#error Resource-Id Ueberlauf in #file, #line
#endif
#endif
...
...
test/source/diff/diff.cxx
Dosyayı görüntüle @
1af22c05
...
@@ -354,7 +354,7 @@ bool XMLDiff::compareAttributes(xmlNodePtr node1, xmlNodePtr node2)
...
@@ -354,7 +354,7 @@ bool XMLDiff::compareAttributes(xmlNodePtr node1, xmlNodePtr node2)
}
}
// unequal number of attributes
// unequal number of attributes
#if CPPUNIT_ASSERT
#if
def
CPPUNIT_ASSERT
CPPUNIT_ASSERT
(
!
attr1
);
CPPUNIT_ASSERT
(
!
attr1
);
CPPUNIT_ASSERT
(
!
attr2
);
CPPUNIT_ASSERT
(
!
attr2
);
#else
#else
...
...
writerfilter/source/dmapper/DomainMapperTableManager.cxx
Dosyayı görüntüle @
1af22c05
...
@@ -239,7 +239,7 @@ bool DomainMapperTableManager::sprm(Sprm & rSprm)
...
@@ -239,7 +239,7 @@ bool DomainMapperTableManager::sprm(Sprm & rSprm)
break
;
break
;
case
NS_ooxml
:
:
LN_CT_TcPrBase_gridSpan
:
//number of grid positions spanned by this cell
case
NS_ooxml
:
:
LN_CT_TcPrBase_gridSpan
:
//number of grid positions spanned by this cell
{
{
#if DEBUG_DOMAINMAPPER
#if
def
DEBUG_DOMAINMAPPER
dmapper_logger
->
startElement
(
"tablemanager.GridSpan"
);
dmapper_logger
->
startElement
(
"tablemanager.GridSpan"
);
dmapper_logger
->
attribute
(
"gridSpan"
,
nIntValue
);
dmapper_logger
->
attribute
(
"gridSpan"
,
nIntValue
);
dmapper_logger
->
endElement
();
dmapper_logger
->
endElement
();
...
...
writerfilter/source/dmapper/ThemeTable.cxx
Dosyayı görüntüle @
1af22c05
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#include <ooxml/resourceids.hxx>
#include <ooxml/resourceids.hxx>
#include "dmapperLoggers.hxx"
#include "dmapperLoggers.hxx"
#if DEBUG_DOMAINMAPPER
#if
def
DEBUG_DOMAINMAPPER
#include <resourcemodel/QNameToString.hxx>
#include <resourcemodel/QNameToString.hxx>
#endif
#endif
...
...
xmlsecurity/source/xmlsec/nss/secerror.cxx
Dosyayı görüntüle @
1af22c05
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
#include "secerr.h"
#include "secerr.h"
#include "sslerr.h"
#include "sslerr.h"
#include "nspr.h"
#include "nspr.h"
#include "nss.h"
#include "certt.h"
#include "certt.h"
#include <sal/macros.h>
#include <sal/macros.h>
...
...
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