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
54bba0f5
Kaydet (Commit)
54bba0f5
authored
Eyl 26, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: noExplicitConstructor
Change-Id: Id410f19787f25bc9633ff69fa947c477cc999420
üst
89804c14
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
PageColumnControl.hxx
sw/source/uibase/sidebar/PageColumnControl.hxx
+1
-1
PageOrientationControl.hxx
sw/source/uibase/sidebar/PageOrientationControl.hxx
+1
-1
PageSizeControl.hxx
sw/source/uibase/sidebar/PageSizeControl.hxx
+1
-1
No files found.
sw/source/uibase/sidebar/PageColumnControl.hxx
Dosyayı görüntüle @
54bba0f5
...
...
@@ -29,7 +29,7 @@ class PagePropertyPanel;
class
PageColumnControl
:
public
SfxPopupWindow
{
public
:
PageColumnControl
(
sal_uInt16
nId
);
explicit
PageColumnControl
(
sal_uInt16
nId
);
virtual
~
PageColumnControl
()
override
;
virtual
void
dispose
()
override
;
...
...
sw/source/uibase/sidebar/PageOrientationControl.hxx
Dosyayı görüntüle @
54bba0f5
...
...
@@ -35,7 +35,7 @@ class PagePropertyPanel;
class
PageOrientationControl
:
public
SfxPopupWindow
{
public
:
PageOrientationControl
(
sal_uInt16
nId
);
explicit
PageOrientationControl
(
sal_uInt16
nId
);
virtual
~
PageOrientationControl
()
override
;
virtual
void
dispose
()
override
;
...
...
sw/source/uibase/sidebar/PageSizeControl.hxx
Dosyayı görüntüle @
54bba0f5
...
...
@@ -45,7 +45,7 @@ class PagePropertyPanel;
class
PageSizeControl
:
public
SfxPopupWindow
{
public
:
PageSizeControl
(
sal_uInt16
nId
);
explicit
PageSizeControl
(
sal_uInt16
nId
);
virtual
~
PageSizeControl
()
override
;
virtual
void
dispose
()
override
;
...
...
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