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
187a5137
Kaydet (Commit)
187a5137
authored
Nis 15, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1202981 Non-virtual destructor
Change-Id: Iabf91e6c8e450b72b83de51c6a1fb6986f88b430
üst
46401db8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
escherex.hxx
include/filter/msfilter/escherex.hxx
+3
-4
No files found.
include/filter/msfilter/escherex.hxx
Dosyayı görüntüle @
187a5137
...
...
@@ -1107,9 +1107,8 @@ public:
void
SetBaseURI
(
const
OUString
&
rBaseURI
)
{
maBaseURI
=
rBaseURI
;
};
const
OUString
&
GetBaseURI
()
{
return
maBaseURI
;
};
EscherGraphicProvider
(
sal_uInt32
nFlags
=
_E_GRAPH_PROV_DO_NOT_ROTATE_METAFILES
);
~
EscherGraphicProvider
();
EscherGraphicProvider
(
sal_uInt32
nFlags
=
_E_GRAPH_PROV_DO_NOT_ROTATE_METAFILES
);
virtual
~
EscherGraphicProvider
();
};
struct
EscherShapeListEntry
;
...
...
@@ -1604,7 +1603,7 @@ public:
/** Returns the graphic provider from the global object that has been
passed to the constructor.
*/
inline
EscherGraphicProvider
&
GetGraphicProvider
()
{
return
*
mxGlobal
;
}
EscherGraphicProvider
&
GetGraphicProvider
()
{
return
*
mxGlobal
;
}
/** Called if a picture shall be written and no picture stream is set at
class ImplEscherExSdr.
...
...
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