mirror of
https://github.com/LibreOffice/core.git
synced 2025-08-11 23:24:16 +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>
|
#include <memory>
|
||||||
|
|
||||||
namespace com::sun::star::lang { class XMultiServiceFactory; }
|
|
||||||
namespace com::sun::star::sheet { struct LocalizedName; }
|
|
||||||
|
|
||||||
typedef cppu::WeakComponentImplHelper<
|
typedef cppu::WeakComponentImplHelper<
|
||||||
css::sheet::XAddIn,
|
css::sheet::XAddIn,
|
||||||
css::sheet::XCompatibilityNames,
|
css::sheet::XCompatibilityNames,
|
||||||
|
@ -32,8 +32,6 @@
|
|||||||
#include <cppuhelper/implbase.hxx>
|
#include <cppuhelper/implbase.hxx>
|
||||||
#include <unotools/resmgr.hxx>
|
#include <unotools/resmgr.hxx>
|
||||||
|
|
||||||
namespace com::sun::star::lang { class XMultiServiceFactory; }
|
|
||||||
|
|
||||||
enum class ScaCategory
|
enum class ScaCategory
|
||||||
{
|
{
|
||||||
DateTime,
|
DateTime,
|
||||||
|
@ -37,8 +37,6 @@
|
|||||||
#include <cppuhelper/implbase.hxx>
|
#include <cppuhelper/implbase.hxx>
|
||||||
#include <unotools/resmgr.hxx>
|
#include <unotools/resmgr.hxx>
|
||||||
|
|
||||||
namespace com::sun::star::lang { class XMultiServiceFactory; }
|
|
||||||
|
|
||||||
|
|
||||||
namespace sca::pricing {
|
namespace sca::pricing {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user