summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 10:29:59 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-17 09:49:35 +0000
commite963a8891238efc758306a09debbc93904a5388b (patch)
tree503b140d741417b6a8401ccaf230b3d3a1ea909e /sd
parent771d9ef3f65785092267f6068384e8cdda17f883 (diff)
formatting of public/private/protected section qualifiers
make it consistent across the codebase, no space between keyword and the colon Change-Id: Idca61ddfc74ad2460fb05fe417499324b05e5de5 Reviewed-on: https://gerrit.libreoffice.org/17148 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/eppt/epptbase.hxx14
-rw-r--r--sd/source/filter/eppt/pptexsoundcollection.hxx2
-rw-r--r--sd/source/filter/eppt/text.hxx10
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 );