Kaydet (Commit) 61137e5f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Make isNextGroup() declaration match implementation

Change-Id: I5d8a00b83fd4e9f67b98b86818d1e2180d36e69a
üst 3bde7aa0
......@@ -44,7 +44,7 @@ private:
sal_Bool bULF;
std::vector<rtl::OString> aLanguages;
bool isNextGroup(rtl::OString &sGroup_out, rtl::OString &sLine_in);
bool isNextGroup(rtl::OString &sGroup_out, const rtl::OString &sLine_in);
void ReadLine(const rtl::OString &rLine_in,
OStringHashMap &rText_inout);
void WriteSDF(std::ofstream &aSDFStream, OStringHashMap &rText_inout,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment