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
6a682c41
Kaydet (Commit)
6a682c41
authored
Nis 14, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clean up function declarations
Change-Id: Id628629bdab2aa9446d449bc091a7bb82dab54eb
üst
6880e9c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
xsvgparser.cxx
svgio/source/svguno/xsvgparser.cxx
+2
-4
No files found.
svgio/source/svguno/xsvgparser.cxx
Dosyayı görüntüle @
6a682c41
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
#include "sal/config.h"
#include "sal/config.h"
#include <boost/noncopyable.hpp>
#include <com/sun/star/graphic/XSvgParser.hpp>
#include <com/sun/star/graphic/XSvgParser.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
...
@@ -38,12 +39,9 @@ namespace svgio
...
@@ -38,12 +39,9 @@ namespace svgio
{
{
namespace
svgreader
namespace
svgreader
{
{
class
XSvgParser
:
public
::
cppu
::
WeakAggImplHelper2
<
graphic
::
XSvgParser
,
lang
::
XServiceInfo
>
class
XSvgParser
:
public
::
cppu
::
WeakAggImplHelper2
<
graphic
::
XSvgParser
,
lang
::
XServiceInfo
>
,
private
boost
::
noncopyable
{
{
private
:
private
:
XSvgParser
(
const
XSvgParser
&
);
XSvgParser
&
operator
=
(
const
XSvgParser
&
);
uno
::
Reference
<
uno
::
XComponentContext
>
context_
;
uno
::
Reference
<
uno
::
XComponentContext
>
context_
;
protected
:
protected
:
...
...
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