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
8d7eba47
Kaydet (Commit)
8d7eba47
authored
Agu 11, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
these are global strings now
Change-Id: I0ca622afcf5dd4a5cc62d9bfd31974d800c659d1
üst
933bcfd2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
formlinkdialog.cxx
extensions/source/propctrlr/formlinkdialog.cxx
+0
-3
formresid.hrc
extensions/source/propctrlr/formresid.hrc
+0
-1
No files found.
extensions/source/propctrlr/formlinkdialog.cxx
Dosyayı görüntüle @
8d7eba47
...
@@ -276,7 +276,6 @@ namespace pcr
...
@@ -276,7 +276,6 @@ namespace pcr
{
{
if
(
m_sDetailLabel
.
isEmpty
()
)
if
(
m_sDetailLabel
.
isEmpty
()
)
{
{
::
svt
::
OLocalResourceAccess
aStringAccess
(
PcrRes
(
RID_DLG_FORMLINKS
),
RSC_MODALDIALOG
);
m_sDetailLabel
=
PcrRes
(
STR_DETAIL_FORM
).
toString
();
m_sDetailLabel
=
PcrRes
(
STR_DETAIL_FORM
).
toString
();
}
}
sDetailType
=
m_sDetailLabel
;
sDetailType
=
m_sDetailLabel
;
...
@@ -289,7 +288,6 @@ namespace pcr
...
@@ -289,7 +288,6 @@ namespace pcr
{
{
if
(
m_sMasterLabel
.
isEmpty
()
)
if
(
m_sMasterLabel
.
isEmpty
()
)
{
{
::
svt
::
OLocalResourceAccess
aStringAccess
(
PcrRes
(
RID_DLG_FORMLINKS
),
RSC_MODALDIALOG
);
m_sMasterLabel
=
PcrRes
(
STR_MASTER_FORM
).
toString
();
m_sMasterLabel
=
PcrRes
(
STR_MASTER_FORM
).
toString
();
}
}
sMasterType
=
m_sMasterLabel
;
sMasterType
=
m_sMasterLabel
;
...
@@ -431,7 +429,6 @@ namespace pcr
...
@@ -431,7 +429,6 @@ namespace pcr
{
{
OUString
sErrorMessage
;
OUString
sErrorMessage
;
{
{
::
svt
::
OLocalResourceAccess
aStringAccess
(
PcrRes
(
RID_DLG_FORMLINKS
),
RSC_MODALDIALOG
);
sErrorMessage
=
PcrRes
(
STR_ERROR_RETRIEVING_COLUMNS
).
toString
();
sErrorMessage
=
PcrRes
(
STR_ERROR_RETRIEVING_COLUMNS
).
toString
();
sErrorMessage
=
sErrorMessage
.
replaceFirst
(
"#"
,
sCommand
);
sErrorMessage
=
sErrorMessage
.
replaceFirst
(
"#"
,
sCommand
);
}
}
...
...
extensions/source/propctrlr/formresid.hrc
Dosyayı görüntüle @
8d7eba47
...
@@ -277,7 +277,6 @@
...
@@ -277,7 +277,6 @@
// - dialogs
// - dialogs
#define RID_DLG_TABORDER ( RID_PROPCONTROLLER_START + 1 )
#define RID_DLG_TABORDER ( RID_PROPCONTROLLER_START + 1 )
#define RID_DLG_FORMLINKS ( RID_PROPCONTROLLER_START + 2 )
#define RID_DLG_SELECTION ( RID_PROPCONTROLLER_START + 3 )
#define RID_DLG_SELECTION ( RID_PROPCONTROLLER_START + 3 )
// - ImageLists
// - ImageLists
...
...
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