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
3567a7e3
Kaydet (Commit)
3567a7e3
authored
Ara 21, 2012
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some cppcheck cleaning in embedserv
Change-Id: I49d81f482c6b97627e6e7cc3741246b70383eb5a
üst
c0997ff4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
ed_ioleobject.cxx
embedserv/source/embed/ed_ioleobject.cxx
+0
-2
dllentry.cxx
embedserv/source/inprocserv/dllentry.cxx
+1
-1
No files found.
embedserv/source/embed/ed_ioleobject.cxx
Dosyayı görüntüle @
3567a7e3
...
...
@@ -176,12 +176,10 @@ STDMETHODIMP EmbedDocument_Impl::DoVerb(
OSL_ENSURE
(
m_pDocHolder
,
"no document for inplace activation"
);
return
m_pDocHolder
->
InPlaceActivate
(
pActiveSite
,
FALSE
);
break
;
case
OLEIVERB_UIACTIVATE
:
OSL_ENSURE
(
m_pDocHolder
,
"no document for inplace activation"
);
return
m_pDocHolder
->
InPlaceActivate
(
pActiveSite
,
TRUE
);
break
;
case
OLEIVERB_PRIMARY
:
case
OLEIVERB_SHOW
:
OSL_ENSURE
(
m_pDocHolder
,
"no document for inplace activation"
);
...
...
embedserv/source/inprocserv/dllentry.cxx
Dosyayı görüntüle @
3567a7e3
...
...
@@ -207,10 +207,10 @@ extern "C" STDAPI INPROC_DLLPUBLIC DllCanUnloadNow()
// -------------------------------------------------------------------------------
STDAPI
INPROC_DLLPUBLIC
DllRegisterServer
(
void
)
{
char
aLibPath
[
1024
];
HMODULE
aCurModule
=
GetModuleHandleA
(
"inprocserv.dll"
);
if
(
aCurModule
)
{
char
aLibPath
[
1024
];
DWORD
nLen
=
GetModuleFileNameA
(
aCurModule
,
aLibPath
,
1019
);
if
(
nLen
&&
nLen
<
1019
)
{
...
...
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