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
9192e850
Kaydet (Commit)
9192e850
authored
Şub 08, 2017
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
move the extra data of ERRCODE_SFXMSG_STYLEREPLACE out of the .src
Change-Id: I5c39d785d1f2a78e1fcfcd763deac60f047a5e4b
üst
12b865c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
ehdl.cxx
svtools/source/misc/ehdl.cxx
+3
-5
errtxt.src
svx/source/src/errtxt.src
+0
-1
No files found.
svtools/source/misc/ehdl.cxx
Dosyayı görüntüle @
9192e850
...
@@ -271,7 +271,6 @@ void SfxErrorHandler::GetClassString(sal_uLong lClassId, OUString &rStr)
...
@@ -271,7 +271,6 @@ void SfxErrorHandler::GetClassString(sal_uLong lClassId, OUString &rStr)
}
}
}
}
bool
SfxErrorHandler
::
GetErrorString
(
bool
SfxErrorHandler
::
GetErrorString
(
sal_uLong
lErrId
,
OUString
&
rStr
,
sal_uInt16
&
nFlags
)
const
sal_uLong
lErrId
,
OUString
&
rStr
,
sal_uInt16
&
nFlags
)
const
...
@@ -295,9 +294,9 @@ bool SfxErrorHandler::GetErrorString(
...
@@ -295,9 +294,9 @@ bool SfxErrorHandler::GetErrorString(
{
{
ResString
aErrorString
(
aEr
.
GetResString
());
ResString
aErrorString
(
aEr
.
GetResString
());
sal_uInt16
nResFlags
=
aErrorString
.
GetFlags
();
if
(
lErrId
==
ERRCODE_SFXMSG_STYLEREPLACE
)
if
(
nResFlags
)
nFlags
=
ERRCODE_MSG_ERROR
|
ERRCODE_BUTTON_OK_CANCEL
;
nFlags
=
nResFlags
;
rStr
=
rStr
.
replaceAll
(
"$(ERROR)"
,
aErrorString
.
GetString
());
rStr
=
rStr
.
replaceAll
(
"$(ERROR)"
,
aErrorString
.
GetString
());
bRet
=
true
;
bRet
=
true
;
}
}
...
@@ -318,7 +317,6 @@ bool SfxErrorHandler::GetErrorString(
...
@@ -318,7 +317,6 @@ bool SfxErrorHandler::GetErrorString(
return
bRet
;
return
bRet
;
}
}
SfxErrorContext
::
SfxErrorContext
(
SfxErrorContext
::
SfxErrorContext
(
sal_uInt16
nCtxIdP
,
vcl
::
Window
*
pWindow
,
sal_uInt16
nResIdP
,
ResMgr
*
pMgrP
)
sal_uInt16
nCtxIdP
,
vcl
::
Window
*
pWindow
,
sal_uInt16
nResIdP
,
ResMgr
*
pMgrP
)
:
ErrorContext
(
pWindow
),
nCtxId
(
nCtxIdP
),
nResId
(
nResIdP
),
pMgr
(
pMgrP
)
:
ErrorContext
(
pWindow
),
nCtxId
(
nCtxIdP
),
nResId
(
nResIdP
),
pMgr
(
pMgrP
)
...
...
svx/source/src/errtxt.src
Dosyayı görüntüle @
9192e850
...
@@ -340,7 +340,6 @@ Resource RID_ERRHDL
...
@@ -340,7 +340,6 @@ Resource RID_ERRHDL
};
};
String ERRCODE_SFXMSG_STYLEREPLACE
String ERRCODE_SFXMSG_STYLEREPLACE
{
{
ExtraData = ERRCODE_MSG_ERROR | ERRCODE_BUTTON_OK_CANCEL ;
Text [ en-US ] = "Should the $(ARG1) Style be replaced?" ;
Text [ en-US ] = "Should the $(ARG1) Style be replaced?" ;
};
};
String ERRCODE_SFX_NOFILTER
String ERRCODE_SFX_NOFILTER
...
...
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