summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/fillproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/fillproperties.hxx')
-rw-r--r--include/oox/drawingml/fillproperties.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/oox/drawingml/fillproperties.hxx b/include/oox/drawingml/fillproperties.hxx
index 550fd825176b..815881a52c28 100644
--- a/include/oox/drawingml/fillproperties.hxx
+++ b/include/oox/drawingml/fillproperties.hxx
@@ -25,13 +25,10 @@
#include <com/sun/star/geometry/IntegerRectangle2D.hpp>
#include <oox/drawingml/color.hxx>
#include <oox/helper/helper.hxx>
-#include <oox/drawingml/embeddedwavaudiofile.hxx>
#include <oox/ole/oleobjecthelper.hxx>
namespace oox {
class GraphicHelper;
- class PropertyMap;
- class PropertySet;
}
namespace oox {
@@ -144,21 +141,6 @@ struct OOX_DLLPUBLIC FillProperties
bool bFlipV = false ) const;
};
-struct GraphicProperties
-{
- BlipFillProperties maBlipProps; /// Properties for the graphic.
- EmbeddedWAVAudioFile maAudio; /// Audio file details
-
- /** Overwrites all members that are explicitly set in rSourceProps. */
- void assignUsed( const GraphicProperties& rSourceProps );
-
- /** Writes the properties to the passed property map. */
- void pushToPropMap(
- PropertyMap& rPropMap,
- const GraphicHelper& rGraphicHelper,
- sal_Int32 nPhClr = API_RGB_TRANSPARENT ) const;
-};
-
} // namespace drawingml
} // namespace oox