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
e52bae93
Kaydet (Commit)
e52bae93
authored
Haz 09, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wignored-attributes ("attribute declaration must precede definition")
Change-Id: Iee0e9ef3a623706c33f84c34c1fbbf5b173f7f5d
üst
3f0e8bda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lokdocview.cxx
libreofficekit/source/gtk/lokdocview.cxx
+1
-2
No files found.
libreofficekit/source/gtk/lokdocview.cxx
Dosyayı görüntüle @
e52bae93
...
...
@@ -208,6 +208,7 @@ enum
static
guint
doc_view_signals
[
LAST_SIGNAL
]
=
{
0
};
SAL_DLLPUBLIC_EXPORT
GType
lok_doc_view_get_type
();
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-function"
...
...
@@ -1196,8 +1197,6 @@ static void lok_doc_view_init (LOKDocView* pDocView)
g_signal_connect
(
G_OBJECT
(
pDocView
),
"destroy"
,
G_CALLBACK
(
LOKDocView_Impl
::
destroy
),
0
);
}
SAL_DLLPUBLIC_EXPORT
GType
lok_doc_view_get_type
();
SAL_DLLPUBLIC_EXPORT
GtkWidget
*
lok_doc_view_new
(
LibreOfficeKit
*
pOffice
)
{
LOKDocView
*
pDocView
=
LOK_DOC_VIEW
(
gtk_type_new
(
lok_doc_view_get_type
()));
...
...
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