https://bugs.documentfoundation.org/show_bug.cgi?id=145833

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #7 from Julien Nabet <[email protected]> ---
Heiko: searching about GetValueTextByPos, I got
https://opengrok.libreoffice.org/search?project=core&full=&defs=GetValueTextByPos&refs=&path=&hist=&type=&xrd=&nn=1&si=full&si=full
and I see each time this type of pattern:
939  OUString SdrCaptionTypeItem::GetValueTextByPos(sal_uInt16 nPos)
940  {
941      static TranslateId ITEMVALCAPTIONTYPES[] =
942      {
943          STR_ItemValCAPTIONTYPE1,
944          STR_ItemValCAPTIONTYPE2,
945          STR_ItemValCAPTIONTYPE3,
946          STR_ItemValCAPTIONTYPE4
947      };
948      assert(nPos < SAL_N_ELEMENTS(ITEMVALCAPTIONTYPES) && "wrong pos!");
949      return SvxResId(ITEMVALCAPTIONTYPES[nPos]);
950  }

do you mean all of these don't need translations?

Regina/Miklos: any thoughts here?

I mean I wouldn't like we remove translated strings by error.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to