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
20ff812d
Kaydet (Commit)
20ff812d
authored
Nis 12, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid reserved identifier
Change-Id: Id2c34c5515ca72bba98ff618171b94a6d2da3620
üst
556d9a6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
xmlnmspe.hxx
include/xmloff/xmlnmspe.hxx
+3
-3
No files found.
include/xmloff/xmlnmspe.hxx
Dosyayı görüntüle @
20ff812d
...
@@ -28,11 +28,11 @@ const sal_uInt16 XML_NAMESPACE_##prefix##_IDX = key;
...
@@ -28,11 +28,11 @@ const sal_uInt16 XML_NAMESPACE_##prefix##_IDX = key;
#define XML_OLD_NAMESPACE( prefix, index ) \
#define XML_OLD_NAMESPACE( prefix, index ) \
const sal_uInt16 XML_OLD_NAMESPACE_##prefix##_IDX = \
const sal_uInt16 XML_OLD_NAMESPACE_##prefix##_IDX = \
(
_
XML_OLD_NAMESPACE_BASE+index);
(XML_OLD_NAMESPACE_BASE+index);
// current namespaces
// current namespaces
// These namespaces have the same index in the namespace table as prefix used.
// These namespaces have the same index in the namespace table as prefix used.
// If a namespace is added,
_
XML_OLD_NAMESPACE_BASE has to be adjusted!
// If a namespace is added, XML_OLD_NAMESPACE_BASE has to be adjusted!
XML_NAMESPACE
(
OFFICE
,
0U
)
XML_NAMESPACE
(
OFFICE
,
0U
)
XML_NAMESPACE
(
STYLE
,
1U
)
XML_NAMESPACE
(
STYLE
,
1U
)
XML_NAMESPACE
(
TEXT
,
2U
)
XML_NAMESPACE
(
TEXT
,
2U
)
...
@@ -84,7 +84,7 @@ XML_NAMESPACE_EXT( DRAW, 40U )
...
@@ -84,7 +84,7 @@ XML_NAMESPACE_EXT( DRAW, 40U )
XML_NAMESPACE_EXT
(
CALC
,
41U
)
XML_NAMESPACE_EXT
(
CALC
,
41U
)
XML_NAMESPACE_EXT
(
LO
,
42U
)
XML_NAMESPACE_EXT
(
LO
,
42U
)
#define
_
XML_OLD_NAMESPACE_BASE 43U
#define XML_OLD_NAMESPACE_BASE 43U
// namespaces used in the technical preview (SO 5.2)
// namespaces used in the technical preview (SO 5.2)
XML_OLD_NAMESPACE
(
FO
,
0U
)
XML_OLD_NAMESPACE
(
FO
,
0U
)
...
...
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