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
cb8c6bf3
Kaydet (Commit)
cb8c6bf3
authored
Haz 13, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
don't make it a secret what the errors are
Change-Id: Id5af439df527148e01ef41f21e55ff88ca19e672
üst
a1dda85b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
xsvgparser.cxx
svgio/source/svguno/xsvgparser.cxx
+2
-2
svgdata.cxx
vcl/source/gdi/svgdata.cxx
+2
-2
No files found.
svgio/source/svguno/xsvgparser.cxx
Dosyayı görüntüle @
cb8c6bf3
...
@@ -151,9 +151,9 @@ namespace svgio
...
@@ -151,9 +151,9 @@ namespace svgio
// be processable from all our processors
// be processable from all our processors
xParser
->
parseStream
(
myInputSource
);
xParser
->
parseStream
(
myInputSource
);
}
}
catch
(
uno
::
Exception
&
)
catch
(
const
uno
::
Exception
&
e
)
{
{
OSL_ENSURE
(
false
,
"Parse error (!)"
);
SAL_WARN
(
"svg"
,
"Parse error! : "
<<
e
.
Message
);
}
}
// decompose to primitives
// decompose to primitives
...
...
vcl/source/gdi/svgdata.cxx
Dosyayı görüntüle @
cb8c6bf3
...
@@ -82,9 +82,9 @@ BitmapEx VCL_DLLPUBLIC convertPrimitive2DSequenceToBitmapEx(
...
@@ -82,9 +82,9 @@ BitmapEx VCL_DLLPUBLIC convertPrimitive2DSequenceToBitmapEx(
}
}
}
}
}
}
catch
(
const
uno
::
Exception
&
)
catch
(
const
uno
::
Exception
&
e
)
{
{
OSL_ENSURE
(
sal_False
,
"Got no graphic::XPrimitive2DRenderer (!)"
);
SAL_WARN
(
"vcl"
,
"Got no graphic::XPrimitive2DRenderer! : "
<<
e
.
Message
);
}
}
}
}
...
...
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