Sheet: Make ViewProviderSpreadsheet.h self-contained

and fix a few minor issues
This commit is contained in:
wmayer
2024-05-22 10:56:18 +02:00
committed by wwmayer
parent 3fd1b62aa1
commit 1da8e17ffa
4 changed files with 24 additions and 20 deletions

View File

@@ -23,7 +23,6 @@
#include "PreCompiled.h"
// clang-format off
#include "SpreadsheetView.h"
#include "ViewProviderSpreadsheetPy.h"
#include "ViewProviderSpreadsheetPy.cpp"
// clang-format on
@@ -56,7 +55,6 @@ PyObject* ViewProviderSpreadsheetPy::getCustomAttributes(const char* /*attr*/) c
return nullptr;
}
int ViewProviderSpreadsheetPy::setCustomAttributes(const char* /*attr*/, PyObject* /*obj*/)
{
return 0;