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
ccda3f37
Kaydet (Commit)
ccda3f37
authored
Ara 05, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unnecessaryoverride (dtors) in forms
Change-Id: Ia6787aa9dc7963b1e44604f22bfc95e0333a7f79
üst
3ef5bf5a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
imgprod.cxx
forms/source/component/imgprod.cxx
+0
-7
commandimageprovider.cxx
forms/source/helper/commandimageprovider.cxx
+0
-3
No files found.
forms/source/component/imgprod.cxx
Dosyayı görüntüle @
ccda3f37
...
...
@@ -42,7 +42,6 @@ public:
ImgProdLockBytes
(
SvStream
*
pStm
,
bool
bOwner
);
explicit
ImgProdLockBytes
(
css
::
uno
::
Reference
<
css
::
io
::
XInputStream
>
&
rStreamRef
);
virtual
~
ImgProdLockBytes
()
override
;
virtual
ErrCode
ReadAt
(
sal_uInt64
nPos
,
void
*
pBuffer
,
std
::
size_t
nCount
,
std
::
size_t
*
pRead
)
const
override
;
virtual
ErrCode
WriteAt
(
sal_uInt64
nPos
,
const
void
*
pBuffer
,
std
::
size_t
nCount
,
std
::
size_t
*
pWritten
)
override
;
...
...
@@ -83,12 +82,6 @@ ImgProdLockBytes::ImgProdLockBytes( css::uno::Reference< css::io::XInputStream >
}
}
ImgProdLockBytes
::~
ImgProdLockBytes
()
{
}
ErrCode
ImgProdLockBytes
::
ReadAt
(
sal_uInt64
const
nPos
,
void
*
pBuffer
,
std
::
size_t
nCount
,
std
::
size_t
*
pRead
)
const
{
...
...
forms/source/helper/commandimageprovider.cxx
Dosyayı görüntüle @
ccda3f37
...
...
@@ -59,9 +59,6 @@ namespace frm
{
impl_init_nothrow
(
_rContext
,
_rxDocument
);
}
virtual
~
DocumentCommandImageProvider
()
override
{
}
// ICommandImageProvider
virtual
CommandImages
getCommandImages
(
const
css
::
uno
::
Sequence
<
OUString
>&
_rCommandURLs
,
const
bool
_bLarge
)
const
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