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
40aeb8ba
Kaydet (Commit)
40aeb8ba
authored
Ara 28, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: update unused code
Change-Id: Idb5df3a8dd89d56ae1b70b05d5c6baf01e27b569
üst
859df579
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
17 deletions
+0
-17
split.hxx
include/vcl/split.hxx
+0
-1
split.cxx
vcl/source/window/split.cxx
+0
-16
No files found.
include/vcl/split.hxx
Dosyayı görüntüle @
40aeb8ba
...
...
@@ -63,7 +63,6 @@ protected:
public
:
explicit
Splitter
(
vcl
::
Window
*
pParent
,
WinBits
nStyle
=
WB_VSCROLL
);
explicit
Splitter
(
vcl
::
Window
*
pParent
,
const
ResId
&
);
virtual
~
Splitter
();
virtual
void
StartSplit
();
...
...
vcl/source/window/split.cxx
Dosyayı görüntüle @
40aeb8ba
...
...
@@ -149,22 +149,6 @@ Splitter::Splitter( vcl::Window* pParent, WinBits nStyle ) :
SetFillColor
();
}
Splitter
::
Splitter
(
vcl
::
Window
*
pParent
,
const
ResId
&
rResId
)
:
Window
(
WINDOW_SPLITTER
)
{
ImplInitSplitterData
();
rResId
.
SetRT
(
RSC_SPLITTER
);
WinBits
nStyle
=
ImplInitRes
(
rResId
);
ImplInit
(
pParent
,
nStyle
);
ImplLoadRes
(
rResId
);
SetLineColor
();
SetFillColor
();
if
(
!
(
nStyle
&
WB_HIDE
)
)
Show
();
}
Splitter
::~
Splitter
()
{
TaskPaneList
*
pTList
=
GetSystemWindow
()
->
GetTaskPaneList
();
...
...
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