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
304e9c4c
Kaydet (Commit)
304e9c4c
authored
Kas 13, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-member-function
Change-Id: I7db34329a93c33c425f1e63fa842b218e4c9517c
üst
8edf036c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
DocumentRenderer.cxx
sd/source/ui/view/DocumentRenderer.cxx
+0
-17
No files found.
sd/source/ui/view/DocumentRenderer.cxx
Dosyayı görüntüle @
304e9c4c
...
@@ -232,23 +232,6 @@ namespace {
...
@@ -232,23 +232,6 @@ namespace {
return
bValue
;
return
bValue
;
}
}
/** Return <TRUE/> when the value of the property with name pName is
a string and its value equals pValue. When the property is
unknown then bDefaultValue is returned. Otherwise <FALSE/> is
returned.
*/
bool
GetBoolValue
(
const
sal_Char
*
pName
,
const
sal_Char
*
pValue
,
const
bool
bDefaultValue
=
false
)
const
{
OUString
sValue
(
mrProperties
.
getStringValue
(
pName
)
);
if
(
!
sValue
.
isEmpty
())
return
sValue
.
equalsAscii
(
pValue
);
else
return
bDefaultValue
;
}
/** Return <TRUE/> when the value of the property with name pName is
/** Return <TRUE/> when the value of the property with name pName is
an integer and its value is nTriggerValue. Otherwise <FALSE/> is
an integer and its value is nTriggerValue. Otherwise <FALSE/> is
returned.
returned.
...
...
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