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
97f04c8e
Kaydet (Commit)
97f04c8e
authored
Şub 14, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
make compilable on RHEL-6
Change-Id: I5d0e2c23af1972c84e999ad458ae47703d94e9e0
üst
cb4b27a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
gtkframe.hxx
vcl/inc/unx/gtk/gtkframe.hxx
+4
-0
tabpage.hxx
vcl/inc/vcl/tabpage.hxx
+1
-1
No files found.
vcl/inc/unx/gtk/gtkframe.hxx
Dosyayı görüntüle @
97f04c8e
...
@@ -54,6 +54,10 @@ typedef XLIB_Window GdkNativeWindow;
...
@@ -54,6 +54,10 @@ typedef XLIB_Window GdkNativeWindow;
#define gdk_window_foreign_new_for_display(a,b) gdk_x11_window_foreign_new_for_display(a,b)
#define gdk_window_foreign_new_for_display(a,b) gdk_x11_window_foreign_new_for_display(a,b)
#endif
#endif
#if !(GLIB_MAJOR_VERSION > 2 || GLIB_MINOR_VERSION >= 26)
typedef
void
GDBusConnection
;
#endif
class
GtkSalFrame
:
public
SalFrame
class
GtkSalFrame
:
public
SalFrame
{
{
static
const
int
nMaxGraphics
=
2
;
static
const
int
nMaxGraphics
=
2
;
...
...
vcl/inc/vcl/tabpage.hxx
Dosyayı görüntüle @
97f04c8e
...
@@ -40,7 +40,7 @@ private:
...
@@ -40,7 +40,7 @@ private:
public
:
public
:
TabPage
(
Window
*
pParent
,
WinBits
nStyle
=
0
);
TabPage
(
Window
*
pParent
,
WinBits
nStyle
=
0
);
TabPage
(
Window
*
pParent
,
const
rtl
::
OString
&
rID
,
const
rtl
::
OUString
&
rUIXMLDescription
);
TabPage
(
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
);
TabPage
(
Window
*
pParent
,
const
ResId
&
rResId
);
TabPage
(
Window
*
pParent
,
const
ResId
&
rResId
);
...
...
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