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
9f898666
Kaydet (Commit)
9f898666
authored
Ara 02, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unnecessaryoverride (dtors) in starmath
Change-Id: I7d987fdab23a708a75e7d2e8bd2aabdb96e53140
üst
ad91fa99
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
mathmlimport.cxx
starmath/source/mathmlimport.cxx
+0
-6
unofilter.cxx
starmath/source/unofilter.cxx
+0
-3
No files found.
starmath/source/mathmlimport.cxx
Dosyayı görüntüle @
9f898666
...
@@ -1957,8 +1957,6 @@ public:
...
@@ -1957,8 +1957,6 @@ public:
sal_uInt16
i_nPrefix
,
const
OUString
&
i_rLName
,
sal_uInt16
i_nPrefix
,
const
OUString
&
i_rLName
,
const
uno
::
Reference
<
document
::
XDocumentProperties
>&
i_xDocProps
);
const
uno
::
Reference
<
document
::
XDocumentProperties
>&
i_xDocProps
);
virtual
~
SmXMLFlatDocContext_Impl
()
override
;
virtual
SvXMLImportContext
*
CreateChildContext
(
sal_uInt16
i_nPrefix
,
const
OUString
&
i_rLocalName
,
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>&
i_xAttrList
)
override
;
virtual
SvXMLImportContext
*
CreateChildContext
(
sal_uInt16
i_nPrefix
,
const
OUString
&
i_rLocalName
,
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>&
i_xAttrList
)
override
;
};
};
...
@@ -1972,10 +1970,6 @@ SmXMLFlatDocContext_Impl::SmXMLFlatDocContext_Impl( SmXMLImport& i_rImport,
...
@@ -1972,10 +1970,6 @@ SmXMLFlatDocContext_Impl::SmXMLFlatDocContext_Impl( SmXMLImport& i_rImport,
{
{
}
}
SmXMLFlatDocContext_Impl
::~
SmXMLFlatDocContext_Impl
()
{
}
SvXMLImportContext
*
SmXMLFlatDocContext_Impl
::
CreateChildContext
(
SvXMLImportContext
*
SmXMLFlatDocContext_Impl
::
CreateChildContext
(
sal_uInt16
i_nPrefix
,
const
OUString
&
i_rLocalName
,
sal_uInt16
i_nPrefix
,
const
OUString
&
i_rLocalName
,
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>&
i_xAttrList
)
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>&
i_xAttrList
)
...
...
starmath/source/unofilter.cxx
Dosyayı görüntüle @
9f898666
...
@@ -30,7 +30,6 @@ class MathTypeFilter : public cppu::WeakImplHelper
...
@@ -30,7 +30,6 @@ class MathTypeFilter : public cppu::WeakImplHelper
public
:
public
:
MathTypeFilter
();
MathTypeFilter
();
~
MathTypeFilter
()
override
;
// XFilter
// XFilter
sal_Bool
SAL_CALL
filter
(
const
uno
::
Sequence
<
beans
::
PropertyValue
>&
rDescriptor
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
override
;
sal_Bool
SAL_CALL
filter
(
const
uno
::
Sequence
<
beans
::
PropertyValue
>&
rDescriptor
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
override
;
...
@@ -47,8 +46,6 @@ public:
...
@@ -47,8 +46,6 @@ public:
MathTypeFilter
::
MathTypeFilter
()
=
default
;
MathTypeFilter
::
MathTypeFilter
()
=
default
;
MathTypeFilter
::~
MathTypeFilter
()
=
default
;
sal_Bool
MathTypeFilter
::
filter
(
const
uno
::
Sequence
<
beans
::
PropertyValue
>&
rDescriptor
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
sal_Bool
MathTypeFilter
::
filter
(
const
uno
::
Sequence
<
beans
::
PropertyValue
>&
rDescriptor
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
bool
bSuccess
=
false
;
bool
bSuccess
=
false
;
...
...
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