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
d1ea457d
Kaydet (Commit)
d1ea457d
authored
Şub 02, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use our standard include guard naming convention
Change-Id: Ida8aed52b57ca27cd7af7c3dd117345127efeb3c
üst
dd1ef615
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
12 deletions
+17
-12
LibreOfficeKit.h
include/LibreOfficeKit/LibreOfficeKit.h
+4
-3
LibreOfficeKit.hxx
include/LibreOfficeKit/LibreOfficeKit.hxx
+5
-3
LibreOfficeKitGtk.h
include/LibreOfficeKit/LibreOfficeKitGtk.h
+5
-3
LibreOfficeKitInit.h
include/LibreOfficeKit/LibreOfficeKitInit.h
+3
-3
No files found.
include/LibreOfficeKit/LibreOfficeKit.h
Dosyayı görüntüle @
d1ea457d
...
...
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_
DESKTOP_INC
_LIBREOFFICEKIT_H
#define INCLUDED_
DESKTOP_INC
_LIBREOFFICEKIT_H
#ifndef INCLUDED_
LIBREOFFICEKIT
_LIBREOFFICEKIT_H
#define INCLUDED_
LIBREOFFICEKIT
_LIBREOFFICEKIT_H
#include <stddef.h>
...
...
@@ -177,5 +177,6 @@ struct _LibreOfficeKitDocumentClass
}
#endif
#endif
#endif // INCLUDED_LIBREOFFICEKIT_LIBREOFFICEKIT_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
include/LibreOfficeKit/LibreOfficeKit.hxx
Dosyayı görüntüle @
d1ea457d
...
...
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_
DESKTOP_INC
_LIBREOFFICEKIT_HXX
#define INCLUDED_
DESKTOP_INC
_LIBREOFFICEKIT_HXX
#ifndef INCLUDED_
LIBREOFFICEKIT
_LIBREOFFICEKIT_HXX
#define INCLUDED_
LIBREOFFICEKIT
_LIBREOFFICEKIT_HXX
#include "LibreOfficeKit.h"
...
...
@@ -169,5 +169,7 @@ inline Office* lok_cpp_init(const char* pInstallPath)
}
}
#endif
#endif // INCLUDED_LIBREOFFICEKIT_LIBREOFFICEKIT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
include/LibreOfficeKit/LibreOfficeKitGtk.h
Dosyayı görüntüle @
d1ea457d
...
...
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_
DESKTOP_INC
_LIBREOFFICEKITGTK_H
#define INCLUDED_
DESKTOP_INC
_LIBREOFFICEKITGTK_H
#ifndef INCLUDED_
LIBREOFFICEKIT
_LIBREOFFICEKITGTK_H
#define INCLUDED_
LIBREOFFICEKIT
_LIBREOFFICEKITGTK_H
#include <gtk/gtk.h>
#include <gdk/gdk.h>
...
...
@@ -73,4 +73,6 @@ void lok_docview_set_edit (LOKDocView* pDocView,
}
#endif
#endif
#endif // INCLUDED_LIBREOFFICEKIT_LIBREOFFICEKITGTK_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
include/LibreOfficeKit/LibreOfficeKitInit.h
Dosyayı görüntüle @
d1ea457d
...
...
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_
DESKTOP_INC_LIBREOFFICEKIT_
INIT_H
#define INCLUDED_
DESKTOP_INC_LIBREOFFICEKIT_
INIT_H
#ifndef INCLUDED_
LIBREOFFICEKIT_LIBREOFFICEKIT
INIT_H
#define INCLUDED_
LIBREOFFICEKIT_LIBREOFFICEKIT
INIT_H
#include "LibreOfficeKit.h"
...
...
@@ -186,6 +186,6 @@ static LibreOfficeKit *lok_init( const char *install_path )
}
#endif
#endif
#endif
// INCLUDED_LIBREOFFICEKIT_LIBREOFFICEKITINIT_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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