diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-12-04 17:38:04 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-12-08 22:11:43 +0100 |
commit | 1a18c92a527cd53abfb0919246935a4fd4ef421d (patch) | |
tree | bad1fa7cd87a402c8b9ddd6175e1995b7ed55db6 /sd/source | |
parent | 3b63d2b9371baa5f526d0fcd41043ec76abb0d50 (diff) |
consolidate MSO format ClassID magic numbers in msfilter/classids.hxx
Change-Id: I673eeaa4168f769cb002995c43d986ee5f2030b2
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/filter/eppt/eppt.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx index 9e5c4a791021..71ef6f5414e3 100644 --- a/sd/source/filter/eppt/eppt.cxx +++ b/sd/source/filter/eppt/eppt.cxx @@ -44,6 +44,7 @@ #include <tools/zcodec.hxx> #include <editeng/svxenum.hxx> #include <sot/storinfo.hxx> +#include <filter/msfilter/classids.hxx> #include <filter/msfilter/msoleexp.hxx> #include <vcl/virdev.hxx> #include <vcl/wmf.hxx> @@ -113,7 +114,7 @@ void PPTWriter::exportPPTPre( const std::vector< css::beans::PropertyValue >& rM mXStatusIndicator->start( "PowerPoint Export", mnStatMaxValue + ( mnStatMaxValue >> 3 ) ); } - SvGlobalName aGName( 0x64818d10L, 0x4f9b, 0x11cf, 0x86, 0xea, 0x00, 0xaa, 0x00, 0xb9, 0x29, 0xe8 ); + SvGlobalName aGName(MSO_PPT8_CLASSID); mrStg->SetClass( aGName, SotClipboardFormatId::NONE, "MS PowerPoint 97" ); if ( !ImplCreateCurrentUserStream() ) |