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
f9ce7311
Kaydet (Commit)
f9ce7311
authored
Eyl 10, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/svl/urlbmk.hxx from String to OUString
Change-Id: I68d54bf9f351130d0eab14c36b004ffbbb3185bc
üst
5926f48a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
9 deletions
+7
-9
imageitm.hxx
include/svl/imageitm.hxx
+0
-2
urlbmk.hxx
include/svl/urlbmk.hxx
+7
-7
No files found.
include/svl/imageitm.hxx
Dosyayı görüntüle @
f9ce7311
...
@@ -23,8 +23,6 @@
...
@@ -23,8 +23,6 @@
#include "svl/svldllapi.h"
#include "svl/svldllapi.h"
#include <svl/intitem.hxx>
#include <svl/intitem.hxx>
class
String
;
struct
SfxImageItem_Impl
;
struct
SfxImageItem_Impl
;
class
SVL_DLLPUBLIC
SfxImageItem
:
public
SfxInt16Item
class
SVL_DLLPUBLIC
SfxImageItem
:
public
SfxInt16Item
{
{
...
...
include/svl/urlbmk.hxx
Dosyayı görüntüle @
f9ce7311
...
@@ -37,23 +37,23 @@ class INetBookmark
...
@@ -37,23 +37,23 @@ class INetBookmark
*/
*/
{
{
String
aUrl
;
OU
String
aUrl
;
String
aDescr
;
OU
String
aDescr
;
protected
:
protected
:
void
SetURL
(
const
String
&
rS
)
{
aUrl
=
rS
;
}
void
SetURL
(
const
OU
String
&
rS
)
{
aUrl
=
rS
;
}
void
SetDescription
(
const
String
&
rS
)
{
aDescr
=
rS
;
}
void
SetDescription
(
const
OU
String
&
rS
)
{
aDescr
=
rS
;
}
public
:
public
:
INetBookmark
(
const
String
&
rUrl
,
const
String
&
rDescr
)
INetBookmark
(
const
OUString
&
rUrl
,
const
OU
String
&
rDescr
)
:
aUrl
(
rUrl
),
aDescr
(
rDescr
)
:
aUrl
(
rUrl
),
aDescr
(
rDescr
)
{}
{}
INetBookmark
()
INetBookmark
()
{}
{}
const
String
&
GetURL
()
const
{
return
aUrl
;
}
const
OUString
&
GetURL
()
const
{
return
aUrl
;
}
const
String
&
GetDescription
()
const
{
return
aDescr
;
}
const
OUString
&
GetDescription
()
const
{
return
aDescr
;
}
};
};
...
...
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