[Libreoffice-commits] core.git: sc/source
Jochen Nitschke
j.nitschke+logerrit at ok.de
Tue Jan 3 00:19:51 UTC 2017
sc/source/filter/inc/autofilterbuffer.hxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 99577bfa80cb926ff9a1710905036e2d09747ddb
Author: Jochen Nitschke <j.nitschke+logerrit at 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+logerrit at ok.de>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit at 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
More information about the Libreoffice-commits
mailing list