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
ec7af68a
Kaydet (Commit)
ec7af68a
authored
Nis 23, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unnecessary overrides
Change-Id: I76ee226728269303ca0ac4dd0386f816cb5d569a
üst
27319514
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
23 deletions
+0
-23
fmshimp.cxx
svx/source/form/fmshimp.cxx
+0
-15
fmshimp.hxx
svx/source/inc/fmshimp.hxx
+0
-8
No files found.
svx/source/form/fmshimp.cxx
Dosyayı görüntüle @
ec7af68a
...
...
@@ -743,21 +743,6 @@ bool FmXFormShell::IsReadonlyDoc() const
return
true
;
}
Any
SAL_CALL
FmXFormShell
::
queryInterface
(
const
Type
&
type
)
throw
(
RuntimeException
,
std
::
exception
)
{
return
FmXFormShell_BASE
::
queryInterface
(
type
);
}
Sequence
<
Type
>
SAL_CALL
FmXFormShell
::
getTypes
(
)
throw
(
RuntimeException
,
std
::
exception
)
{
return
FmXFormShell_BASE
::
getTypes
();
}
Sequence
<
sal_Int8
>
SAL_CALL
FmXFormShell
::
getImplementationId
()
throw
(
RuntimeException
,
std
::
exception
)
{
return
css
::
uno
::
Sequence
<
sal_Int8
>
();
}
// EventListener
void
SAL_CALL
FmXFormShell
::
disposing
(
const
lang
::
EventObject
&
e
)
throw
(
RuntimeException
,
std
::
exception
)
...
...
svx/source/inc/fmshimp.hxx
Dosyayı görüntüle @
ec7af68a
...
...
@@ -255,17 +255,9 @@ public:
public
:
SAL_DLLPRIVATE
FmXFormShell
(
FmFormShell
&
_rShell
,
SfxViewFrame
*
_pViewFrame
);
// UNO Anbindung
DECLARE_UNO3_DEFAULTS
(
FmXFormShell
,
FmXFormShell_BASE
)
SAL_DLLPRIVATE
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
type
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
protected
:
SAL_DLLPRIVATE
virtual
~
FmXFormShell
();
// XTypeProvider
SAL_DLLPRIVATE
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
SAL_CALL
getImplementationId
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
SAL_DLLPRIVATE
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Type
>
SAL_CALL
getTypes
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
// EventListener
SAL_DLLPRIVATE
virtual
void
SAL_CALL
disposing
(
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
Source
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
...
...
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