[Libreoffice-commits] core.git: sc/source

Markus Mohrhard markus.mohrhard at collabora.co.uk
Sat Feb 8 13:34:25 PST 2014


 sc/source/ui/inc/rfindlst.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 4987ae04cf5b2c5e3b5c1439cab31bcf7c132f8b
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Sat Feb 8 22:33:28 2014 +0100

    fix my patch
    
    How did I forget to attach this part?
    
    Change-Id: I5f54793c3248c1ea8805426be1437abe730c5d45

diff --git a/sc/source/ui/inc/rfindlst.hxx b/sc/source/ui/inc/rfindlst.hxx
index 28f1fac..f41d875 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


More information about the Libreoffice-commits mailing list