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
cd7bd2ff
Kaydet (Commit)
cd7bd2ff
authored
Ock 20, 2012
tarafından
August Sodora
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused SV_DECL_PTRARR
üst
85c58cd3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
arrdecl.hxx
sfx2/inc/arrdecl.hxx
+0
-4
msgpool.hxx
sfx2/inc/sfx2/msgpool.hxx
+0
-2
msgpool.cxx
sfx2/source/control/msgpool.cxx
+0
-1
No files found.
sfx2/inc/arrdecl.hxx
Dosyayı görüntüle @
cd7bd2ff
...
@@ -73,10 +73,6 @@ struct SfxExternalLib_Impl;
...
@@ -73,10 +73,6 @@ struct SfxExternalLib_Impl;
typedef
SfxExternalLib_Impl
*
SfxExternalLibPtr
;
typedef
SfxExternalLib_Impl
*
SfxExternalLibPtr
;
SV_DECL_PTRARR_DEL
(
SfxExternalLibArr_Impl
,
SfxExternalLibPtr
,
2
,
2
)
SV_DECL_PTRARR_DEL
(
SfxExternalLibArr_Impl
,
SfxExternalLibPtr
,
2
,
2
)
class
SfxSlot
;
typedef
SfxSlot
*
SfxSlotPtr
;
SV_DECL_PTRARR
(
SfxSlotArr_Impl
,
SfxSlotPtr
,
20
,
20
)
#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sfx2/inc/sfx2/msgpool.hxx
Dosyayı görüntüle @
cd7bd2ff
...
@@ -42,7 +42,6 @@ class SfxInterface;
...
@@ -42,7 +42,6 @@ class SfxInterface;
class
SfxSlot
;
class
SfxSlot
;
class
SfxInterfaceArr_Impl
;
class
SfxInterfaceArr_Impl
;
class
SfxSlotTypeArr_Impl
;
class
SfxSlotTypeArr_Impl
;
class
SfxSlotArr_Impl
;
typedef
std
::
basic_string
<
sal_uInt16
>
SfxSlotGroupArr_Impl
;
typedef
std
::
basic_string
<
sal_uInt16
>
SfxSlotGroupArr_Impl
;
...
@@ -58,7 +57,6 @@ class SFX2_DLLPUBLIC SfxSlotPool
...
@@ -58,7 +57,6 @@ class SFX2_DLLPUBLIC SfxSlotPool
sal_uInt16
_nCurGroup
;
sal_uInt16
_nCurGroup
;
sal_uInt16
_nCurInterface
;
sal_uInt16
_nCurInterface
;
sal_uInt16
_nCurMsg
;
sal_uInt16
_nCurMsg
;
SfxSlotArr_Impl
*
_pUnoSlots
;
private
:
private
:
const
SfxSlot
*
SeekSlot
(
sal_uInt16
nObject
);
const
SfxSlot
*
SeekSlot
(
sal_uInt16
nObject
);
...
...
sfx2/source/control/msgpool.cxx
Dosyayı görüntüle @
cd7bd2ff
...
@@ -69,7 +69,6 @@ SfxSlotPool::SfxSlotPool( SfxSlotPool *pParent, ResMgr* pResManager )
...
@@ -69,7 +69,6 @@ SfxSlotPool::SfxSlotPool( SfxSlotPool *pParent, ResMgr* pResManager )
,
_nCurGroup
(
0
)
,
_nCurGroup
(
0
)
,
_nCurInterface
(
0
)
,
_nCurInterface
(
0
)
,
_nCurMsg
(
0
)
,
_nCurMsg
(
0
)
,
_pUnoSlots
(
0
)
{
{
if
(
!
_pResMgr
)
if
(
!
_pResMgr
)
_pResMgr
=
SfxApplication
::
GetOrCreate
()
->
GetOffResManager_Impl
();
_pResMgr
=
SfxApplication
::
GetOrCreate
()
->
GetOffResManager_Impl
();
...
...
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