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
3cb8d6c4
Kaydet (Commit)
3cb8d6c4
authored
Kas 01, 2007
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS dba24b (1.14.66); FILE MERGED
2007/09/04 21:12:25 fs 1.14.66.1: cosmetics
üst
564b9106
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
frm_strings.hxx
forms/source/inc/frm_strings.hxx
+5
-5
No files found.
forms/source/inc/frm_strings.hxx
Dosyayı görüntüle @
3cb8d6c4
...
...
@@ -4,9 +4,9 @@
*
* $RCSfile: frm_strings.hxx,v $
*
* $Revision: 1.1
4
$
* $Revision: 1.1
5
$
*
* last change: $Author:
rt $ $Date: 2006-12-01 16:55:11
$
* last change: $Author:
hr $ $Date: 2007-11-01 14:57:09
$
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
...
...
@@ -53,8 +53,8 @@ namespace frm
const
sal_Char
*
ascii
;
sal_Int32
length
;
inline
operator
const
::
rtl
::
OUString
()
const
;
inline
operator
const
sal_Char
*
()
const
{
return
ascii
;
}
inline
operator
::
rtl
::
OUString
()
const
;
inline
operator
const
sal_Char
*
()
const
{
return
ascii
;
}
inline
ConstAsciiString
(
const
sal_Char
*
_pAsciiZeroTerminated
,
const
sal_Int32
_nLength
);
inline
~
ConstAsciiString
();
...
...
@@ -79,7 +79,7 @@ namespace frm
}
//------------------------------------------------------------
inline
ConstAsciiString
::
operator
const
::
rtl
::
OUString
()
const
inline
ConstAsciiString
::
operator
::
rtl
::
OUString
()
const
{
if
(
!
ustring
)
ustring
=
new
::
rtl
::
OUString
(
ascii
,
length
,
RTL_TEXTENCODING_ASCII_US
);
...
...
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