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
c576a5c4
Kaydet (Commit)
c576a5c4
authored
Mar 24, 2012
tarafından
Santiago Martinez
Kaydeden (comit)
Caolán McNamara
Mar 26, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused code in xmloff.
üst
564d216f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
31 deletions
+0
-31
unusedcode.easy
unusedcode.easy
+0
-2
xmlerror.hxx
xmloff/inc/xmloff/xmlerror.hxx
+0
-12
xmlerror.cxx
xmloff/source/core/xmlerror.cxx
+0
-17
No files found.
unusedcode.easy
Dosyayı görüntüle @
c576a5c4
...
...
@@ -334,8 +334,6 @@ Window::PostUserEvent(unsigned long&, unsigned long, void*)
X11SalGraphics::SetMask(int&, int&, unsigned int&, unsigned int&, int&, int&, unsigned long)
X509Certificate_NssImpl::getImplementation(com::sun::star::uno::Reference<com::sun::star::uno::XInterface>)
XMLElement::Equals(rtl::OUString)
XMLErrors::AddRecord(int, com::sun::star::uno::Sequence<rtl::OUString> const&)
XMLErrors::AddRecord(int, com::sun::star::uno::Sequence<rtl::OUString> const&, rtl::OUString const&)
XMLFamilyDataList_Impl::GetPos(XMLFamilyData_Impl const*) const
XMLFamilyDataList_Impl::Remove(XMLFamilyData_Impl*)
XMLFontAutoStylePoolNames_Impl::GetPos(rtl::OUString const*) const
...
...
xmloff/inc/xmloff/xmlerror.hxx
Dosyayı görüntüle @
c576a5c4
...
...
@@ -143,18 +143,6 @@ public:
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XLocator
>
&
rLocator
);
/// location
void
AddRecord
(
sal_Int32
nId
,
/// error ID == error flags + error class + error number
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
rtl
::
OUString
>
&
rParams
,
/// parameters for error message
const
::
rtl
::
OUString
&
rExceptionMessage
);
/// original exception string
void
AddRecord
(
sal_Int32
nId
,
/// error ID == error flags + error class + error number
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
rtl
::
OUString
>
&
rParams
);
/// parameters for error message
/**
* throw a SAXParseException that describes the first error that matches
* the given mask
...
...
xmloff/source/core/xmlerror.cxx
Dosyayı görüntüle @
c576a5c4
...
...
@@ -216,23 +216,6 @@ void XMLErrors::AddRecord(
}
}
void
XMLErrors
::
AddRecord
(
sal_Int32
nId
,
const
Sequence
<
OUString
>
&
rParams
,
const
OUString
&
rExceptionMessage
)
{
OUString
sEmpty
;
AddRecord
(
nId
,
rParams
,
rExceptionMessage
,
-
1
,
-
1
,
sEmpty
,
sEmpty
);
}
void
XMLErrors
::
AddRecord
(
sal_Int32
nId
,
const
Sequence
<
OUString
>
&
rParams
)
{
OUString
sEmpty
;
AddRecord
(
nId
,
rParams
,
sEmpty
,
-
1
,
-
1
,
sEmpty
,
sEmpty
);
}
void
XMLErrors
::
ThrowErrorAsSAXException
(
sal_Int32
nIdMask
)
throw
(
SAXParseException
)
{
...
...
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