summaryrefslogtreecommitdiff
path: root/basic/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-15 15:30:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-16 09:46:59 +0200
commit27f4f9ae8f18b1aab931511bd8532e961318bba9 (patch)
tree9811b27b90120ae510dbbe6dd80f1e755e7ac64d /basic/source
parente327840a6d41d8d68e5b5157c944d2acbd3232b0 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: Ia6f5bf7c3372515c2796d239aeb610fbe6f29f8d
Diffstat (limited to 'basic/source')
-rw-r--r--basic/source/inc/sbunoobj.hxx1
-rw-r--r--basic/source/runtime/iosys.cxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/basic/source/inc/sbunoobj.hxx b/basic/source/inc/sbunoobj.hxx
index eac35fba34c6..222943f87df7 100644
--- a/basic/source/inc/sbunoobj.hxx
+++ b/basic/source/inc/sbunoobj.hxx
@@ -281,7 +281,6 @@ class SbUnoServiceCtor : public SbxMethod
::com::sun::star::uno::Reference< ::com::sun::star::reflection::XServiceConstructorDescription > m_xServiceCtorDesc;
- SbUnoServiceCtor* pPrev;
SbUnoServiceCtor* pNext;
public:
diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx
index ccaa437e880a..8ec4614f9fea 100644
--- a/basic/source/runtime/iosys.cxx
+++ b/basic/source/runtime/iosys.cxx
@@ -302,7 +302,6 @@ sal_Bool hasUno( void )
class OslStream : public SvStream
{
osl::File maFile;
- short mnStrmMode;
public:
OslStream( const String& rName, short nStrmMode );
@@ -316,7 +315,6 @@ public:
OslStream::OslStream( const String& rName, short nStrmMode )
: maFile( rName )
- , mnStrmMode( nStrmMode )
{
sal_uInt32 nFlags;