summaryrefslogtreecommitdiff
path: root/filter/inc/filter/msfilter/svdfppt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/inc/filter/msfilter/svdfppt.hxx')
-rw-r--r--filter/inc/filter/msfilter/svdfppt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/inc/filter/msfilter/svdfppt.hxx b/filter/inc/filter/msfilter/svdfppt.hxx
index c443f169e586..1bdf54fbb774 100644
--- a/filter/inc/filter/msfilter/svdfppt.hxx
+++ b/filter/inc/filter/msfilter/svdfppt.hxx
@@ -454,7 +454,7 @@ public:
SdrEscherImport( PowerPointImportParam&, const String& rBaseURL );
virtual ~SdrEscherImport();
- virtual FASTBOOL GetColorFromPalette( USHORT nNum, Color& rColor ) const;
+ virtual bool GetColorFromPalette( USHORT nNum, Color& rColor ) const;
virtual BOOL SeekToShape( SvStream& rSt, void* pClientData, UINT32 nId ) const;
PptFontEntityAtom* GetFontEnityAtom( UINT32 nNum ) const;
CharSet GetCharSet( UINT32 nNum ) const;
@@ -598,7 +598,7 @@ public:
USHORT GetMasterPageIndex( USHORT nPageNum, PptPageKind ePageKind = PPT_SLIDEPAGE ) const;
void ImportPage( SdrPage* pPage, const PptSlidePersistEntry* pMasterPersist = NULL );
- virtual FASTBOOL GetColorFromPalette(USHORT nNum, Color& rColor) const;
+ virtual bool GetColorFromPalette(USHORT nNum, Color& rColor) const;
virtual BOOL SeekToShape( SvStream& rSt, void* pClientData, UINT32 nId ) const;
sal_Unicode PPTSubstitute( UINT16 nFont, sal_Unicode nChar,
UINT32& nMappedFontId, Font& rFont, char nDefault ) const;