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
5ebd4bd1
Kaydet (Commit)
5ebd4bd1
authored
Ock 16, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clang -Wunused-variable.
üst
b6b22079
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
PresenterHelpView.cxx
sdext/source/presenter/PresenterHelpView.cxx
+0
-2
PresenterToolBar.cxx
sdext/source/presenter/PresenterToolBar.cxx
+0
-2
No files found.
sdext/source/presenter/PresenterHelpView.cxx
Dosyayı görüntüle @
5ebd4bd1
...
...
@@ -375,8 +375,6 @@ void PresenterHelpView::ProcessString (
PresenterConfigurationAccess
::
GetProperty
(
rsProperties
,
A2S
(
"Left"
))
>>=
sLeftText
;
OUString
sRightText
;
PresenterConfigurationAccess
::
GetProperty
(
rsProperties
,
A2S
(
"Right"
))
>>=
sRightText
;
const
awt
::
Rectangle
aWindowBox
(
mxWindow
->
getPosSize
());
mpTextContainer
->
push_back
(
::
boost
::
shared_ptr
<
Block
>
(
new
Block
(
sLeftText
,
sRightText
,
mpFont
->
mxFont
,
mnMaximalWidth
)));
...
...
sdext/source/presenter/PresenterToolBar.cxx
Dosyayı görüntüle @
5ebd4bd1
...
...
@@ -832,8 +832,6 @@ geometry::RealSize2D PresenterToolBar::CalculatePartSize (
if
(
mxWindow
.
is
())
{
const
awt
::
Rectangle
aWindowBox
(
mxWindow
->
getPosSize
());
// Calculate the summed width of all elements.
ElementContainerPart
::
const_iterator
iElement
;
for
(
iElement
=
rpPart
->
begin
();
iElement
!=
rpPart
->
end
();
++
iElement
)
...
...
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