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
dbab6f1d
Kaydet (Commit)
dbab6f1d
authored
Şub 14, 2017
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused MoveAll from SvxRuler::UpdateType enum
Change-Id: I50fd4bc869d1713f496def49e7a3e967efcb5911
üst
5e422f01
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
ruler.hxx
include/svx/ruler.hxx
+0
-1
svxruler.cxx
svx/source/dialog/svxruler.cxx
+0
-3
No files found.
include/svx/ruler.hxx
Dosyayı görüntüle @
dbab6f1d
...
@@ -219,7 +219,6 @@ class SVX_DLLPUBLIC SvxRuler: public Ruler, public SfxListener
...
@@ -219,7 +219,6 @@ class SVX_DLLPUBLIC SvxRuler: public Ruler, public SfxListener
enum
class
UpdateType
enum
class
UpdateType
{
{
MoveAll
,
MoveLeft
,
MoveLeft
,
MoveRight
MoveRight
};
};
...
...
svx/source/dialog/svxruler.cxx
Dosyayı görüntüle @
dbab6f1d
...
@@ -1717,9 +1717,6 @@ void SvxRuler::UpdateParaContents_Impl(
...
@@ -1717,9 +1717,6 @@ void SvxRuler::UpdateParaContents_Impl(
case
UpdateType
:
:
MoveRight
:
case
UpdateType
:
:
MoveRight
:
mpIndents
[
INDENT_RIGHT_MARGIN
].
nPos
+=
lDifference
;
mpIndents
[
INDENT_RIGHT_MARGIN
].
nPos
+=
lDifference
;
break
;
break
;
case
UpdateType
:
:
MoveAll
:
mpIndents
[
INDENT_RIGHT_MARGIN
].
nPos
+=
lDifference
;
SAL_FALLTHROUGH
;
case
UpdateType
:
:
MoveLeft
:
case
UpdateType
:
:
MoveLeft
:
{
{
mpIndents
[
INDENT_FIRST_LINE
].
nPos
+=
lDifference
;
mpIndents
[
INDENT_FIRST_LINE
].
nPos
+=
lDifference
;
...
...
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