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
88459fcc
Kaydet (Commit)
88459fcc
authored
Kas 29, 2011
tarafından
August Sodora
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
String->OUString
üst
a82a8731
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
propbrw.cxx
basctl/source/dlged/propbrw.cxx
+4
-4
No files found.
basctl/source/dlged/propbrw.cxx
Dosyayı görüntüle @
88459fcc
...
...
@@ -330,8 +330,8 @@ void PropBrw::implSetNewObjectSequence
{
xObjectInspector
->
inspect
(
_rObjectSeq
);
::
rtl
::
OUString
aText
=
::
rtl
::
OUString
(
String
(
IDEResId
(
RID_STR_BRWTITLE_PROPERTIES
)
));
aText
+=
::
rtl
::
OUString
(
String
(
IDEResId
(
RID_STR_BRWTITLE_MULTISELECT
)
));
::
rtl
::
OUString
aText
=
ResId
::
toString
(
IDEResId
(
RID_STR_BRWTITLE_PROPERTIES
));
aText
+=
ResId
::
toString
(
IDEResId
(
RID_STR_BRWTITLE_MULTISELECT
));
SetText
(
aText
);
}
}
...
...
@@ -360,7 +360,7 @@ void PropBrw::implSetNewObject( const Reference< XPropertySet >& _rxObject )
if
(
xServiceInfo
.
is
())
// single selection
{
sal_uInt16
nResId
=
0
;
aName
=
::
rtl
::
OUString
(
String
(
IDEResId
(
RID_STR_BRWTITLE_PROPERTIES
)
));
aName
=
ResId
::
toString
(
IDEResId
(
RID_STR_BRWTITLE_PROPERTIES
));
if
(
xServiceInfo
->
supportsService
(
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.awt.UnoControlDialogModel"
)
)
)
)
{
...
...
@@ -458,7 +458,7 @@ void PropBrw::implSetNewObject( const Reference< XPropertySet >& _rxObject )
}
else
if
(
!
_rxObject
.
is
())
// no properties
{
aName
=
::
rtl
::
OUString
(
String
(
IDEResId
(
RID_STR_BRWTITLE_NO_PROPERTIES
)
));
aName
=
ResId
::
toString
(
IDEResId
(
RID_STR_BRWTITLE_NO_PROPERTIES
));
}
return
aName
;
...
...
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