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
bde81bfa
Kaydet (Commit)
bde81bfa
authored
Agu 28, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sfx2/source/inc/virtmenu.hxx from String to OUString
Change-Id: Idb679382cff5dc35bf884898e9a26e16a6def398
üst
e0c6780f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
virtmenu.hxx
sfx2/source/inc/virtmenu.hxx
+1
-1
virtmenu.cxx
sfx2/source/menu/virtmenu.cxx
+1
-1
No files found.
sfx2/source/inc/virtmenu.hxx
Dosyayı görüntüle @
bde81bfa
...
...
@@ -85,7 +85,7 @@ public:
SfxBindings
&
rBind
,
sal_Bool
bOLEServer
=
sal_False
,
sal_Bool
bRes
=
sal_False
,
sal_Bool
bIsAddonMenu
=
sal_False
);
void
CheckItem
(
sal_uInt16
nItemId
,
sal_Bool
bCheck
);
void
EnableItem
(
sal_uInt16
nItemId
,
sal_Bool
bEnable
);
void
SetItemText
(
sal_uInt16
nItemId
,
const
String
&
rText
);
void
SetItemText
(
sal_uInt16
nItemId
,
const
OU
String
&
rText
);
sal_uInt16
GetItemCount
()
const
;
Menu
*
GetSVMenu
()
const
;
...
...
sfx2/source/menu/virtmenu.cxx
Dosyayı görüntüle @
bde81bfa
...
...
@@ -1019,7 +1019,7 @@ void SfxVirtualMenu::EnableItem( sal_uInt16 nItemId, sal_Bool bEnable )
// set the text of the specified item
void
SfxVirtualMenu
::
SetItemText
(
sal_uInt16
nItemId
,
const
String
&
rText
)
void
SfxVirtualMenu
::
SetItemText
(
sal_uInt16
nItemId
,
const
OU
String
&
rText
)
{
DBG_CHKTHIS
(
SfxVirtualMenu
,
0
);
DBG_ASSERT
(
this
!=
0
,
""
);
...
...
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