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
149968b4
Kaydet (Commit)
149968b4
authored
Ara 20, 2011
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
re-add the #ifdef DBG_UTIL that seems to have accidentally been removed.
üst
b77902d3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
optpage.cxx
sw/source/ui/config/optpage.cxx
+4
-0
swdlgfact.cxx
sw/source/ui/dialog/swdlgfact.cxx
+2
-0
optpage.hxx
sw/source/ui/inc/optpage.hxx
+3
-0
No files found.
sw/source/ui/config/optpage.cxx
Dosyayı görüntüle @
149968b4
...
...
@@ -1729,6 +1729,8 @@ void SwRedlineOptionsTabPage::InitFontStyle(SvxFontPrevWindow& rExampleWin)
}
#ifdef DBG_UTIL
void
lcl_SetPosSize
(
Window
&
rWin
,
Point
aPos
,
Size
aSize
)
{
aPos
=
rWin
.
LogicToPixel
(
aPos
,
MAP_APPFONT
);
...
...
@@ -1861,6 +1863,8 @@ IMPL_LINK_INLINE_START( SwTestTabPage, AutoClickHdl, CheckBox *, EMPTYARG )
return
0
;
}
IMPL_LINK_INLINE_END
(
SwTestTabPage
,
AutoClickHdl
,
CheckBox
*
,
EMPTYARG
)
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sw/source/ui/dialog/swdlgfact.cxx
Dosyayı görüntüle @
149968b4
...
...
@@ -1645,7 +1645,9 @@ CreateTabPage SwAbstractDialogFactory_Impl::GetTabPageCreatorFunc( sal_uInt16 nI
break
;
case
RID_SW_TP_OPTTEST_PAGE
:
case
TP_OPTTEST_PAGE
:
#ifdef DBG_UTIL
pRet
=
SwTestTabPage
::
Create
;
#endif
break
;
case
TP_OPTPRINT_PAGE
:
case
RID_SW_TP_HTML_OPTPRINT_PAGE
:
...
...
sw/source/ui/inc/optpage.hxx
Dosyayı görüntüle @
149968b4
...
...
@@ -361,6 +361,8 @@ public:
TabPage test settings for SW
--------------------------------------------------------- */
#ifdef DBG_UTIL
class
SwTestTabPage
:
public
SfxTabPage
{
public
:
...
...
@@ -392,6 +394,7 @@ private:
DECL_LINK
(
AutoClickHdl
,
CheckBox
*
);
};
#endif // DBG_UTIL
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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