Kaydet (Commit) 4b7cc85c authored tarafından Michael Meeks's avatar Michael Meeks

sc: switch filters-test to the new shared unit test code

üst 00004ec8
...@@ -35,6 +35,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_filters_test, \ ...@@ -35,6 +35,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_filters_test, \
)) ))
$(eval $(call gb_CppunitTest_add_linked_libs,sc_filters_test, \ $(eval $(call gb_CppunitTest_add_linked_libs,sc_filters_test, \
test \
avmedia \ avmedia \
basegfx \ basegfx \
comphelper \ comphelper \
......
This diff is collapsed.
...@@ -27,8 +27,14 @@ ...@@ -27,8 +27,14 @@
#include <iostream> #include <iostream>
#define DEBUG_CSV_HANDLER 0 #include "docsh.hxx"
#include "postit.hxx"
#include "patattr.hxx"
#include "scitems.hxx"
#include "document.hxx"
#include "cellform.hxx"
#define DEBUG_CSV_HANDLER 0
namespace { namespace {
...@@ -47,7 +53,6 @@ rtl::OUString getConditionalFormatString(ScDocument* pDoc, SCCOL nCol, SCROW nRo ...@@ -47,7 +53,6 @@ rtl::OUString getConditionalFormatString(ScDocument* pDoc, SCCOL nCol, SCROW nRo
} }
enum StringType { PureString, FormulaValue, StringValue }; enum StringType { PureString, FormulaValue, StringValue };
class csv_handler class csv_handler
......
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