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
2b9cef02
Kaydet (Commit)
2b9cef02
authored
Mar 28, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin pointless static const members used only in one place
Change-Id: I5cf39093e01dfd381624975f3267a2f7349ed8e5
üst
704cf81e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
officeipcthread.cxx
desktop/source/app/officeipcthread.cxx
+1
-5
officeipcthread.hxx
desktop/source/app/officeipcthread.hxx
+0
-2
No files found.
desktop/source/app/officeipcthread.cxx
Dosyayı görüntüle @
2b9cef02
...
@@ -51,10 +51,6 @@ using namespace ::com::sun::star::uno;
...
@@ -51,10 +51,6 @@ using namespace ::com::sun::star::uno;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
com
::
sun
::
star
::
frame
;
using
namespace
::
com
::
sun
::
star
::
frame
;
const
char
*
OfficeIPCThread
::
sc_aShowSequence
=
"-tofront"
;
const
int
OfficeIPCThread
::
sc_nShSeqLength
=
5
;
namespace
{
namespace
{
#if HAVE_FEATURE_DESKTOP || defined(ANDROID)
#if HAVE_FEATURE_DESKTOP || defined(ANDROID)
...
@@ -922,7 +918,7 @@ void OfficeIPCThread::execute()
...
@@ -922,7 +918,7 @@ void OfficeIPCThread::execute()
delete
pRequest
;
delete
pRequest
;
pRequest
=
NULL
;
pRequest
=
NULL
;
}
}
if
(
aArguments
.
equalsL
(
sc_aShowSequence
,
sc_nShSeqLength
)
||
if
(
aArguments
.
equalsL
(
RTL_CONSTASCII_STRINGPARAM
(
"-tofront"
)
)
||
aCmdLineArgs
->
IsEmpty
())
aCmdLineArgs
->
IsEmpty
())
{
{
// no document was sent, just bring Office to front
// no document was sent, just bring Office to front
...
...
desktop/source/app/officeipcthread.hxx
Dosyayı görüntüle @
2b9cef02
...
@@ -87,8 +87,6 @@ class OfficeIPCThread : public salhelper::Thread
...
@@ -87,8 +87,6 @@ class OfficeIPCThread : public salhelper::Thread
::
osl
::
Condition
cReady
;
::
osl
::
Condition
cReady
;
static
::
osl
::
Mutex
&
GetMutex
();
static
::
osl
::
Mutex
&
GetMutex
();
static
const
char
*
sc_aShowSequence
;
static
const
int
sc_nShSeqLength
;
OfficeIPCThread
();
OfficeIPCThread
();
...
...
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