summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/filter/msfilter/msdffimp.hxx4
-rw-r--r--include/filter/msfilter/svdfppt.hxx4
-rw-r--r--include/salhelper/singletonref.hxx6
-rw-r--r--include/sfx2/sidebar/UnoSidebar.hxx2
-rw-r--r--include/svtools/PlaceEditDialog.hxx4
-rw-r--r--include/svtools/filechangedchecker.hxx4
-rw-r--r--include/svx/EnhancedCustomShape2d.hxx2
-rw-r--r--include/svx/e3dundo.hxx2
-rw-r--r--include/svx/obj3d.hxx2
-rw-r--r--include/svx/sdasaitm.hxx2
-rw-r--r--include/svx/sdasitm.hxx4
-rw-r--r--include/svx/sidebar/Popup.hxx2
-rw-r--r--include/svx/sidebar/PopupControl.hxx2
-rw-r--r--include/svx/sidebar/SelectionAnalyzer.hxx2
-rw-r--r--include/vcl/FilterConfigItem.hxx2
-rw-r--r--include/vcl/pdfextoutdevdata.hxx2
-rw-r--r--include/xmloff/numehelp.hxx2
17 files changed, 24 insertions, 24 deletions
diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx
index 68024ca781dc..b60847a0568c 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -359,7 +359,7 @@ enum DffSeekToContentMode
class MSFILTER_DLLPUBLIC DffRecordManager : public DffRecordList
{
-public :
+public:
DffRecordList* pCList;
void Clear();
@@ -407,7 +407,7 @@ class MSFILTER_DLLPUBLIC SvxMSDffManager : public DffPropertyReader
void CheckTxBxStoryChain();
void GetFidclData(sal_uInt32 nOffsDgg);
-protected :
+protected:
typedef std::map<sal_uInt32, sal_uInt32> OffsetMap;
OUString maBaseURL;
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index 884b485a2cec..b864c67d96ee 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -719,7 +719,7 @@ class PPTExtParaProv
{
PPTBuGraEntryList aBuGraList;
-public :
+public:
bool bStyles;
bool bGraphics;
DffRecordManager aExtendedPresRules;
@@ -1287,7 +1287,7 @@ class PPTConvertOCXControls : public SvxMSConvertOCXControls
PptPageKind ePageKind;
const SdrPowerPointImport* mpPPTImporter;
com::sun::star::uno::Reference< com::sun::star::io::XInputStream > mxInStrm;
-public :
+public:
PPTConvertOCXControls( const SdrPowerPointImport* pPPTImporter, com::sun::star::uno::Reference< com::sun::star::io::XInputStream >& rxInStrm, const com::sun::star::uno::Reference< com::sun::star::frame::XModel >& rxModel, PptPageKind ePKind ) :
SvxMSConvertOCXControls ( rxModel ),
diff --git a/include/salhelper/singletonref.hxx b/include/salhelper/singletonref.hxx
index c1ea6faebbcd..7b2df10fa9f5 100644
--- a/include/salhelper/singletonref.hxx
+++ b/include/salhelper/singletonref.hxx
@@ -67,7 +67,7 @@ class SingletonRef
// member
- private :
+ private:
/** @short pointer to the internal wrapped singleton. */
static SingletonClass* m_pInstance;
@@ -78,7 +78,7 @@ class SingletonRef
// interface
- public :
+ public:
@@ -156,7 +156,7 @@ class SingletonRef
// helper
- private :
+ private:
diff --git a/include/sfx2/sidebar/UnoSidebar.hxx b/include/sfx2/sidebar/UnoSidebar.hxx
index 9cbb4e1fcfb2..687ecb2cfb94 100644
--- a/include/sfx2/sidebar/UnoSidebar.hxx
+++ b/include/sfx2/sidebar/UnoSidebar.hxx
@@ -32,7 +32,7 @@
class SfxUnoSidebar : public ::cppu::WeakImplHelper1< css::ui::XSidebarProvider >
{
-private :
+private:
const css::uno::Reference<css::frame::XFrame> xFrame;
sfx2::sidebar::SidebarController* getSidebarController();
diff --git a/include/svtools/PlaceEditDialog.hxx b/include/svtools/PlaceEditDialog.hxx
index 9cba4d53c7cf..b601b9b15261 100644
--- a/include/svtools/PlaceEditDialog.hxx
+++ b/include/svtools/PlaceEditDialog.hxx
@@ -28,7 +28,7 @@
class SVT_DLLPUBLIC PlaceEditDialog : public ModalDialog
{
-private :
+private:
VclPtr<Edit> m_pEDServerName;
VclPtr<ListBox> m_pLBServerType;
std::shared_ptr< DetailsContainer > m_xCurrentDetails;
@@ -53,7 +53,7 @@ private :
unsigned int m_nCurrentType;
-public :
+public:
PlaceEditDialog( vcl::Window* pParent);
PlaceEditDialog(vcl::Window* pParent, const std::shared_ptr<Place> &rPlace );
diff --git a/include/svtools/filechangedchecker.hxx b/include/svtools/filechangedchecker.hxx
index fe53a57209f9..a91642dd55db 100644
--- a/include/svtools/filechangedchecker.hxx
+++ b/include/svtools/filechangedchecker.hxx
@@ -23,7 +23,7 @@
*/
class SVT_DLLPUBLIC FileChangedChecker
{
-private :
+private:
Idle mIdle;
OUString mFileName;
TimeValue mLastModTime;
@@ -32,7 +32,7 @@ private :
bool SVT_DLLPRIVATE getCurrentModTime(TimeValue& o_rValue) const;
DECL_LINK_TYPED(TimerHandler, Idle *, void);
-public :
+public:
void resetTimer();
bool hasFileChanged();
FileChangedChecker(const OUString& rFilename, const ::boost::function0<void>& rCallback);
diff --git a/include/svx/EnhancedCustomShape2d.hxx b/include/svx/EnhancedCustomShape2d.hxx
index 1a0260566294..0811a67fef61 100644
--- a/include/svx/EnhancedCustomShape2d.hxx
+++ b/include/svx/EnhancedCustomShape2d.hxx
@@ -145,7 +145,7 @@ class SVX_DLLPUBLIC EnhancedCustomShape2d : public SfxItemSet
SAL_DLLPRIVATE void SetPathSize( sal_Int32 nIndex = 0 );
- public :
+ public:
struct SAL_DLLPRIVATE Handle
{
diff --git a/include/svx/e3dundo.hxx b/include/svx/e3dundo.hxx
index 29e2eb59df6f..8b13a5dc18a1 100644
--- a/include/svx/e3dundo.hxx
+++ b/include/svx/e3dundo.hxx
@@ -32,7 +32,7 @@
class SAL_WARN_UNUSED E3dUndoAction : public SdrUndoAction
{
- protected :
+ protected:
E3dObject *pMy3DObj;
public:
diff --git a/include/svx/obj3d.hxx b/include/svx/obj3d.hxx
index 0f2dacb157fb..a4c97f6be210 100644
--- a/include/svx/obj3d.hxx
+++ b/include/svx/obj3d.hxx
@@ -243,7 +243,7 @@ protected:
// convert given basegfx::B3DPolyPolygon to screen coor
basegfx::B2DPolyPolygon TransformToScreenCoor(const basegfx::B3DPolyPolygon& rCandidate);
-public :
+public:
TYPEINFO_OVERRIDE();
E3dCompoundObject();
diff --git a/include/svx/sdasaitm.hxx b/include/svx/sdasaitm.hxx
index f3d5277229ac..79610690bba4 100644
--- a/include/svx/sdasaitm.hxx
+++ b/include/svx/sdasaitm.hxx
@@ -35,7 +35,7 @@ class SdrCustomShapeAdjustmentItem : public SfxPoolItem
{
std::vector<SdrCustomShapeAdjustmentValue> aAdjustmentValueList;
- public :
+ public:
TYPEINFO_OVERRIDE();
SVX_DLLPUBLIC SdrCustomShapeAdjustmentItem();
diff --git a/include/svx/sdasitm.hxx b/include/svx/sdasitm.hxx
index a701f37fb7bf..739c51db106e 100644
--- a/include/svx/sdasitm.hxx
+++ b/include/svx/sdasitm.hxx
@@ -49,7 +49,7 @@ private:
com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > aPropSeq;
- public :
+ public:
TYPEINFO_OVERRIDE();
@@ -87,7 +87,7 @@ private:
class SdrCustomShapeReplacementURLItem : public SfxStringItem
{
- public :
+ public:
SdrCustomShapeReplacementURLItem();
};
diff --git a/include/svx/sidebar/Popup.hxx b/include/svx/sidebar/Popup.hxx
index ebd91bb9fa90..32ff0abf96fd 100644
--- a/include/svx/sidebar/Popup.hxx
+++ b/include/svx/sidebar/Popup.hxx
@@ -39,7 +39,7 @@ namespace svx { namespace sidebar {
*/
class SVX_DLLPUBLIC Popup
{
-public :
+public:
/** Create a Popup wrapper object.
@param pParent
Parent window of the PopupContainer, which in turn is the
diff --git a/include/svx/sidebar/PopupControl.hxx b/include/svx/sidebar/PopupControl.hxx
index df3f75a97fe7..b518590a0f32 100644
--- a/include/svx/sidebar/PopupControl.hxx
+++ b/include/svx/sidebar/PopupControl.hxx
@@ -34,7 +34,7 @@ namespace svx { namespace sidebar {
class SVX_DLLPUBLIC PopupControl
: public Control
{
-public :
+public:
PopupControl (
vcl::Window* pParent,
const ResId& rResId);
diff --git a/include/svx/sidebar/SelectionAnalyzer.hxx b/include/svx/sidebar/SelectionAnalyzer.hxx
index ae4970bd67d8..62c411624f2e 100644
--- a/include/svx/sidebar/SelectionAnalyzer.hxx
+++ b/include/svx/sidebar/SelectionAnalyzer.hxx
@@ -35,7 +35,7 @@ namespace svx { namespace sidebar {
*/
class SVX_DLLPUBLIC SelectionAnalyzer
{
-public :
+public:
static sfx2::sidebar::EnumContext::Context GetContextForSelection_SC (
const SdrMarkList& rMarkList);
diff --git a/include/vcl/FilterConfigItem.hxx b/include/vcl/FilterConfigItem.hxx
index ccee439b74af..567377f3d98c 100644
--- a/include/vcl/FilterConfigItem.hxx
+++ b/include/vcl/FilterConfigItem.hxx
@@ -55,7 +55,7 @@ class VCL_DLLPUBLIC FilterConfigItem
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rPropSeq,
const ::com::sun::star::beans::PropertyValue& rPropValue );
-public :
+public:
FilterConfigItem( const OUString& rSubTree );
FilterConfigItem( ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >* pFilterData );
diff --git a/include/vcl/pdfextoutdevdata.hxx b/include/vcl/pdfextoutdevdata.hxx
index 85541fe1817b..528f5fc1c403 100644
--- a/include/vcl/pdfextoutdevdata.hxx
+++ b/include/vcl/pdfextoutdevdata.hxx
@@ -94,7 +94,7 @@ class VCL_DLLPUBLIC PDFExtOutDevData : public ExtOutDevData
std::vector< PDFExtOutDevBookmarkEntry > maBookmarks;
-public :
+public:
TYPEINFO_OVERRIDE();
PDFExtOutDevData( const OutputDevice& rOutDev );
diff --git a/include/xmloff/numehelp.hxx b/include/xmloff/numehelp.hxx
index 64c0e163c567..053772dfd3f3 100644
--- a/include/xmloff/numehelp.hxx
+++ b/include/xmloff/numehelp.hxx
@@ -79,7 +79,7 @@ class XMLOFF_DLLPUBLIC XMLNumberFormatAttributesExportHelper
const OUString msCurrencySymbol;
const OUString msCurrencyAbbreviation;
XMLNumberFormatSet aNumberFormats;
-public :
+public:
XMLNumberFormatAttributesExportHelper(::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier >& xNumberFormatsSupplier);
XMLNumberFormatAttributesExportHelper(::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier >& xNumberFormatsSupplier,
SvXMLExport& rExport );