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
4f0bf3db
Kaydet (Commit)
4f0bf3db
authored
Agu 30, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/svx/swframeposstrings.hxx from String to OUString
Change-Id: I762a08c61f6d7b3fa97195d9da19f54da1b553f4
üst
d7d3a0ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
swframeposstrings.hxx
include/svx/swframeposstrings.hxx
+1
-1
swframeposstrings.cxx
svx/source/dialog/swframeposstrings.cxx
+2
-2
No files found.
include/svx/swframeposstrings.hxx
Dosyayı görüntüle @
4f0bf3db
...
@@ -80,7 +80,7 @@ public:
...
@@ -80,7 +80,7 @@ public:
STR_MAX
STR_MAX
};
};
const
String
&
GetString
(
StringId
eId
);
const
OU
String
&
GetString
(
StringId
eId
);
};
};
#endif
#endif
...
...
svx/source/dialog/swframeposstrings.cxx
Dosyayı görüntüle @
4f0bf3db
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
class
SvxSwFramePosString_Impl
:
public
Resource
class
SvxSwFramePosString_Impl
:
public
Resource
{
{
friend
class
SvxSwFramePosString
;
friend
class
SvxSwFramePosString
;
String
aStrings
[
SvxSwFramePosString
::
STR_MAX
];
OU
String
aStrings
[
SvxSwFramePosString
::
STR_MAX
];
public
:
public
:
SvxSwFramePosString_Impl
();
SvxSwFramePosString_Impl
();
};
};
...
@@ -51,7 +51,7 @@ SvxSwFramePosString::~SvxSwFramePosString()
...
@@ -51,7 +51,7 @@ SvxSwFramePosString::~SvxSwFramePosString()
delete
pImpl
;
delete
pImpl
;
}
}
const
String
&
SvxSwFramePosString
::
GetString
(
StringId
eId
)
const
OU
String
&
SvxSwFramePosString
::
GetString
(
StringId
eId
)
{
{
DBG_ASSERT
(
eId
>=
0
&&
eId
<
STR_MAX
,
"invalid StringId"
);
DBG_ASSERT
(
eId
>=
0
&&
eId
<
STR_MAX
,
"invalid StringId"
);
if
(
!
(
eId
>=
0
&&
eId
<
STR_MAX
))
if
(
!
(
eId
>=
0
&&
eId
<
STR_MAX
))
...
...
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