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
f2c7d7ae
Kaydet (Commit)
f2c7d7ae
authored
Agu 03, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tubes: remove pointless define
Change-Id: I5ef7f8a5a37d0a77a9dadc44e1e895581c2ebb50
üst
3ef03fbf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
contacts.cxx
tubes/source/contacts.cxx
+0
-6
No files found.
tubes/source/contacts.cxx
Dosyayı görüntüle @
f2c7d7ae
...
@@ -56,9 +56,6 @@ ResId TubesResId( sal_uInt32 nId )
...
@@ -56,9 +56,6 @@ ResId TubesResId( sal_uInt32 nId )
return
ResId
(
nId
,
*
pResMgr
);
return
ResId
(
nId
,
*
pResMgr
);
}
}
#define CONTACTS_DLG
#ifdef CONTACTS_DLG
namespace
{
namespace
{
class
TubeContacts
:
public
ModelessDialog
class
TubeContacts
:
public
ModelessDialog
{
{
...
@@ -265,15 +262,12 @@ IMPL_LINK_NOARG( TubeContacts, BtnListenHdl )
...
@@ -265,15 +262,12 @@ IMPL_LINK_NOARG( TubeContacts, BtnListenHdl )
}
}
}
// anonymous namespace
}
// anonymous namespace
#endif
namespace
tubes
{
namespace
tubes
{
void
createContacts
(
Collaboration
*
pCollaboration
)
void
createContacts
(
Collaboration
*
pCollaboration
)
{
{
#ifdef CONTACTS_DLG
static
TubeContacts
*
pContacts
=
new
TubeContacts
(
pCollaboration
);
static
TubeContacts
*
pContacts
=
new
TubeContacts
(
pCollaboration
);
pContacts
->
Populate
();
pContacts
->
Populate
();
#endif
}
}
}
}
...
...
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