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
fe0e43a3
Kaydet (Commit)
fe0e43a3
authored
Ock 14, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unusedmethods unused return value in scripting
Change-Id: I9b203e255eddce59c37df1a94884e459df034459
üst
5669ea31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
23 deletions
+0
-23
stringresource.cxx
scripting/source/stringresource/stringresource.cxx
+0
-19
stringresource.hxx
scripting/source/stringresource/stringresource.hxx
+0
-4
No files found.
scripting/source/stringresource/stringresource.cxx
Dosyayı görüntüle @
fe0e43a3
...
...
@@ -734,25 +734,6 @@ void StringResourceImpl::implLoadAllLocales()
}
Reference
<
XMultiComponentFactory
>
StringResourceImpl
::
getMultiComponentFactory
()
{
::
osl
::
MutexGuard
aGuard
(
getMutex
()
);
if
(
!
m_xMCF
.
is
()
)
{
Reference
<
XMultiComponentFactory
>
xSMgr
(
m_xContext
->
getServiceManager
(),
UNO_QUERY
);
if
(
!
xSMgr
.
is
()
)
{
throw
RuntimeException
(
"StringResourceImpl::getMultiComponentFactory: Couldn't instantiate MultiComponentFactory"
);
}
m_xMCF
=
xSMgr
;
}
return
m_xMCF
;
}
// StringResourcePersistenceImpl
...
...
scripting/source/stringresource/stringresource.hxx
Dosyayı görüntüle @
fe0e43a3
...
...
@@ -123,10 +123,6 @@ protected:
void
implCheckReadOnly
(
const
sal_Char
*
pExceptionMsg
)
throw
(
css
::
lang
::
NoSupportException
);
// Return the context's MultiComponentFactory
css
::
uno
::
Reference
<
css
::
lang
::
XMultiComponentFactory
>
getMultiComponentFactory
();
// Returns the LocalItem for a given locale, if it exists, otherwise NULL
// This method compares the locales exactly, no closest match search is performed
LocaleItem
*
getItemForLocale
(
const
css
::
lang
::
Locale
&
locale
,
bool
bException
)
...
...
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