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
16687c57
Kaydet (Commit)
16687c57
authored
Kas 23, 2017
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
svx: loplugin:staticmethods
Change-Id: I8786baa0a5142397c157e01d5b99aa2c482bb468
üst
d48cf244
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
fntctrl.hxx
include/svx/fntctrl.hxx
+0
-1
fntctrl.cxx
svx/source/dialog/fntctrl.cxx
+1
-1
No files found.
include/svx/fntctrl.hxx
Dosyayı görüntüle @
16687c57
...
...
@@ -63,7 +63,6 @@ public:
void
ResetColor
();
void
SetBackColor
(
const
Color
&
rColor
);
void
UseResourceText
();
bool
CleanAndCheckEmpty
(
OUString
&
rText
);
void
Paint
(
vcl
::
RenderContext
&
rRenderContext
,
const
tools
::
Rectangle
&
)
override
;
bool
IsTwoLines
()
const
;
...
...
svx/source/dialog/fntctrl.cxx
Dosyayı görüntüle @
16687c57
...
...
@@ -616,7 +616,7 @@ void SvxFontPrevWindow::UseResourceText()
* removes line feeds and carriage returns from string
* returns if param is empty
*/
bool
SvxFontPrevWindow
::
CleanAndCheckEmpty
(
OUString
&
rText
)
bool
CleanAndCheckEmpty
(
OUString
&
rText
)
{
bool
bEmpty
=
true
;
for
(
sal_Int32
i
=
0
;
i
<
rText
.
getLength
();
++
i
)
...
...
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