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
6c657296
Kaydet (Commit)
6c657296
authored
Tem 26, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
more valient efforts to remove UniString from ResID ctor
Change-Id: I1227d42f5d24d1743212125ffbeb07513b7d092b
üst
826be413
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
10 deletions
+8
-10
svdetc.hxx
include/svx/svdetc.hxx
+1
-3
svdglob.hxx
include/svx/svdglob.hxx
+1
-1
svdetc.cxx
svx/source/svdraw/svdetc.cxx
+6
-6
No files found.
include/svx/svdetc.hxx
Dosyayı görüntüle @
6c657296
...
@@ -248,9 +248,7 @@ inline SdrGlobalData& GetSdrGlobalData()
...
@@ -248,9 +248,7 @@ inline SdrGlobalData& GetSdrGlobalData()
namespace
sdr
namespace
sdr
{
{
SVX_DLLPUBLIC
OUString
GetResourceString
(
sal_uInt16
nResID
);
SVX_DLLPUBLIC
String
GetResourceString
(
sal_uInt16
nResID
);
}
}
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
...
...
include/svx/svdglob.hxx
Dosyayı görüntüle @
6c657296
...
@@ -39,7 +39,7 @@ ResMgr* ImpGetResMgr();
...
@@ -39,7 +39,7 @@ ResMgr* ImpGetResMgr();
// SDR_StringCacheBegin (256) to SDR_StringCacheEnd
// SDR_StringCacheBegin (256) to SDR_StringCacheEnd
// are cached.
// are cached.
// See also SvdStr.Hrc
// See also SvdStr.Hrc
SVX_DLLPUBLIC
String
ImpGetResStr
(
sal_uInt16
nResID
);
SVX_DLLPUBLIC
OU
String
ImpGetResStr
(
sal_uInt16
nResID
);
////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
...
...
svx/source/svdraw/svdetc.cxx
Dosyayı görüntüle @
6c657296
...
@@ -442,19 +442,19 @@ ResMgr* ImpGetResMgr()
...
@@ -442,19 +442,19 @@ ResMgr* ImpGetResMgr()
////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
String
ImpGetResStr
(
sal_uInt16
nResID
)
OU
String
ImpGetResStr
(
sal_uInt16
nResID
)
{
{
return
String
(
ResId
(
nResID
,
*
ImpGetResMgr
())
);
return
ResId
(
nResID
,
*
ImpGetResMgr
()).
toString
(
);
}
}
////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
namespace
sdr
namespace
sdr
{
{
String
GetResourceString
(
sal_uInt16
nResID
)
OU
String
GetResourceString
(
sal_uInt16
nResID
)
{
{
return
ImpGetResStr
(
nResID
);
return
ImpGetResStr
(
nResID
);
}
}
}
}
////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
...
...
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