Kaydet (Commit) ce796b90 authored tarafından Michael Stahl's avatar Michael Stahl Kaydeden (comit) Thorsten Behrens

sw_redlinehide_4a: TextFrameIndex goes live

Change-Id: Ie59c09bdc57505e16022c43791d5e65cc233d5b9
(cherry picked from commit aa4f245e)
üst d48ae6eb
...@@ -13,17 +13,13 @@ ...@@ -13,17 +13,13 @@
#include <sal/types.h> #include <sal/types.h>
#include <o3tl/strong_int.hxx> #include <o3tl/strong_int.hxx>
#if 0
typedef o3tl::strong_int<sal_Int32, struct Tag_TextFrameIndex> TextFrameIndex;
#else
/** /**
* Denotes a character index in a text frame at a layout level, after extent * Denotes a character index in a text frame at a layout level, after extent
* mapping from a text node at a document model level. * mapping from a text node at a document model level.
* *
* @see SwTextFrame::MapViewToModelPos(). * @see SwTextFrame::MapViewToModelPos().
*/ */
typedef sal_Int32 TextFrameIndex; typedef o3tl::strong_int<sal_Int32, struct Tag_TextFrameIndex> TextFrameIndex;
#endif
#endif // INCLUDED_SW_SOURCE_CORE_INC_TEXTFRAMEINDEX_HXX #endif // INCLUDED_SW_SOURCE_CORE_INC_TEXTFRAMEINDEX_HXX
......
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