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
7a350ce1
Kaydet (Commit)
7a350ce1
authored
Şub 15, 2017
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused Right from Anchor enum
Change-Id: I7943a37407481305d28e526840caf320e7ff6bf2
üst
b17af4fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
PresenterToolBar.cxx
sdext/source/presenter/PresenterToolBar.cxx
+0
-1
PresenterToolBar.hxx
sdext/source/presenter/PresenterToolBar.hxx
+1
-1
No files found.
sdext/source/presenter/PresenterToolBar.cxx
Dosyayı görüntüle @
7a350ce1
...
...
@@ -758,7 +758,6 @@ void PresenterToolBar::Layout (
{
case
Left
:
nX
=
0
;
break
;
case
Center
:
nX
=
(
aWindowBox
.
Width
-
aTotalSize
.
Width
-
nTotalHorizontalGap
)
/
2
;
break
;
case
Right
:
nX
=
aWindowBox
.
Width
-
aTotalSize
.
Width
-
nTotalHorizontalGap
;
break
;
}
// Place the parts.
...
...
sdext/source/presenter/PresenterToolBar.hxx
Dosyayı görüntüle @
7a350ce1
...
...
@@ -74,7 +74,7 @@ class PresenterToolBar
public
:
typedef
::
std
::
function
<
void
()
>
Action
;
enum
Anchor
{
Left
,
Center
,
Right
};
enum
Anchor
{
Left
,
Center
};
PresenterToolBar
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
,
...
...
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