summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-16 16:41:27 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-16 20:23:21 +0200
commitd9943588ace7d622167b9b57236b593ab220cdfa (patch)
tree0c679deb7a4647c12ffcc5d71c1b07ea2e59daa4 /fpicker
parent3129678c4bd82900a02e82c9a9786de4e26add9c (diff)
WaE: declaration of 'size' shadows a member of 'this'
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/misc/AutoBuffer.cxx4
-rw-r--r--fpicker/source/win32/misc/AutoBuffer.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/win32/misc/AutoBuffer.cxx b/fpicker/source/win32/misc/AutoBuffer.cxx
index 46a8bda4dc45..80e19321c89d 100644
--- a/fpicker/source/win32/misc/AutoBuffer.cxx
+++ b/fpicker/source/win32/misc/AutoBuffer.cxx
@@ -51,8 +51,8 @@ using rtl::OUString;
//
//------------------------------------------------------------------------
-CAutoUnicodeBuffer::CAutoUnicodeBuffer( size_t size, sal_Bool bLazyCreation ) :
- m_buffSize( size ),
+CAutoUnicodeBuffer::CAutoUnicodeBuffer( size_t nSize, sal_Bool bLazyCreation ) :
+ m_buffSize( nSize ),
m_pBuff( NULL )
{
if ( !bLazyCreation )
diff --git a/fpicker/source/win32/misc/AutoBuffer.hxx b/fpicker/source/win32/misc/AutoBuffer.hxx
index 6b287d2556b0..0f1dd87506e5 100644
--- a/fpicker/source/win32/misc/AutoBuffer.hxx
+++ b/fpicker/source/win32/misc/AutoBuffer.hxx
@@ -49,7 +49,7 @@ public:
// if bLazyCreation is true the buffer will be created
// when someone wants to fill the buffer
- CAutoUnicodeBuffer( size_t size, sal_Bool bLazyCreation = sal_False );
+ CAutoUnicodeBuffer( size_t nSize, sal_Bool bLazyCreation = sal_False );
~CAutoUnicodeBuffer( );
// resizes the buffer