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
944d1fd5
Kaydet (Commit)
944d1fd5
authored
Mar 19, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix windows build and sal_Bool->bool
Change-Id: If88a5b1171ef0b586861dd071820bc993c4cf06e
üst
a251fe4d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
mimeconfighelper.cxx
comphelper/source/misc/mimeconfighelper.cxx
+4
-6
mimeconfighelper.hxx
include/comphelper/mimeconfighelper.hxx
+1
-1
No files found.
comphelper/source/misc/mimeconfighelper.cxx
Dosyayı görüntüle @
944d1fd5
...
...
@@ -696,23 +696,21 @@ SfxFilterFlags MimeConfigurationHelper::GetFilterFlags( const OUString& aFilterN
return
nFlags
;
}
sal_B
ool
MimeConfigurationHelper
::
AddFilterNameCheckOwnFile
(
b
ool
MimeConfigurationHelper
::
AddFilterNameCheckOwnFile
(
uno
::
Sequence
<
beans
::
PropertyValue
>&
aMediaDescr
)
{
sal_Bool
bResult
=
sal_False
;
OUString
aFilterName
=
UpdateMediaDescriptorWithFilterName
(
aMediaDescr
,
sal_False
);
if
(
!
aFilterName
.
isEmpty
()
)
{
SfxFilterFlags
nFlags
=
GetFilterFlags
(
aFilterName
);
// check the OWN flag
bResult
=
(
nFlags
&
SfxFilterFlags
::
OWN
);
return
bool
(
nFlags
&
SfxFilterFlags
::
OWN
);
}
return
bResult
;
return
false
;
}
#endif
#endif
OUString
MimeConfigurationHelper
::
GetDefaultFilterFromServiceName
(
const
OUString
&
aServiceName
,
sal_Int32
nVersion
)
{
...
...
include/comphelper/mimeconfighelper.hxx
Dosyayı görüntüle @
944d1fd5
...
...
@@ -115,7 +115,7 @@ public:
#ifdef WNT
SfxFilterFlags
GetFilterFlags
(
const
OUString
&
aFilterName
);
sal_B
ool
AddFilterNameCheckOwnFile
(
b
ool
AddFilterNameCheckOwnFile
(
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
aMediaDescr
);
#endif
...
...
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