From 6a38eace8c0936c507cb02b8d0dd09e837a183fd Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 17:41:32 +0100 Subject: Remove visual noise from basic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I10865b94f67de39e9dbcbe71ede42aa94d81db61 Reviewed-on: https://gerrit.libreoffice.org/8234 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- basic/source/inc/codegen.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basic/source/inc/codegen.hxx') diff --git a/basic/source/inc/codegen.hxx b/basic/source/inc/codegen.hxx index 06baef243e8b..37c779904f0e 100644 --- a/basic/source/inc/codegen.hxx +++ b/basic/source/inc/codegen.hxx @@ -61,10 +61,10 @@ public: template < class T, class S > class PCodeBuffConvertor { - T m_nSize; // + T m_nSize; sal_uInt8* m_pStart; sal_uInt8* m_pCnvtdBuf; - S m_nCnvtdSize; // + S m_nCnvtdSize; // Disable usual copying symantics and bodgy default ctor PCodeBuffConvertor(); -- cgit