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
be2aa71a
Kaydet (Commit)
be2aa71a
authored
Ara 19, 2014
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
survive "TextBox" having no value
Change-Id: Iebed41cfcc5899387e3defb8d8a0792276349098
üst
0685b2e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
shapeexport.cxx
xmloff/source/draw/shapeexport.cxx
+1
-1
No files found.
xmloff/source/draw/shapeexport.cxx
Dosyayı görüntüle @
be2aa71a
...
@@ -358,7 +358,7 @@ void XMLShapeExport::collectShapeAutoStyles(const uno::Reference< drawing::XShap
...
@@ -358,7 +358,7 @@ void XMLShapeExport::collectShapeAutoStyles(const uno::Reference< drawing::XShap
}
}
}
}
if
(
aParentName
.
isEmpty
()
&&
xPropertySetInfo
->
hasPropertyByName
(
"TextBox"
)
&&
xPropSet
->
getPropertyValue
(
"TextBox"
).
get
<
bool
>
())
if
(
aParentName
.
isEmpty
()
&&
xPropertySetInfo
->
hasPropertyByName
(
"TextBox"
)
&&
xPropSet
->
getPropertyValue
(
"TextBox"
).
hasValue
()
&&
xPropSet
->
getPropertyValue
(
"TextBox"
).
get
<
bool
>
())
{
{
// Shapes with a Writer TextBox always have a parent style.
// Shapes with a Writer TextBox always have a parent style.
// If there would be none, then just assign the first available.
// If there would be none, then just assign the first available.
...
...
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