slotadd.cxx (efeef26f) | slotadd.cxx (d5370dc8) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 124 unchanged lines hidden (view full) --- 133#include <svx/drawitem.hxx> 134#include <avmedia/mediaitem.hxx> 135 136#define SvxDrawToolItem SfxAllEnumItem 137#define SvxDrawAlignItem SfxAllEnumItem 138#define SvxDrawBezierItem SfxAllEnumItem 139#define avmedia_MediaItem ::avmedia::MediaItem 140 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 124 unchanged lines hidden (view full) --- 133#include <svx/drawitem.hxx> 134#include <avmedia/mediaitem.hxx> 135 136#define SvxDrawToolItem SfxAllEnumItem 137#define SvxDrawAlignItem SfxAllEnumItem 138#define SvxDrawBezierItem SfxAllEnumItem 139#define avmedia_MediaItem ::avmedia::MediaItem 140 |
141#include <svx/xflftrit.hxx> 142#include <svx/xlncapit.hxx> 143#include <svx/xlinjoit.hxx> 144#include <svx/AffineMatrixItem.hxx> 145 |
|
141#define SFX_TYPEMAP 142#include <sfx2/msg.hxx> 143#include "swslots.hxx" 144 145 146 | 146#define SFX_TYPEMAP 147#include <sfx2/msg.hxx> 148#include "swslots.hxx" 149 150 151 |