summaryrefslogtreecommitdiff
path: root/rsc/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-22 10:17:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-23 08:58:43 +0200
commit0f347c04bf1305c634b761f92ff487e831bc564c (patch)
treecfa610a2418d1fbfe963c7290a778be3c33ada6c /rsc/inc
parentf871d0e7c99d88b55c38a9878f3ef0bfec4eb089 (diff)
loplugin:unusedfields in registry..sax
Change-Id: Ie0e2ecaadb49273cb4e78bc894111523940e7c8e Reviewed-on: https://gerrit.libreoffice.org/39098 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'rsc/inc')
-rw-r--r--rsc/inc/rscpar.hxx2
-rw-r--r--rsc/inc/rsctools.hxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/rsc/inc/rscpar.hxx b/rsc/inc/rscpar.hxx
index e0c3e861e525..aea9a8740c35 100644
--- a/rsc/inc/rscpar.hxx
+++ b/rsc/inc/rscpar.hxx
@@ -31,8 +31,6 @@ class RscTypCont;
class RscFileInst
{
ERRTYPE aFirstError;
- sal_uInt32 nErrorLine;
- sal_uInt32 nErrorPos;
sal_uInt32 nLineNo; // line in input file
RscFileTab::Index lFileIndex; // index input file
RscFileTab::Index lSrcIndex; // index base file
diff --git a/rsc/inc/rsctools.hxx b/rsc/inc/rsctools.hxx
index 2af05864b401..c54b4a1dd4e7 100644
--- a/rsc/inc/rsctools.hxx
+++ b/rsc/inc/rsctools.hxx
@@ -79,7 +79,6 @@ class RscWriteRc
{
sal_uInt32 nLen;
bool bSwap;
- RSCBYTEORDER_TYPE nByteOrder;
char * pMem;
char * GetPointer( sal_uInt32 nSize );
public: