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
7488e110
Kaydet (Commit)
7488e110
authored
Agu 10, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ditch unused ByteString using code
üst
35c83a7f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
11 deletions
+0
-11
config.hxx
tools/inc/tools/config.hxx
+0
-1
config.cxx
tools/source/generic/config.cxx
+0
-9
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
tools/inc/tools/config.hxx
Dosyayı görüntüle @
7488e110
...
...
@@ -74,7 +74,6 @@ public:
UniString
ReadKey
(
const
ByteString
&
rKey
,
rtl_TextEncoding
eEncoding
)
const
;
ByteString
ReadKey
(
const
ByteString
&
rKey
,
const
ByteString
&
rDefault
)
const
;
void
WriteKey
(
const
ByteString
&
rKey
,
const
ByteString
&
rValue
);
void
WriteKey
(
const
ByteString
&
rKey
,
const
UniString
&
rValue
,
rtl_TextEncoding
eEncoding
);
void
DeleteKey
(
const
ByteString
&
rKey
);
ByteString
GetKeyName
(
sal_uInt16
nKey
)
const
;
ByteString
ReadKey
(
sal_uInt16
nKey
)
const
;
...
...
tools/source/generic/config.cxx
Dosyayı görüntüle @
7488e110
...
...
@@ -1079,15 +1079,6 @@ void Config::WriteKey( const ByteString& rKey, const ByteString& rStr )
// -----------------------------------------------------------------------
void
Config
::
WriteKey
(
const
ByteString
&
rKey
,
const
UniString
&
rValue
,
rtl_TextEncoding
eEncoding
)
{
if
(
mpData
->
mbIsUTF8BOM
)
eEncoding
=
RTL_TEXTENCODING_UTF8
;
WriteKey
(
rKey
,
ByteString
(
rValue
,
eEncoding
)
);
}
// -----------------------------------------------------------------------
void
Config
::
DeleteKey
(
const
ByteString
&
rKey
)
{
// Config-Daten evt. updaten
...
...
unusedcode.easy
Dosyayı görüntüle @
7488e110
...
...
@@ -136,7 +136,6 @@ CommunicationLinkList::Insert(CommunicationLink const*&, unsigned short&)
CommunicationLinkList::Insert(CommunicationLink const**, unsigned short)
CommunicationLinkList::Insert(CommunicationLinkList const*, unsigned short, unsigned short)
CommunicationLinkList::Remove(CommunicationLink const*&, unsigned short)
Config::WriteKey(ByteString const&, String const&, unsigned short)
Container::GetObjectPtr(unsigned long)
Container::GetPos(void const*, unsigned long, unsigned char) const
Container::Insert(void*, void*)
...
...
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