summaryrefslogtreecommitdiff
path: root/basic/source/inc/codegen.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 17:41:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 21:09:17 +0000
commit6a38eace8c0936c507cb02b8d0dd09e837a183fd (patch)
tree9e18f9ce684163df20fad17a6dcfe68f539c94e4 /basic/source/inc/codegen.hxx
parent5fce5642b65459fe165bcab5fd7d9217d3aee4ed (diff)
Remove visual noise from basic
Change-Id: I10865b94f67de39e9dbcbe71ede42aa94d81db61 Reviewed-on: https://gerrit.libreoffice.org/8234 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basic/source/inc/codegen.hxx')
-rw-r--r--basic/source/inc/codegen.hxx4
1 files changed, 2 insertions, 2 deletions
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();