summaryrefslogtreecommitdiff
path: root/l10ntools/inc/xrmmerge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/xrmmerge.hxx')
-rw-r--r--l10ntools/inc/xrmmerge.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/inc/xrmmerge.hxx b/l10ntools/inc/xrmmerge.hxx
index e599a59fcbe2..0000265cac35 100644
--- a/l10ntools/inc/xrmmerge.hxx
+++ b/l10ntools/inc/xrmmerge.hxx
@@ -56,7 +56,7 @@ protected:
const OString &rCloseTag
)=0;
- const OString& GetGID() { return sGID; }
+ const OString& GetGID() const { return sGID; }
public:
XRMResParser();
@@ -65,7 +65,7 @@ public:
void Execute( int nToken, char * pToken );
void SetError() { bError = true; }
- bool GetError() { return bError; }
+ bool GetError() const { return bError; }
};