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
b60a5dc5
Kaydet (Commit)
b60a5dc5
authored
Tem 04, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:stringconstant
Change-Id: I09f4dc83cd1408c4286a11a94f592b8e3d2b027c
üst
428e23f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
unoctitm.cxx
sfx2/source/control/unoctitm.cxx
+2
-2
No files found.
sfx2/source/control/unoctitm.cxx
Dosyayı görüntüle @
b60a5dc5
...
...
@@ -1066,7 +1066,7 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c
if
(
aEvent
.
IsEnabled
&&
(
aEvent
.
State
>>=
aPoint
))
{
aBuffer
.
append
(
OUString
::
number
(
aPoint
.
X
)
+
OUString
(
" / "
)
+
OUString
::
number
(
aPoint
.
Y
));
aBuffer
.
append
(
OUString
::
number
(
aPoint
.
X
)
+
" / "
+
OUString
::
number
(
aPoint
.
Y
));
}
}
else
if
(
aEvent
.
FeatureURL
.
Path
==
"StatusBarFunc"
||
...
...
@@ -1076,7 +1076,7 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c
if
(
aEvent
.
IsEnabled
&&
(
aEvent
.
State
>>=
aSize
))
{
aBuffer
.
append
(
OUString
::
number
(
aSize
.
Width
)
+
OUString
(
" x "
)
+
OUString
::
number
(
aSize
.
Height
));
aBuffer
.
append
(
OUString
::
number
(
aSize
.
Width
)
+
" x "
+
OUString
::
number
(
aSize
.
Height
));
}
}
else
...
...
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