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
ae25ee16
Kaydet (Commit)
ae25ee16
authored
Ock 31, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#46808, remove unnecessary XMultiServiceFactory fields
Change-Id: I140d82ed38afc56cbd06b0045eff0787fc99e2a6
üst
fbd4588a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
24 deletions
+3
-24
presethandler.cxx
framework/source/accelerators/presethandler.cxx
+1
-1
storageholder.cxx
framework/source/accelerators/storageholder.cxx
+0
-11
presethandler.hxx
framework/source/inc/accelerators/presethandler.hxx
+2
-2
storageholder.hxx
framework/source/inc/accelerators/storageholder.hxx
+0
-10
No files found.
framework/source/accelerators/presethandler.cxx
Dosyayı görüntüle @
ae25ee16
...
...
@@ -102,7 +102,7 @@ PresetHandler::PresetHandler(const css::uno::Reference< css::lang::XMultiService
:
ThreadHelpBase
(
&
Application
::
GetSolarMutex
()
)
,
m_xSMGR
(
xSMGR
)
,
m_aSharedStorages
(
)
,
m_lDocumentStorages
(
xSMGR
)
,
m_lDocumentStorages
()
,
m_aLocale
(
::
comphelper
::
Locale
::
X_NOTRANSLATE
())
{
}
...
...
framework/source/accelerators/storageholder.cxx
Dosyayı görüntüle @
ae25ee16
...
...
@@ -39,8 +39,6 @@
#include <com/sun/star/io/XSeekable.hpp>
#include <comphelper/processfactory.hxx>
#define PATH_SEPERATOR_ASCII "/"
#define PATH_SEPERATOR_UNICODE ((sal_Unicode)'/')
...
...
@@ -53,14 +51,6 @@ namespace framework
//-----------------------------------------------
StorageHolder
::
StorageHolder
()
:
ThreadHelpBase
(
)
,
m_xSMGR
(
::
comphelper
::
getProcessServiceFactory
())
{
}
//-----------------------------------------------
StorageHolder
::
StorageHolder
(
const
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>&
xSMGR
)
:
ThreadHelpBase
(
)
,
m_xSMGR
(
xSMGR
)
{
}
...
...
@@ -469,7 +459,6 @@ void StorageHolder::operator=(const StorageHolder& rCopy)
// SAFE -> ----------------------------------
WriteGuard
aWriteLock
(
m_aLock
);
m_xSMGR
=
rCopy
.
m_xSMGR
;
// ???
m_xRoot
=
rCopy
.
m_xRoot
;
m_lStorages
=
rCopy
.
m_lStorages
;
...
...
framework/source/inc/accelerators/presethandler.hxx
Dosyayı görüntüle @
ae25ee16
...
...
@@ -105,8 +105,8 @@ class PresetHandler : private ThreadHelpBase // attention! Must be the first bas
StorageHolder
m_lStoragesUser
;
TSharedStorages
()
:
m_lStoragesShare
(
::
comphelper
::
getProcessServiceFactory
()
)
,
m_lStoragesUser
(
::
comphelper
::
getProcessServiceFactory
()
)
:
m_lStoragesShare
()
,
m_lStoragesUser
()
{};
virtual
~
TSharedStorages
()
{};
...
...
framework/source/inc/accelerators/storageholder.hxx
Dosyayı görüntüle @
ae25ee16
...
...
@@ -27,8 +27,6 @@
#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
namespace
framework
{
...
...
@@ -71,9 +69,6 @@ class StorageHolder : private ThreadHelpBase // attention! Must be the first bas
// member
private
:
/** @short TODO */
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>
m_xSMGR
;
/** @short TODO */
css
::
uno
::
Reference
<
css
::
embed
::
XStorage
>
m_xRoot
;
...
...
@@ -89,11 +84,6 @@ class StorageHolder : private ThreadHelpBase // attention! Must be the first bas
*/
StorageHolder
();
//---------------------------------------
/** @short TODO
*/
StorageHolder
(
const
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>&
xSMGR
);
//---------------------------------------
/** @short TODO
*/
...
...
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