summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/embeddedwavaudiofile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/drawingml/embeddedwavaudiofile.hxx')
-rw-r--r--oox/inc/drawingml/embeddedwavaudiofile.hxx18
1 files changed, 3 insertions, 15 deletions
diff --git a/oox/inc/drawingml/embeddedwavaudiofile.hxx b/oox/inc/drawingml/embeddedwavaudiofile.hxx
index c1b199243f87..d4676543a26d 100644
--- a/oox/inc/drawingml/embeddedwavaudiofile.hxx
+++ b/oox/inc/drawingml/embeddedwavaudiofile.hxx
@@ -21,27 +21,15 @@
#define INCLUDED_OOX_DRAWINGML_EMBEDDEDWAVAUDIOFILE_HXX
#include <rtl/ustring.hxx>
-#include <com/sun/star/xml/sax/XFastAttributeList.hpp>
#include <oox/core/fragmenthandler.hxx>
+#include <oox/helper/attributelist.hxx>
namespace oox { namespace drawingml {
- struct EmbeddedWAVAudioFile
- {
- EmbeddedWAVAudioFile()
- : mbBuiltIn(false)
- {
- }
- bool mbBuiltIn;
- OUString msName;
- OUString msEmbed;
- };
-
- void getEmbeddedWAVAudioFile(
+ OUString getEmbeddedWAVAudioFile(
const ::oox::core::Relations& rRelations,
- const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& xAttribs,
- EmbeddedWAVAudioFile & aAudio );
+ const AttributeList& rAttribs );
} }