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
112e9c64
Kaydet (Commit)
112e9c64
authored
Mar 19, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use SolarMutexGuard directly
Change-Id: Ib414409d7f7a3bdfba6dbeeab0d8c1e8e2084ceb
üst
be370b4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
addonstoolbarfactory.cxx
framework/source/uifactory/addonstoolbarfactory.cxx
+3
-8
No files found.
framework/source/uifactory/addonstoolbarfactory.cxx
Dosyayı görüntüle @
112e9c64
...
...
@@ -18,8 +18,6 @@
*/
#include <uielement/addonstoolbarwrapper.hxx>
#include <threadhelp/guard.hxx>
#include <threadhelp/threadhelpbase.hxx>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <com/sun/star/frame/ModuleManager.hpp>
...
...
@@ -53,8 +51,7 @@ using namespace framework;
namespace
{
class
AddonsToolBarFactory
:
protected
ThreadHelpBase
,
// Struct for right initalization of mutex member! Must be first of baseclasses.
public
::
cppu
::
WeakImplHelper2
<
css
::
lang
::
XServiceInfo
,
class
AddonsToolBarFactory
:
public
::
cppu
::
WeakImplHelper2
<
css
::
lang
::
XServiceInfo
,
css
::
ui
::
XUIElementFactory
>
{
public
:
...
...
@@ -94,8 +91,7 @@ private:
AddonsToolBarFactory
::
AddonsToolBarFactory
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>&
xContext
)
:
ThreadHelpBase
(
&
Application
::
GetSolarMutex
()
)
,
m_xContext
(
xContext
)
m_xContext
(
xContext
)
,
m_xModuleManager
(
ModuleManager
::
create
(
xContext
)
)
{
}
...
...
@@ -180,8 +176,7 @@ throw ( ::com::sun::star::container::NoSuchElementException,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
// SAFE
Guard
aLock
(
m_aLock
);
SolarMutexGuard
g
;
Sequence
<
Sequence
<
PropertyValue
>
>
aConfigData
;
Reference
<
XFrame
>
xFrame
;
...
...
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