diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-04-26 09:56:47 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-04-30 15:06:45 +0000 |
commit | fc2590cfa112222500a6c847917d7545f60024c6 (patch) | |
tree | 951f6a8e86c6d42672b9fe1e6e6cde3ee7eed152 /rsc | |
parent | 783b02de3bc75cd0be1a6e919d4755a297fe7a84 (diff) |
Fix typos
Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73
Reviewed-on: https://gerrit.libreoffice.org/24317
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/parser/rscdb.cxx | 2 | ||||
-rw-r--r-- | rsc/source/tools/rscdef.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx index b4b31b84ab0c..877e22605b63 100644 --- a/rsc/source/parser/rscdb.cxx +++ b/rsc/source/parser/rscdb.cxx @@ -399,7 +399,7 @@ void RscEnumerateObj::WriteRcFile( RscWriteRc & rMem, FILE * fOut ) sal_uInt32 nId = rMem.GetLong( 0 ); sal_uInt32 nRT = rMem.GetLong( 4 ); - // table is filled with with nId and nRT + // table is filled with nId and nRT pTypCont->PutTranslatorKey( (sal_uInt64(nRT) << 32) + sal_uInt64(nId) ); if( nRT == RSC_VERSIONCONTROL ) diff --git a/rsc/source/tools/rscdef.cxx b/rsc/source/tools/rscdef.cxx index c3dbffe28d88..b632009afadb 100644 --- a/rsc/source/tools/rscdef.cxx +++ b/rsc/source/tools/rscdef.cxx @@ -623,7 +623,7 @@ RscDefine * RscFileTab::NewDef( Index lFileKey, const OString& rDefName, if( !pDef ) { - // pExp is always always owned and must be deleted after used + // pExp is always owned and must be deleted after used delete pExp; } return pDef; |