use some forward declares to avoid including vcl/window.hxx
Change-Id: I67992b7743f98d6228a0a52d2e5a92e4f25eaa15 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112347 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
ce83d1f448
commit
3a3ad2b03d
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,6 @@
|
|||
#include <sfx2/childwin.hxx>
|
||||
#include <svx/svxdllapi.h>
|
||||
#include <tools/poly.hxx>
|
||||
#include <vcl/window.hxx>
|
||||
|
||||
class SfxBindings;
|
||||
class SfxModule;
|
||||
|
|
|
@ -25,14 +25,14 @@
|
|||
#include <svl/undo.hxx>
|
||||
#include <svx/svddrag.hxx>
|
||||
#include <svx/svdlayer.hxx>
|
||||
#include <vcl/window.hxx>
|
||||
#include <svtools/colorcfg.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
#include <vcl/timer.hxx>
|
||||
#include <svx/svxdllapi.h>
|
||||
#include <svtools/optionsdrawinglayer.hxx>
|
||||
#include <unotools/options.hxx>
|
||||
#include <vcl/event.hxx>
|
||||
#include <vcl/idle.hxx>
|
||||
#include <vcl/timer.hxx>
|
||||
#include <memory>
|
||||
|
||||
|
||||
|
@ -57,7 +57,6 @@ namespace sdr::contact {
|
|||
class ViewObjectContactRedirector;
|
||||
}
|
||||
|
||||
|
||||
// Defines for AnimationMode
|
||||
enum class SdrAnimationMode
|
||||
{
|
||||
|
@ -65,10 +64,12 @@ enum class SdrAnimationMode
|
|||
Disable
|
||||
};
|
||||
|
||||
|
||||
class SdrPaintView;
|
||||
namespace sdr::contact { class ViewObjectContactRedirector; }
|
||||
|
||||
namespace vcl {
|
||||
class Window;
|
||||
}
|
||||
|
||||
|
||||
class SvxViewChangedHint final : public SfxHint
|
||||
|
|
Loading…
Reference in a new issue