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
2299b596
Kaydet (Commit)
2299b596
authored
Mar 19, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused ThreadHelpBase base
Change-Id: Ibddf0ab4107772a65f27851b1ebce3f7bb5d3bcf
üst
03478197
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
moduleimagemanager.hxx
framework/inc/uiconfiguration/moduleimagemanager.hxx
+1
-3
moduleimagemanager.cxx
framework/source/uiconfiguration/moduleimagemanager.cxx
+1
-2
No files found.
framework/inc/uiconfiguration/moduleimagemanager.hxx
Dosyayı görüntüle @
2299b596
...
@@ -29,7 +29,6 @@
...
@@ -29,7 +29,6 @@
#include <boost/unordered_map.hpp>
#include <boost/unordered_map.hpp>
#include <memory>
#include <memory>
#include <threadhelp/threadhelpbase.hxx>
#include <macros/generic.hxx>
#include <macros/generic.hxx>
#include <macros/xinterface.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xtypeprovider.hxx>
...
@@ -59,8 +58,7 @@ namespace framework
...
@@ -59,8 +58,7 @@ namespace framework
{
{
class
ImageManagerImpl
;
class
ImageManagerImpl
;
class
ModuleImageManager
:
private
ThreadHelpBase
,
// Struct for right initalization of mutex member! Must be first of baseclasses.
class
ModuleImageManager
:
public
::
cppu
::
WeakImplHelper1
<
::
com
::
sun
::
star
::
ui
::
XImageManager
>
public
::
cppu
::
WeakImplHelper1
<
::
com
::
sun
::
star
::
ui
::
XImageManager
>
{
{
public
:
public
:
ModuleImageManager
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XComponentContext
>&
xContext
);
ModuleImageManager
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XComponentContext
>&
xContext
);
...
...
framework/source/uiconfiguration/moduleimagemanager.cxx
Dosyayı görüntüle @
2299b596
...
@@ -70,8 +70,7 @@ using namespace ::com::sun::star::ui;
...
@@ -70,8 +70,7 @@ using namespace ::com::sun::star::ui;
namespace
framework
namespace
framework
{
{
ModuleImageManager
::
ModuleImageManager
(
const
uno
::
Reference
<
uno
::
XComponentContext
>&
xContext
)
:
ModuleImageManager
::
ModuleImageManager
(
const
uno
::
Reference
<
uno
::
XComponentContext
>&
xContext
)
:
ThreadHelpBase
(
&
Application
::
GetSolarMutex
()
)
m_pImpl
(
new
ImageManagerImpl
(
xContext
,
static_cast
<
OWeakObject
*
>
(
this
),
true
)
)
,
m_pImpl
(
new
ImageManagerImpl
(
xContext
,
static_cast
<
OWeakObject
*
>
(
this
),
true
)
)
{
{
}
}
...
...
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