Kaydet (Commit) 58d03e38 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field (Clang towards 3.2)

Change-Id: I792247193e98cbf9225ec103911920e7f63640bf
üst 103be64d
...@@ -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)
......
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment