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
fb8f3fac
Kaydet (Commit)
fb8f3fac
authored
Ock 15, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
get_this_libpath only used in paths.cxx
Change-Id: I60bbb6fce36d20d476adc963ad2182f71e9c19c7
üst
9e2972db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
paths.cxx
cppuhelper/source/paths.cxx
+5
-1
paths.hxx
cppuhelper/source/paths.hxx
+0
-2
No files found.
cppuhelper/source/paths.cxx
Dosyayı görüntüle @
fb8f3fac
...
@@ -32,7 +32,9 @@
...
@@ -32,7 +32,9 @@
#include "paths.hxx"
#include "paths.hxx"
rtl
::
OUString
cppu
::
get_this_libpath
()
{
namespace
{
rtl
::
OUString
get_this_libpath
()
{
static
rtl
::
OUString
s_uri
;
static
rtl
::
OUString
s_uri
;
if
(
s_uri
.
isEmpty
())
{
if
(
s_uri
.
isEmpty
())
{
rtl
::
OUString
uri
;
rtl
::
OUString
uri
;
...
@@ -53,6 +55,8 @@ rtl::OUString cppu::get_this_libpath() {
...
@@ -53,6 +55,8 @@ rtl::OUString cppu::get_this_libpath() {
return
s_uri
;
return
s_uri
;
}
}
}
rtl
::
OUString
cppu
::
getUnoIniUri
()
{
rtl
::
OUString
cppu
::
getUnoIniUri
()
{
#if defined ANDROID
#if defined ANDROID
// Wouldn't it be lovely to avoid this fugly hard-coding.
// Wouldn't it be lovely to avoid this fugly hard-coding.
...
...
cppuhelper/source/paths.hxx
Dosyayı görüntüle @
fb8f3fac
...
@@ -27,8 +27,6 @@ namespace rtl { class OUString; }
...
@@ -27,8 +27,6 @@ namespace rtl { class OUString; }
namespace
cppu
{
namespace
cppu
{
rtl
::
OUString
get_this_libpath
();
rtl
::
OUString
getUnoIniUri
();
rtl
::
OUString
getUnoIniUri
();
bool
nextDirectoryItem
(
osl
::
Directory
&
directory
,
rtl
::
OUString
*
url
);
bool
nextDirectoryItem
(
osl
::
Directory
&
directory
,
rtl
::
OUString
*
url
);
...
...
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