Kaydet (Commit) 350200b1 authored tarafından Michael Stahl's avatar Michael Stahl

sw_redlinehide: trivial conversions in fntcap.cxx

Change-Id: Idf7a334f2ab77fdcb21372569e069e2318396503
üst d54e5878
...@@ -22,14 +22,15 @@ ...@@ -22,14 +22,15 @@
#include <sal/types.h> #include <sal/types.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include "TextFrameIndex.hxx"
class SwFont; class SwFont;
sal_Int32 sw_CalcCaseMap( const SwFont& rFnt, TextFrameIndex sw_CalcCaseMap( const SwFont& rFnt,
const OUString& rOrigString, const OUString& rOrigString,
sal_Int32 nOfst, TextFrameIndex nOfst,
sal_Int32 nLen, TextFrameIndex nLen,
sal_Int32 nIdx ); TextFrameIndex nIdx );
#endif #endif
......
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