diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-02-08 22:33:28 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-02-08 22:34:02 +0100 |
commit | 4987ae04cf5b2c5e3b5c1439cab31bcf7c132f8b (patch) | |
tree | 6725a50c8926b17156aa5b257f9af089a128a5e9 /sc | |
parent | 5ff8e1d8e31f23492ee1ccc3af0b73791cd5101b (diff) |
fix my patch
How did I forget to attach this part?
Change-Id: I5f54793c3248c1ea8805426be1437abe730c5d45
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/rfindlst.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/source/ui/inc/rfindlst.hxx b/sc/source/ui/inc/rfindlst.hxx index 28f1facdff22..f41d87534bda 100644 --- a/sc/source/ui/inc/rfindlst.hxx +++ b/sc/source/ui/inc/rfindlst.hxx @@ -34,10 +34,8 @@ struct ScRangeFindData sal_Int32 nSelEnd; 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) {} + ColorData nColorData; }; class ScRangeFindList |