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
2e1cafaf
Kaydet (Commit)
2e1cafaf
authored
Agu 31, 2017
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin fairly pointless default for parameter that was defaulted just once anyway
Change-Id: If6d7c8f3223a45803a05d4950abe27bd90ac6dc6
üst
7cc22cb0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
profilezone.hxx
include/comphelper/profilezone.hxx
+1
-1
vclxtoolkit.cxx
toolkit/source/awt/vclxtoolkit.cxx
+1
-1
No files found.
include/comphelper/profilezone.hxx
Dosyayı görüntüle @
2e1cafaf
...
@@ -24,7 +24,7 @@ namespace comphelper
...
@@ -24,7 +24,7 @@ namespace comphelper
namespace
ProfileRecording
namespace
ProfileRecording
{
{
COMPHELPER_DLLPUBLIC
void
startRecording
(
bool
bRecording
=
true
);
COMPHELPER_DLLPUBLIC
void
startRecording
(
bool
bRecording
);
COMPHELPER_DLLPUBLIC
long
long
addRecording
(
const
char
*
aProfileId
,
long
long
aCreateTime
);
COMPHELPER_DLLPUBLIC
long
long
addRecording
(
const
char
*
aProfileId
,
long
long
aCreateTime
);
...
...
toolkit/source/awt/vclxtoolkit.cxx
Dosyayı görüntüle @
2e1cafaf
...
@@ -1924,7 +1924,7 @@ void SAL_CALL VCLXToolkit::pause(sal_Int32 nMilliseconds)
...
@@ -1924,7 +1924,7 @@ void SAL_CALL VCLXToolkit::pause(sal_Int32 nMilliseconds)
void
SAL_CALL
VCLXToolkit
::
startRecording
()
void
SAL_CALL
VCLXToolkit
::
startRecording
()
{
{
::
comphelper
::
ProfileRecording
::
startRecording
();
::
comphelper
::
ProfileRecording
::
startRecording
(
true
);
}
}
void
SAL_CALL
VCLXToolkit
::
stopRecording
()
void
SAL_CALL
VCLXToolkit
::
stopRecording
()
...
...
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