summaryrefslogtreecommitdiff
path: root/filter/source/t602
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-20 10:34:01 +0200
committerNoel Grandin <noel@peralex.com>2016-04-21 08:32:47 +0200
commit5abc669599001bf888b97c4d3c2715e1fb7523b9 (patch)
tree2407c6fc040a795e6ffc69de02ba940285c04c7f /filter/source/t602
parent5bb308a9ad16f6002486a60e4a753693818580b6 (diff)
new plugin stylepolice
check for local variables which follow our member field naming convention, which is highly confusing Change-Id: Idacedf7145d09843e96a584237b385f7662eea10
Diffstat (limited to 'filter/source/t602')
-rw-r--r--filter/source/t602/t602filter.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/filter/source/t602/t602filter.cxx b/filter/source/t602/t602filter.cxx
index cfb1f2909315..f30a9edd867e 100644
--- a/filter/source/t602/t602filter.cxx
+++ b/filter/source/t602/t602filter.cxx
@@ -119,7 +119,7 @@ namespace T602ImportFilter {
#define Start_(_nam) \
if (mxHandler.is()) \
{ \
- mxHandler->startElement(_nam, mAttrList); \
+ mxHandler->startElement(_nam, xAttrList); \
if (mpAttrList) \
mpAttrList->Clear(); \
}
@@ -218,7 +218,7 @@ void SAL_CALL T602ImportFilter::initialize( const Sequence< Any >& aArguments )
void T602ImportFilter::inschr(unsigned char ch)
{
- Reference < XAttributeList > mAttrList ( mpAttrList );
+ Reference < XAttributeList > xAttrList ( mpAttrList );
if(!ini.showcomm&&pst.comment) return;
@@ -282,7 +282,7 @@ bool SAL_CALL T602ImportFilter::importImpl( const Sequence< css::beans::Property
mpAttrList = new SvXMLAttributeList;
- Reference < XAttributeList > mAttrList ( mpAttrList );
+ Reference < XAttributeList > xAttrList ( mpAttrList );
mxHandler->startDocument();
@@ -527,7 +527,7 @@ void T602ImportFilter::inschrdef(unsigned char ch)
void T602ImportFilter::wrtfnt()
{
- Reference < XAttributeList > mAttrList ( mpAttrList );
+ Reference < XAttributeList > xAttrList ( mpAttrList );
const sal_Char *style = "P1";
switch(fst.nowfnt) {
@@ -575,7 +575,7 @@ unsigned char T602ImportFilter::Readchar602()
void T602ImportFilter::par602(bool endofpage)
{
sal_Int16 endp;
- Reference < XAttributeList > mAttrList ( mpAttrList );
+ Reference < XAttributeList > xAttrList ( mpAttrList );
if(!endofpage || !pst.waspar) {
if(ini.showcomm||!pst.comment) {
@@ -713,7 +713,7 @@ void T602ImportFilter::Read602()
unsigned char ch=0;
char cmd602[3] = {0};
- Reference < XAttributeList > mAttrList ( mpAttrList );
+ Reference < XAttributeList > xAttrList ( mpAttrList );
if (node==QUIT) return;