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
396ed6ff
Kaydet (Commit)
396ed6ff
authored
Nis 08, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Drop unused uses of TransactionBase
Change-Id: I606fc8e06823df9caf8786b1ae4d432c061ddc80
üst
5f336095
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
filtercache.hxx
framework/inc/classes/filtercache.hxx
+1
-3
dispatchprovider.hxx
framework/inc/dispatch/dispatchprovider.hxx
+1
-4
No files found.
framework/inc/classes/filtercache.hxx
Dosyayı görüntüle @
396ed6ff
...
...
@@ -29,7 +29,6 @@
#include <classes/filtercachedata.hxx>
#include <threadhelp/transactionbase.hxx>
#include <general.h>
#include <queries.h>
...
...
@@ -52,13 +51,12 @@ namespace framework{
@short cache for all filter and type information
@descr Frameloader - and filterfactory need some information about our current registered filters and types.
For better performance its necessary to cache all needed values.
@base TransactionBase
@devstatus ready to use
@threadsafe yes
*//*-*************************************************************************************************************/
class
FilterCache
:
private
TransactionBase
class
FilterCache
{
public
:
...
...
framework/inc/dispatch/dispatchprovider.hxx
Dosyayı görüntüle @
396ed6ff
...
...
@@ -22,7 +22,6 @@
#include <classes/protocolhandlercache.hxx>
#include <threadhelp/transactionbase.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <stdtypes.h>
...
...
@@ -72,9 +71,7 @@ enum EDispatchHelper
@devstatus ready to use
@threadsafe yes
*/
class
DispatchProvider
:
private
TransactionBase
,
// interfaces
public
::
cppu
::
WeakImplHelper
<
css
::
frame
::
XDispatchProvider
>
class
DispatchProvider
:
public
::
cppu
::
WeakImplHelper
<
css
::
frame
::
XDispatchProvider
>
{
/* member */
private
:
...
...
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