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
8ece4abb
Kaydet (Commit)
8ece4abb
authored
Eyl 30, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-function
Change-Id: I68d030642fc3f396f7d95602847725bb8299bebf
üst
63389fd1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
23 deletions
+0
-23
access_controller.cxx
stoc/source/security/access_controller.cxx
+0
-11
file_policy.cxx
stoc/source/security/file_policy.cxx
+0
-12
No files found.
stoc/source/security/access_controller.cxx
Dosyayı görüntüle @
8ece4abb
...
...
@@ -310,17 +310,6 @@ Any acc_CurrentContext::getValueByName( OUString const & name )
//##################################################################################################
//--------------------------------------------------------------------------------------------------
static
inline
void
dispose
(
Reference
<
XInterface
>
const
&
x
)
SAL_THROW
(
(
RuntimeException
)
)
{
Reference
<
lang
::
XComponent
>
xComp
(
x
,
UNO_QUERY
);
if
(
xComp
.
is
())
{
xComp
->
dispose
();
}
}
//--------------------------------------------------------------------------------------------------
static
inline
Reference
<
security
::
XAccessControlContext
>
getDynamicRestriction
(
Reference
<
XCurrentContext
>
const
&
xContext
)
SAL_THROW
(
(
RuntimeException
)
)
...
...
stoc/source/security/file_policy.cxx
Dosyayı görüntüle @
8ece4abb
...
...
@@ -51,18 +51,6 @@ using namespace ::com::sun::star::uno;
namespace
stoc_sec
{
//--------------------------------------------------------------------------------------------------
static
inline
void
dispose
(
Reference
<
XInterface
>
const
&
x
)
SAL_THROW
(
(
RuntimeException
)
)
{
Reference
<
lang
::
XComponent
>
xComp
(
x
,
UNO_QUERY
);
if
(
xComp
.
is
())
{
xComp
->
dispose
();
}
}
//##################################################################################################
struct
MutexHolder
{
...
...
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