summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscdb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/parser/rscdb.cxx')
-rw-r--r--rsc/source/parser/rscdb.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx
index b0e48074aec5..c96b7f172cd9 100644
--- a/rsc/source/parser/rscdb.cxx
+++ b/rsc/source/parser/rscdb.cxx
@@ -403,13 +403,13 @@ public:
aEnumObj.fOutput = fOutput;
pRoot = pR;
}
- ERRTYPE WriteRc()
+ ERRTYPE const & WriteRc()
{
aEnumObj.aError.Clear();
pRoot->EnumNodes( LINK( this, RscEnumerateRef, CallBackWriteRc ) );
return aEnumObj.aError;
}
- ERRTYPE WriteSrc( sal_uLong lFileKey )
+ ERRTYPE const & WriteSrc( sal_uLong lFileKey )
{
aEnumObj.lFileKey = lFileKey;