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
40cddfce
Kaydet (Commit)
40cddfce
authored
Şub 09, 2012
tarafından
Carsten Niehaus
Kaydeden (comit)
Stephan Bergmann
Şub 10, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removing one obsolte GNUC check for GCC < 4.0.1
See
https://bugs.freedesktop.org/show_bug.cgi?id=45131
üst
3957a49b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
simplecanvasimpl.cxx
canvas/source/simplecanvas/simplecanvasimpl.cxx
+0
-6
No files found.
canvas/source/simplecanvas/simplecanvasimpl.cxx
Dosyayı görüntüle @
40cddfce
...
@@ -383,14 +383,8 @@ namespace
...
@@ -383,14 +383,8 @@ namespace
};
};
namespace
sdecl
=
comphelper
::
service_decl
;
namespace
sdecl
=
comphelper
::
service_decl
;
#if defined (__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ <= 3)
sdecl
::
class_
<
SimpleCanvasImpl
,
sdecl
::
with_args
<
true
>
>
serviceImpl
;
const
sdecl
::
ServiceDecl
simpleCanvasDecl
(
serviceImpl
,
#else
const
sdecl
::
ServiceDecl
simpleCanvasDecl
(
const
sdecl
::
ServiceDecl
simpleCanvasDecl
(
sdecl
::
class_
<
SimpleCanvasImpl
,
sdecl
::
with_args
<
true
>
>
(),
sdecl
::
class_
<
SimpleCanvasImpl
,
sdecl
::
with_args
<
true
>
>
(),
#endif
"com.sun.star.comp.rendering.SimpleCanvas"
,
"com.sun.star.comp.rendering.SimpleCanvas"
,
SERVICE_NAME
);
SERVICE_NAME
);
}
}
...
...
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