mirror of
https://github.com/LibreOffice/core.git
synced 2025-08-08 04:34:30 +00:00
Remove obsolete fw declarations from scaddins/
found with bin/find-unneeded-includes --fwdecl Change-Id: I742740e45a78286aaa30dc16e787e370e4e16cd3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183899 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
This commit is contained in:
@ -34,9 +34,6 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace com::sun::star::lang { class XMultiServiceFactory; }
|
||||
namespace com::sun::star::sheet { struct LocalizedName; }
|
||||
|
||||
typedef cppu::WeakComponentImplHelper<
|
||||
css::sheet::XAddIn,
|
||||
css::sheet::XCompatibilityNames,
|
||||
|
@ -32,8 +32,6 @@
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include <unotools/resmgr.hxx>
|
||||
|
||||
namespace com::sun::star::lang { class XMultiServiceFactory; }
|
||||
|
||||
enum class ScaCategory
|
||||
{
|
||||
DateTime,
|
||||
|
@ -37,8 +37,6 @@
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include <unotools/resmgr.hxx>
|
||||
|
||||
namespace com::sun::star::lang { class XMultiServiceFactory; }
|
||||
|
||||
|
||||
namespace sca::pricing {
|
||||
|
||||
|
Reference in New Issue
Block a user