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
8c01b81e
Kaydet (Commit)
8c01b81e
authored
Şub 04, 2014
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#74519 - don't drag around and use an uninitialized variable.
Change-Id: I08b43a6658a600398b434a0c90e0e16863402b33
üst
9c15f4e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
PaneDockingWindow.cxx
sd/source/ui/dlg/PaneDockingWindow.cxx
+1
-1
PaneDockingWindow.hxx
sd/source/ui/inc/PaneDockingWindow.hxx
+0
-5
No files found.
sd/source/ui/dlg/PaneDockingWindow.cxx
Dosyayı görüntüle @
8c01b81e
...
@@ -109,7 +109,7 @@ void PaneDockingWindow::SetValidSizeRange (const Range aValidSizeRange)
...
@@ -109,7 +109,7 @@ void PaneDockingWindow::SetValidSizeRange (const Range aValidSizeRange)
// to compensate the valid size range for that.
// to compensate the valid size range for that.
const
SvBorder
aBorder
(
GetDecorationBorder
());
const
SvBorder
aBorder
(
GetDecorationBorder
());
sal_Int32
nCompensation
(
pSplitWindow
->
IsHorizontal
()
sal_Int32
nCompensation
(
pSplitWindow
->
IsHorizontal
()
?
mnTitleBarHeight
+
aBorder
.
Top
()
+
aBorder
.
Bottom
()
?
aBorder
.
Top
()
+
aBorder
.
Bottom
()
:
aBorder
.
Left
()
+
aBorder
.
Right
());
:
aBorder
.
Left
()
+
aBorder
.
Right
());
pSplitWindow
->
SetItemSizeRange
(
pSplitWindow
->
SetItemSizeRange
(
nSetId
,
nSetId
,
...
...
sd/source/ui/inc/PaneDockingWindow.hxx
Dosyayı görüntüle @
8c01b81e
...
@@ -69,11 +69,6 @@ public:
...
@@ -69,11 +69,6 @@ public:
Otherwise UnknownOrientation is returned.
Otherwise UnknownOrientation is returned.
*/
*/
Orientation
GetOrientation
(
void
)
const
;
Orientation
GetOrientation
(
void
)
const
;
/** The current height of the title bar.
*/
sal_Int32
mnTitleBarHeight
;
};
};
}
// end of namespace ::sd
}
// end of namespace ::sd
...
...
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