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
e7e2a25b
Kaydet (Commit)
e7e2a25b
authored
Kas 04, 2014
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
line spacing: Unused.
Change-Id: Icf93aff540da480c7e1a66abe8a639dc6cd0ead0
üst
bbe1b16b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
ParaLineSpacingPopup.hxx
include/svx/ParaLineSpacingPopup.hxx
+0
-1
ParaLineSpacingPopup.cxx
svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx
+0
-8
No files found.
include/svx/ParaLineSpacingPopup.hxx
Dosyayı görüntüle @
e7e2a25b
...
...
@@ -40,7 +40,6 @@ public:
virtual
SfxPopupWindowType
GetPopupWindowType
()
const
SAL_OVERRIDE
;
virtual
SfxPopupWindow
*
CreatePopupWindow
()
SAL_OVERRIDE
;
virtual
void
StateChanged
(
sal_uInt16
nSID
,
SfxItemState
eState
,
const
SfxPoolItem
*
pState
)
SAL_OVERRIDE
;
};
}
// namespace svx
...
...
svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx
Dosyayı görüntüle @
e7e2a25b
...
...
@@ -46,19 +46,11 @@ SfxPopupWindow* ParaLineSpacingPopup::CreatePopupWindow()
{
ParaLineSpacingControl
*
pControl
=
new
ParaLineSpacingControl
(
GetSlotId
());
//pControl->StartPopupMode(&GetToolBox(), FLOATWIN_POPUPMODE_GRABFOCUS|FLOATWIN_POPUPMODE_ALLOWTEAROFF|FLOATWIN_POPUPMODE_NOAPPFOCUSCLOSE);
pControl
->
StartPopupMode
(
&
GetToolBox
(),
FLOATWIN_POPUPMODE_GRABFOCUS
|
FLOATWIN_POPUPMODE_NOAPPFOCUSCLOSE
);
//pControl->StartSelection();
SetPopupWindow
(
pControl
);
//pControl->SetSelectedHdl(LINK(this, ParaLineSpacingPopup, SelectedHdl));
return
pControl
;
}
void
ParaLineSpacingPopup
::
StateChanged
(
sal_uInt16
nSID
,
SfxItemState
eState
,
const
SfxPoolItem
*
pState
)
{
// FIXME - do we need to do anything here?
}
/* 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