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
120d3fe1
Kaydet (Commit)
120d3fe1
authored
Şub 14, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
appdde.cxx: try to fix MSVC build
Change-Id: I14baa8bc0a462492ada6e4aeb8d8f90a0de2a51d
üst
1e95602e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
appdde.cxx
sfx2/source/appl/appdde.cxx
+5
-5
No files found.
sfx2/source/appl/appdde.cxx
Dosyayı görüntüle @
120d3fe1
...
@@ -233,7 +233,7 @@ class SfxDdeDocTopics_Impl : public std::vector<SfxDdeDocTopic_Impl*> {};
...
@@ -233,7 +233,7 @@ class SfxDdeDocTopics_Impl : public std::vector<SfxDdeDocTopic_Impl*> {};
//========================================================================
//========================================================================
sal_Bool
SfxAppEvent_Impl
(
ApplicationEvent
&
rAppEvent
,
sal_Bool
SfxAppEvent_Impl
(
ApplicationEvent
&
rAppEvent
,
const
String
&
rCmd
,
const
String
&
rEvent
,
const
OUString
&
rCmd
,
const
OUString
&
rEvent
,
ApplicationEvent
::
Type
eType
)
ApplicationEvent
::
Type
eType
)
/* [Description]
/* [Description]
...
@@ -250,12 +250,12 @@ sal_Bool SfxAppEvent_Impl( ApplicationEvent &rAppEvent,
...
@@ -250,12 +250,12 @@ sal_Bool SfxAppEvent_Impl( ApplicationEvent &rAppEvent,
*/
*/
{
{
String
aEvent
(
rEvent
);
OUString
sEvent
(
rEvent
);
aEvent
+=
'('
;
sEvent
+=
"("
;
if
(
rCmd
.
CompareIgnoreCaseToAscii
(
aEvent
,
aEvent
.
Len
()
)
==
COMPARE_EQUAL
)
if
(
rCmd
.
startsWithIgnoreAsciiCase
(
sEvent
)
)
{
{
::
rtl
::
OUStringBuffer
aData
(
rCmd
);
::
rtl
::
OUStringBuffer
aData
(
rCmd
);
aData
.
remove
(
0
,
aEvent
.
Len
()
);
aData
.
remove
(
0
,
sEvent
.
getLength
()
);
if
(
aData
.
getLength
()
>
2
)
if
(
aData
.
getLength
()
>
2
)
{
{
// Transform into the ApplicationEvent Format
// Transform into the ApplicationEvent Format
...
...
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