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
58d03e38
Kaydet (Commit)
58d03e38
authored
Agu 13, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I792247193e98cbf9225ec103911920e7f63640bf
üst
103be64d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
strmadpt.hxx
svl/inc/svl/strmadpt.hxx
+1
-2
style.hxx
svl/inc/svl/style.hxx
+0
-1
No files found.
svl/inc/svl/strmadpt.hxx
Dosyayı görüntüle @
58d03e38
...
@@ -71,11 +71,10 @@ class SVL_DLLPUBLIC SvLockBytesInputStream: public cppu::OWeakObject,
...
@@ -71,11 +71,10 @@ class SVL_DLLPUBLIC SvLockBytesInputStream: public cppu::OWeakObject,
{
{
SvLockBytesRef
m_xLockBytes
;
SvLockBytesRef
m_xLockBytes
;
sal_Int64
m_nPosition
;
sal_Int64
m_nPosition
;
bool
m_bDone
;
public
:
public
:
SvLockBytesInputStream
(
SvLockBytes
*
pTheLockBytes
)
:
SvLockBytesInputStream
(
SvLockBytes
*
pTheLockBytes
)
:
m_xLockBytes
(
pTheLockBytes
),
m_nPosition
(
0
)
,
m_bDone
(
false
)
{}
m_xLockBytes
(
pTheLockBytes
),
m_nPosition
(
0
)
{}
virtual
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
virtual
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
com
::
sun
::
star
::
uno
::
Type
&
rType
)
queryInterface
(
const
com
::
sun
::
star
::
uno
::
Type
&
rType
)
...
...
svl/inc/svl/style.hxx
Dosyayı görüntüle @
58d03e38
...
@@ -179,7 +179,6 @@ private:
...
@@ -179,7 +179,6 @@ private:
SVL_DLLPRIVATE
sal_Bool
IsTrivialSearch
();
SVL_DLLPRIVATE
sal_Bool
IsTrivialSearch
();
SVL_DLLPRIVATE
sal_Bool
DoesStyleMatch
(
SfxStyleSheetBase
*
pStyle
);
SVL_DLLPRIVATE
sal_Bool
DoesStyleMatch
(
SfxStyleSheetBase
*
pStyle
);
void
*
pImp
;
SfxStyleSheetBase
*
pAktStyle
;
SfxStyleSheetBase
*
pAktStyle
;
sal_uInt16
nAktPosition
;
sal_uInt16
nAktPosition
;
sal_Bool
bSearchUsed
;
sal_Bool
bSearchUsed
;
...
...
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