summaryrefslogtreecommitdiff
path: root/oox/inc/oox
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@suse.com>2012-03-05 19:09:45 +0530
committerMuthu Subramanian <sumuthu@suse.com>2012-03-05 19:11:04 +0530
commitd082cb2060bbfab7d630b63423b90e449b36150f (patch)
tree4798cef4ad3073932e2103f79fa2197188bb13bd /oox/inc/oox
parentd578654354cc15b4d491b441412c1eb41a878b10 (diff)
n747499: Wav/Audio files import - stub.
Diffstat (limited to 'oox/inc/oox')
-rw-r--r--oox/inc/oox/drawingml/fillproperties.hxx4
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 );