From 2a47dd078bf448f34f05a56a647410a66da00eea Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 30 Sep 2018 16:55:41 +0200 Subject: pocheck: we need to access msgctxt of a PO entry Change-Id: I43978811056692623344239d2c6e4763fa7de16b Reviewed-on: https://gerrit.libreoffice.org/61165 Tested-by: Jenkins Reviewed-by: Andras Timar --- l10ntools/inc/po.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'l10ntools/inc') diff --git a/l10ntools/inc/po.hxx b/l10ntools/inc/po.hxx index 52c644f176cb..e213f47e177a 100644 --- a/l10ntools/inc/po.hxx +++ b/l10ntools/inc/po.hxx @@ -58,6 +58,7 @@ public: OString getLocalId() const; OString getResourceType() const; ///< Get the type of component from which entry is extracted TYPE getType() const; ///< Get the type of entry + OString const & getMsgCtxt() const; OString const & getMsgId() const; OString const & getMsgStr() const; bool isFuzzy() const; -- cgit