sc/source/filter/inc/autofilterbuffer.hxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 99577bfa80cb926ff9a1710905036e2d09747ddb
Author: Jochen Nitschke <j.nitschke+loger...@ok.de>
Date:   Fri Dec 30 21:18:53 2016 +0100

    tdf#48140 replace CellRangeAddress in xlsx import (8)
    
    Change-Id: I45856e73dc189e00898f9ce8fa2281a0fbb99718
    Reviewed-on: https://gerrit.libreoffice.org/32577
    Tested-by: Jochen Nitschke <j.nitschke+loger...@ok.de>
    Reviewed-by: Jochen Nitschke <j.nitschke+loger...@ok.de>

diff --git a/sc/source/filter/inc/autofilterbuffer.hxx 
b/sc/source/filter/inc/autofilterbuffer.hxx
index ee28dba..f2aface 100644
--- a/sc/source/filter/inc/autofilterbuffer.hxx
+++ b/sc/source/filter/inc/autofilterbuffer.hxx
@@ -20,7 +20,6 @@
 #ifndef INCLUDED_SC_SOURCE_FILTER_INC_AUTOFILTERBUFFER_HXX
 #define INCLUDED_SC_SOURCE_FILTER_INC_AUTOFILTERBUFFER_HXX
 
-#include <com/sun/star/table/CellRangeAddress.hpp>
 #include <oox/helper/helper.hxx>
 #include <oox/helper/refvector.hxx>
 #include "workbookhelper.hxx"
@@ -202,7 +201,7 @@ private:
     typedef RefVector< FilterColumn > FilterColumnVector;
 
     FilterColumnVector  maFilterColumns;
-    css::table::CellRangeAddress maRange;
+    ScRange             maRange;
 };
 
 class AutoFilterBuffer : public WorkbookHelper
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to