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
7f67dd5d
Kaydet (Commit)
7f67dd5d
authored
Tem 23, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
OSL_FAIL -> SAL_WARN
Change-Id: If0c4dce547184ca48f221793daf33e4592912cb2
üst
1de20e76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
17 deletions
+5
-17
configitem.cxx
unotools/source/config/configitem.cxx
+5
-17
No files found.
unotools/source/config/configitem.cxx
Dosyayı görüntüle @
7f67dd5d
...
@@ -487,23 +487,11 @@ Sequence< Any > ConfigItem::GetProperties(const Sequence< OUString >& rNames)
...
@@ -487,23 +487,11 @@ Sequence< Any > ConfigItem::GetProperties(const Sequence< OUString >& rNames)
}
}
catch
(
const
Exception
&
rEx
)
catch
(
const
Exception
&
rEx
)
{
{
#if OSL_DEBUG_LEVEL > 0
SAL_WARN
(
OString
sMsg
(
"XHierarchicalNameAccess: "
);
"unotools.config"
,
sMsg
+=
OString
(
rEx
.
Message
.
getStr
(),
"ignoring XHierarchicalNameAccess to /org.openoffice."
rEx
.
Message
.
getLength
(),
<<
sSubTree
<<
"/"
<<
pNames
[
i
]
<<
" Exception: "
RTL_TEXTENCODING_ASCII_US
);
<<
rEx
.
Message
);
sMsg
+=
OString
(
"
\n
/org.openoffice."
);
sMsg
+=
OString
(
sSubTree
.
getStr
(),
sSubTree
.
getLength
(),
RTL_TEXTENCODING_ASCII_US
);
sMsg
+=
OString
(
"/"
);
sMsg
+=
OString
(
pNames
[
i
].
getStr
(),
pNames
[
i
].
getLength
(),
RTL_TEXTENCODING_ASCII_US
);
OSL_FAIL
(
sMsg
.
getStr
());
#else
(
void
)
rEx
;
// avoid warning
#endif
}
}
}
}
...
...
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