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
4bbbbee8
Kaydet (Commit)
4bbbbee8
authored
Eyl 18, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sd/.../ScrollPanel.hxx from String to OUString
Change-Id: I6dde03dd77dac7b8e7568597329d65c8ec317da6
üst
6f48261f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ScrollPanel.hxx
sd/source/ui/inc/taskpane/ScrollPanel.hxx
+1
-1
ScrollPanel.cxx
sd/source/ui/toolpanel/ScrollPanel.cxx
+1
-1
No files found.
sd/source/ui/inc/taskpane/ScrollPanel.hxx
Dosyayı görüntüle @
4bbbbee8
...
@@ -67,7 +67,7 @@ public:
...
@@ -67,7 +67,7 @@ public:
*/
*/
TitledControl
*
AddControl
(
TitledControl
*
AddControl
(
::
std
::
auto_ptr
<
TreeNode
>
pControl
,
::
std
::
auto_ptr
<
TreeNode
>
pControl
,
const
String
&
rTitle
,
const
OU
String
&
rTitle
,
const
OString
&
sHelpId
);
const
OString
&
sHelpId
);
/** Add a control to the sub panel without a title bar.
/** Add a control to the sub panel without a title bar.
...
...
sd/source/ui/toolpanel/ScrollPanel.cxx
Dosyayı görüntüle @
4bbbbee8
...
@@ -106,7 +106,7 @@ ScrollPanel::~ScrollPanel (void)
...
@@ -106,7 +106,7 @@ ScrollPanel::~ScrollPanel (void)
SAL_WNODEPRECATED_DECLARATIONS_PUSH
SAL_WNODEPRECATED_DECLARATIONS_PUSH
TitledControl
*
ScrollPanel
::
AddControl
(
TitledControl
*
ScrollPanel
::
AddControl
(
::
std
::
auto_ptr
<
TreeNode
>
pControl
,
::
std
::
auto_ptr
<
TreeNode
>
pControl
,
const
String
&
rTitle
,
const
OU
String
&
rTitle
,
const
OString
&
rHelpId
)
const
OString
&
rHelpId
)
{
{
// We are interested only in the title. The control itself is
// We are interested only in the title. The control itself is
...
...
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