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
67f37856
Kaydet (Commit)
67f37856
authored
Mar 20, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused ThreadHelpBase base
Change-Id: I0e15184071fc2c1cb231ead98210d4a1654208e7
üst
94f8a0e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
imagemanager.hxx
framework/inc/uiconfiguration/imagemanager.hxx
+1
-3
imagemanager.cxx
framework/source/uiconfiguration/imagemanager.cxx
+1
-3
No files found.
framework/inc/uiconfiguration/imagemanager.hxx
Dosyayı görüntüle @
67f37856
...
...
@@ -24,7 +24,6 @@
#include <boost/unordered_map.hpp>
#include <memory>
#include <threadhelp/threadhelpbase.hxx>
#include <stdtypes.h>
#include <uiconfiguration/imagetype.hxx>
...
...
@@ -51,8 +50,7 @@
namespace
framework
{
class
ImageManagerImpl
;
class
ImageManager
:
private
ThreadHelpBase
,
// Struct for right initalization of mutex member! Must be first of baseclasses.
public
::
cppu
::
WeakImplHelper2
<
::
com
::
sun
::
star
::
ui
::
XImageManager
,
css
::
lang
::
XServiceInfo
>
class
ImageManager
:
public
::
cppu
::
WeakImplHelper2
<
::
com
::
sun
::
star
::
ui
::
XImageManager
,
css
::
lang
::
XServiceInfo
>
{
public
:
ImageManager
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XComponentContext
>&
rxContext
);
...
...
framework/source/uiconfiguration/imagemanager.cxx
Dosyayı görüntüle @
67f37856
...
...
@@ -19,7 +19,6 @@
#include <uiconfiguration/imagemanager.hxx>
#include <threadhelp/guard.hxx>
#include <xml/imagesconfiguration.hxx>
#include <uiconfiguration/graphicnameaccess.hxx>
#include "imagemanagerimpl.hxx"
...
...
@@ -60,8 +59,7 @@ namespace framework
{
ImageManager
::
ImageManager
(
const
uno
::
Reference
<
uno
::
XComponentContext
>&
rxContext
)
:
ThreadHelpBase
(
&
Application
::
GetSolarMutex
()
)
,
m_pImpl
(
new
ImageManagerImpl
(
rxContext
,
this
,
false
)
)
m_pImpl
(
new
ImageManagerImpl
(
rxContext
,
this
,
false
)
)
{
}
...
...
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