diff options
author | Muthu Subramanian <sumuthu@suse.com> | 2012-03-05 19:09:45 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-03-05 19:11:04 +0530 |
commit | d082cb2060bbfab7d630b63423b90e449b36150f (patch) | |
tree | 4798cef4ad3073932e2103f79fa2197188bb13bd /oox/inc | |
parent | d578654354cc15b4d491b441412c1eb41a878b10 (diff) |
n747499: Wav/Audio files import - stub.
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/drawingml/fillproperties.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/oox/inc/oox/drawingml/fillproperties.hxx b/oox/inc/oox/drawingml/fillproperties.hxx index 9f7c1541172f..b528eaeb4cb5 100644 --- a/oox/inc/oox/drawingml/fillproperties.hxx +++ b/oox/inc/oox/drawingml/fillproperties.hxx @@ -34,6 +34,7 @@ #include <com/sun/star/geometry/IntegerRectangle2D.hpp> #include "oox/drawingml/color.hxx" #include "oox/helper/helper.hxx" +#include "oox/drawingml/embeddedwavaudiofile.hxx" namespace oox { class GraphicHelper; @@ -135,7 +136,8 @@ struct FillProperties struct GraphicProperties { - BlipFillProperties maBlipProps; /// Properties for the graphic. + 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 ); |