Kaydet (Commit) 4987ae04 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

fix my patch

How did I forget to attach this part?

Change-Id: I5f54793c3248c1ea8805426be1437abe730c5d45
üst 5ff8e1d8
...@@ -34,10 +34,8 @@ struct ScRangeFindData ...@@ -34,10 +34,8 @@ struct ScRangeFindData
sal_Int32 nSelEnd; sal_Int32 nSelEnd;
ScRangeFindData( const ScRange& rR, sal_uInt16 nF, sal_Int32 nS, sal_Int32 nE ) : ScRangeFindData( const ScRange& rR, sal_uInt16 nF, sal_Int32 nS, sal_Int32 nE ) :
ColorData nColorData;
ScRangeFindData( const ScRange& rR, sal_uInt16 nF, xub_StrLen nS, xub_StrLen nE) :
aRef(rR), nFlags(nF), nSelStart(nS), nSelEnd(nE) {} aRef(rR), nFlags(nF), nSelStart(nS), nSelEnd(nE) {}
ColorData nColorData;
}; };
class ScRangeFindList class ScRangeFindList
......
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