summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-02 11:27:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-02 11:27:38 +0200
commit0fc8d8f6eba3ff49e7252fce661aa61dccfb3740 (patch)
treeaf30199f2111ac927e6ffc100182666cbf541166 /rsc
parent6a5f0a5c40752d09d23994d1bdd32b13501bbdaf (diff)
loplugin:cstylecast: deal with those that are (technically) const_cast
Change-Id: Ie100fc1048b076f94e7ef33b632df4264d37cf51
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/parser/rscdb.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx
index de6844f0fc71..f58ff3eda8dd 100644
--- a/rsc/source/parser/rscdb.cxx
+++ b/rsc/source/parser/rscdb.cxx
@@ -284,7 +284,7 @@ sal_uInt32 RscTypCont :: PutSysName( sal_uInt32 nRscTyp, char * pFileName,
pSysEntry->nRscTyp = nRscTyp;
pSysEntry->nTyp = nConst;
pSysEntry->nRefId = nId;
- pSysEntry->aFileName = (const char*)pFileName;
+ pSysEntry->aFileName = pFileName;
if( bFirst && !bId1 )
{
pSysEntry->nKey = 1;