I get a crash in reports trying to create a table shape using 
createDefaultShape(). (It is not reimplemented in TableShapeFactory)
However, afaics implementing it is not possible because in CMakeLists.txt:

kde4_add_plugin(spreadsheetshape-deferred ${tableshape_LIB_SRCS})
kde4_add_plugin(spreadsheetshape TableShapeFactory.cpp)

target_link_libraries(spreadsheetshape-deferred calligratablescommon)
target_link_libraries(spreadsheetshape flake)

Hence, TableShapeFactory does not know about TableShape.

How can this be solved?
-- 
Mvh.
Dag Andersen
_______________________________________________
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel

Reply via email to