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
b39e68d7
Kaydet (Commit)
b39e68d7
authored
Eyl 03, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/svx/frmdirlbox.hxx from String to OUString
Change-Id: Ib7d7a6e62f5fb28664c25fbc96cd3d56bf1797ac
üst
ebdaa4d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
frmdirlbox.hxx
include/svx/frmdirlbox.hxx
+1
-1
frmdirlbox.cxx
svx/source/dialog/frmdirlbox.cxx
+1
-1
No files found.
include/svx/frmdirlbox.hxx
Dosyayı görüntüle @
b39e68d7
...
...
@@ -45,7 +45,7 @@ public:
/** Inserts a string with corresponding direction enum into the listbox. */
void
InsertEntryValue
(
const
String
&
rString
,
const
OU
String
&
rString
,
SvxFrameDirection
eDirection
,
sal_uInt16
nPos
=
LISTBOX_APPEND
);
/** Removes the entry, that represents the specified frame direction. */
...
...
svx/source/dialog/frmdirlbox.cxx
Dosyayı görüntüle @
b39e68d7
...
...
@@ -62,7 +62,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeFrameDirectionListBox(Windo
}
void
FrameDirectionListBox
::
InsertEntryValue
(
const
String
&
rString
,
SvxFrameDirection
eDirection
,
sal_uInt16
nPos
)
void
FrameDirectionListBox
::
InsertEntryValue
(
const
OU
String
&
rString
,
SvxFrameDirection
eDirection
,
sal_uInt16
nPos
)
{
sal_uInt16
nRealPos
=
InsertEntry
(
rString
,
nPos
);
SetEntryData
(
nRealPos
,
lclEnumToVoid
(
eDirection
)
);
...
...
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