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
f2b1841a
Kaydet (Commit)
f2b1841a
authored
Haz 15, 2012
tarafından
Felix Zhang
Kaydeden (comit)
Radek Doulik
Agu 21, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
n760019: removing problematic code that disrupts numbering level
Change-Id: Idb997e672e4f997ad324bdb5d49ab7dae4a9e9e9
üst
6f37f7f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
textparagraph.cxx
oox/source/drawingml/textparagraph.cxx
+0
-6
No files found.
oox/source/drawingml/textparagraph.cxx
Dosyayı görüntüle @
f2b1841a
...
@@ -125,12 +125,6 @@ void TextParagraph::insertAt(
...
@@ -125,12 +125,6 @@ void TextParagraph::insertAt(
const
OUString
sNumberingLevel
(
CREATE_OUSTRING
(
"NumberingLevel"
)
);
const
OUString
sNumberingLevel
(
CREATE_OUSTRING
(
"NumberingLevel"
)
);
xProps
->
setPropertyValue
(
sNumberingLevel
,
Any
(
static_cast
<
sal_Int16
>
(
-
1
)
)
);
xProps
->
setPropertyValue
(
sNumberingLevel
,
Any
(
static_cast
<
sal_Int16
>
(
-
1
)
)
);
}
}
else
if
(
nLevel
>
1
)
{
// Even more UGLY HACK
const
OUString
sNumberingLevel
(
CREATE_OUSTRING
(
"NumberingLevel"
)
);
xProps
->
setPropertyValue
(
sNumberingLevel
,
Any
(
static_cast
<
sal_Int16
>
(
nLevel
-
1
)
)
);
}
// FIXME this is causing a lot of dispruption (ie does not work). I wonder what to do -- Hub
// FIXME this is causing a lot of dispruption (ie does not work). I wonder what to do -- Hub
// Reference< XTextRange > xEnd( xAt, UNO_QUERY );
// Reference< XTextRange > xEnd( xAt, UNO_QUERY );
...
...
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