diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/eppt/epptbase.hxx | 14 | ||||
-rw-r--r-- | sd/source/filter/eppt/pptexsoundcollection.hxx | 2 | ||||
-rw-r--r-- | sd/source/filter/eppt/text.hxx | 10 |
3 files changed, 13 insertions, 13 deletions
diff --git a/sd/source/filter/eppt/epptbase.hxx b/sd/source/filter/eppt/epptbase.hxx index 873ab5cbe7ff..9180464823dc 100644 --- a/sd/source/filter/eppt/epptbase.hxx +++ b/sd/source/filter/eppt/epptbase.hxx @@ -86,7 +86,7 @@ enum PageType { NORMAL = 0, MASTER = 1, NOTICE = 2, UNDEFINED = 3, LAYOUT = 4 }; class PropValue { - protected : + protected: ::com::sun::star::uno::Any mAny; @@ -97,7 +97,7 @@ class PropValue bool ImplGetPropertyValue( const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > &, const OUString& ); - public : + public: PropValue() {} @@ -123,7 +123,7 @@ class PPTExBulletProvider { friend struct PPTExParaSheet; - protected : + protected: SvMemoryStream aBuExPictureStream; SvMemoryStream aBuExOutlineStream; @@ -131,7 +131,7 @@ class PPTExBulletProvider EscherGraphicProvider* pGraphicProv; - public : + public: sal_uInt16 GetId( const OString& rUniqueId, Size& rGraphicSize ); @@ -171,7 +171,7 @@ struct FontCollectionEntry }; ~FontCollectionEntry(); - private : + private: FontCollectionEntry() {} @@ -180,7 +180,7 @@ struct FontCollectionEntry class FontCollection { -public : +public: FontCollection(); @@ -306,7 +306,7 @@ struct PPTExParaSheet class PPTExStyleSheet { - public : + public: PPTExCharSheet* mpCharSheet[ PPTEX_STYLESHEETENTRYS ]; PPTExParaSheet* mpParaSheet[ PPTEX_STYLESHEETENTRYS ]; diff --git a/sd/source/filter/eppt/pptexsoundcollection.hxx b/sd/source/filter/eppt/pptexsoundcollection.hxx index 8bb5c52f4adc..693e17540c8b 100644 --- a/sd/source/filter/eppt/pptexsoundcollection.hxx +++ b/sd/source/filter/eppt/pptexsoundcollection.hxx @@ -39,7 +39,7 @@ class ExSoundEntry OUString ImplGetName() const; OUString ImplGetExtension() const; - public : + public: bool IsSameURL(const OUString& rURL) const; sal_uInt32 GetFileSize( ) const { return nFileSize; }; diff --git a/sd/source/filter/eppt/text.hxx b/sd/source/filter/eppt/text.hxx index 45d575bea7e0..c321669fee80 100644 --- a/sd/source/filter/eppt/text.hxx +++ b/sd/source/filter/eppt/text.hxx @@ -119,7 +119,7 @@ class PortionObj : public PropStateValue friend class ParagraphObj; - protected : + protected: void ImplClear(); void ImplConstruct( const PortionObj& rPortionObj ); @@ -128,7 +128,7 @@ class PortionObj : public PropStateValue sal_uInt32 ImplCalculateTextPositions( sal_uInt32 nCurrentTextPosition ); void ImplGetPortionValues( FontCollection& rFontCollection, bool bGetPropStateValue = false ); - public : + public: ::com::sun::star::beans::PropertyState meCharColor; ::com::sun::star::beans::PropertyState meCharHeight; @@ -181,7 +181,7 @@ class ParagraphObj : public PropStateValue, public SOParagraph MapMode maMapModeSrc; MapMode maMapModeDest; - protected : + protected: void ImplConstruct( const ParagraphObj& rParagraphObj ); void ImplClear(); @@ -189,7 +189,7 @@ class ParagraphObj : public PropStateValue, public SOParagraph void ImplGetParagraphValues( PPTExBulletProvider* pBuProv, bool bGetPropStateValue = false ); void ImplGetNumberingLevel( PPTExBulletProvider* pBuProv, sal_Int16 nDepth, bool bIsBullet, bool bGetPropStateValue = false ); - public : + public: ::com::sun::star::uno::Sequence< ::com::sun::star::style::TabStop > maTabStop; @@ -247,7 +247,7 @@ class TextObj boost::shared_ptr<ImplTextObj> mpImplTextObj; void ImplCalculateTextPositions(); -public : +public: TextObj( ::com::sun::star::uno::Reference< ::com::sun::star::text::XSimpleText > & rXText, int nInstance, FontCollection& rFontCollection, PPTExBulletProvider& rBuProv ); |