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
20144988
Kaydet (Commit)
20144988
authored
May 05, 2014
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use css alias in svapp.hxx
Change-Id: Ifffcf30f68aa4486e22211d9dfc5ad6d77346a85
üst
deba6ec8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
svapp.hxx
include/vcl/svapp.hxx
+4
-2
No files found.
include/vcl/svapp.hxx
Dosyayı görüntüle @
20144988
...
@@ -23,6 +23,8 @@
...
@@ -23,6 +23,8 @@
#include <config_features.h>
#include <config_features.h>
#include <sal/config.h>
#include <sal/config.h>
#include <sal/types.h>
#include <cassert>
#include <cassert>
#include <stdexcept>
#include <stdexcept>
...
@@ -928,7 +930,7 @@ public:
...
@@ -928,7 +930,7 @@ public:
@returns UNO reference to an object that implements the css:awt:XDisplayConnection
@returns UNO reference to an object that implements the css:awt:XDisplayConnection
interface.
interface.
*/
*/
static
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XDisplayConnection
>
GetDisplayConnection
();
static
css
::
uno
::
Reference
<
css
::
awt
::
XDisplayConnection
>
GetDisplayConnection
();
/** @deprecated AppEvent is used only in the Desktop class now. However, it is
/** @deprecated AppEvent is used only in the Desktop class now. However, it is
intended to notify the application that an event has occured. It was in oldsv.cxx,
intended to notify the application that an event has occured. It was in oldsv.cxx,
...
@@ -1352,7 +1354,7 @@ public:
...
@@ -1352,7 +1354,7 @@ public:
@returns UNO reference to VCL toolkit
@returns UNO reference to VCL toolkit
*/
*/
static
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XToolkit
>
GetVCLToolkit
();
static
css
::
uno
::
Reference
<
css
::
awt
::
XToolkit
>
GetVCLToolkit
();
/** Get the application's UNO wrapper object.
/** Get the application's UNO wrapper object.
...
...
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