summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:00 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:09 +0200
commited6b8a100c1aabb342573f252509573bbe124d29 (patch)
tree35874493d9470202b3221aa2a1666b6647494242 /sd/inc
parent78f6407978aa48c3cbb116bc281940dbf1f2dcbc (diff)
remove whitespaces
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/CustomAnimationEffect.hxx2
-rw-r--r--sd/inc/OutlinerIterator.hxx9
-rw-r--r--sd/inc/SdShapeTypes.hxx1
-rw-r--r--sd/inc/customshowlist.hxx1
-rw-r--r--sd/inc/glob.hxx1
-rw-r--r--sd/inc/imapinfo.hxx1
-rw-r--r--sd/inc/pglink.hxx5
-rw-r--r--sd/inc/sdabstdlg.hxx1
-rw-r--r--sd/inc/sdattr.hxx8
-rw-r--r--sd/inc/sddll.hxx1
-rw-r--r--sd/inc/sderror.hxx2
-rw-r--r--sd/inc/sdhtmlfilter.hxx1
-rw-r--r--sd/inc/sdobjfac.hxx2
-rw-r--r--sd/inc/sdpage.hxx1
-rw-r--r--sd/inc/stlsheet.hxx2
-rw-r--r--sd/inc/textapi.hxx1
-rw-r--r--sd/inc/undo/undofactory.hxx1
-rw-r--r--sd/inc/undo/undoobjects.hxx7
18 files changed, 0 insertions, 47 deletions
diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx
index 215817789310..f39633ab4356 100644
--- a/sd/inc/CustomAnimationEffect.hxx
+++ b/sd/inc/CustomAnimationEffect.hxx
@@ -39,8 +39,6 @@ class SdrPathObj;
namespace sd {
-
-
enum EValue { VALUE_FROM, VALUE_TO, VALUE_BY, VALUE_FIRST, VALUE_LAST };
class CustomAnimationEffect;
diff --git a/sd/inc/OutlinerIterator.hxx b/sd/inc/OutlinerIterator.hxx
index c256af00c271..1dd446da7125 100644
--- a/sd/inc/OutlinerIterator.hxx
+++ b/sd/inc/OutlinerIterator.hxx
@@ -61,7 +61,6 @@ enum IteratorLocation {BEGIN,END,CURRENT};
*/
enum IteratorType {SELECTION,SINGLE_VIEW,DOCUMENT};
-
/** This iterator can be used to iterate over all <type>SdrObject</type>
objects of one of three set denoted by the <type>IteratorType</type>:
<ul><li>All objects of the current mark list (selection)
@@ -160,9 +159,6 @@ private:
IteratorImplBase* mpIterator;
};
-
-
-
/** This class wraps the <type>Outliner</type> class and represents it as
a container of <type>SdrObject</type> objects. Its main purpose is to
provide iterators for certain sub-sets of those objects. These sub-sets
@@ -300,9 +296,6 @@ private:
OutlinerContainer& operator= (const OutlinerContainer&) {return *this;};
};
-
-
-
/** Data collection specifying a <type>SdrObject</type> and its position in
a document and view.
*/
@@ -353,10 +346,8 @@ public:
EditMode meEditMode;
};
-
} } // end of namespace ::sd::outliner
-
#endif // _ INCLUDED_SD_INC_OUTLINERITERATOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/inc/SdShapeTypes.hxx b/sd/inc/SdShapeTypes.hxx
index d90b4607f6ae..ff2223479152 100644
--- a/sd/inc/SdShapeTypes.hxx
+++ b/sd/inc/SdShapeTypes.hxx
@@ -61,7 +61,6 @@ AccessibleShape*
::com::sun::star::drawing::XShape>& rxShape
);
-
} // end of namespace accessibility
#endif
diff --git a/sd/inc/customshowlist.hxx b/sd/inc/customshowlist.hxx
index aa20a69f3fff..466c43633e9f 100644
--- a/sd/inc/customshowlist.hxx
+++ b/sd/inc/customshowlist.hxx
@@ -76,7 +76,6 @@ public:
}
};
-
#endif // INCLUDED_SD_INC_CUSTOMSHOWLIST_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/inc/glob.hxx b/sd/inc/glob.hxx
index 7f19f42152a1..e7da3a4a3c69 100644
--- a/sd/inc/glob.hxx
+++ b/sd/inc/glob.hxx
@@ -82,5 +82,4 @@ const sal_uInt32 SdUDInventor=sal_uInt32('S')*0x00000001+
#endif // _ INCLUDED_SD_INC_GLOB_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/inc/imapinfo.hxx b/sd/inc/imapinfo.hxx
index 16f539a8d8f6..86df7955ce08 100644
--- a/sd/inc/imapinfo.hxx
+++ b/sd/inc/imapinfo.hxx
@@ -53,5 +53,4 @@ public:
#endif // INCLUDED_SD_INC_IMAPINFO_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/inc/pglink.hxx b/sd/inc/pglink.hxx
index c1a6507289c3..deb9f8fa6467 100644
--- a/sd/inc/pglink.hxx
+++ b/sd/inc/pglink.hxx
@@ -24,8 +24,6 @@
class SdPage;
-
-
class SdPageLink : public ::sfx2::SvBaseLink
{
SdPage* pPage;
@@ -42,7 +40,4 @@ public:
#endif // INCLUDED_SD_INC_PGLINK_HXX
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx
index a3858ea12347..612f27a54313 100644
--- a/sd/inc/sdabstdlg.hxx
+++ b/sd/inc/sdabstdlg.hxx
@@ -167,7 +167,6 @@ public:
virtual void Cancel() = 0;
};
-
class SdAbstractDialogFactory
{
public:
diff --git a/sd/inc/sdattr.hxx b/sd/inc/sdattr.hxx
index eae0bd5785e1..1fcafb138e6a 100644
--- a/sd/inc/sdattr.hxx
+++ b/sd/inc/sdattr.hxx
@@ -55,7 +55,6 @@ public:
SdAttrLayerDesc( const OUString& aStr ) : SfxStringItem( ATTR_LAYER_DESC, aStr ) {}
};
-
class SdAttrLayerVisible : public SfxBoolItem
{
public:
@@ -63,7 +62,6 @@ public:
SfxBoolItem( ATTR_LAYER_VISIBLE, bValue ) {}
};
-
class SdAttrLayerPrintable : public SfxBoolItem
{
public:
@@ -71,7 +69,6 @@ public:
SfxBoolItem( ATTR_LAYER_PRINTABLE, bValue ) {}
};
-
class SdAttrLayerLocked : public SfxBoolItem
{
public:
@@ -79,7 +76,6 @@ public:
SfxBoolItem( ATTR_LAYER_LOCKED, bValue ) {}
};
-
class SdAttrLayerThisPage : public SfxBoolItem
{
public:
@@ -87,7 +83,6 @@ public:
SfxBoolItem( ATTR_LAYER_THISPAGE, bValue ) {}
};
-
class DiaEffectItem : public SfxEnumItem
{
public:
@@ -102,7 +97,6 @@ public:
{ return (::com::sun::star::presentation::FadeEffect) SfxEnumItem::GetValue(); }
};
-
class DiaSpeedItem : public SfxEnumItem
{
public:
@@ -117,7 +111,6 @@ public:
{ return (FadeSpeed) SfxEnumItem::GetValue(); }
};
-
class DiaAutoItem : public SfxEnumItem
{
public:
@@ -131,7 +124,6 @@ public:
PresChange GetValue() const { return (PresChange) SfxEnumItem::GetValue(); }
};
-
class DiaTimeItem : public SfxUInt32Item
{
public:
diff --git a/sd/inc/sddll.hxx b/sd/inc/sddll.hxx
index 3a97f6616fda..defc99dcf01d 100644
--- a/sd/inc/sddll.hxx
+++ b/sd/inc/sddll.hxx
@@ -56,7 +56,6 @@ public:
static void Init(); // called directly after loading the DLL
};
-
#endif // INCLUDED_SD_INC_SDDLL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/inc/sderror.hxx b/sd/inc/sderror.hxx
index d94ffa594c45..b453437d367f 100644
--- a/sd/inc/sderror.hxx
+++ b/sd/inc/sderror.hxx
@@ -30,7 +30,6 @@
#define WARN_SD_READ_BASE (WARN_SD_BASE | ERRCODE_CLASS_READ )
#define WARN_SD_WRITE_BASE (WARN_SD_BASE | ERRCODE_CLASS_WRITE )
-
// Import errors
#define ERR_FORMAT_ROWCOL (ERROR_SD_READ_BASE | 1)
#define ERR_FORMAT_FILE_ROWCOL (ERROR_SD_READ_BASE | 2)
@@ -48,7 +47,6 @@ inline bool IsWarning( sal_uLong nErr )
#endif
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/inc/sdhtmlfilter.hxx b/sd/inc/sdhtmlfilter.hxx
index 2eb6eb0e4440..130f84a7b07e 100644
--- a/sd/inc/sdhtmlfilter.hxx
+++ b/sd/inc/sdhtmlfilter.hxx
@@ -22,7 +22,6 @@
#include "sdfilter.hxx"
-
// SdHTMLFilter
class SdHTMLFilter
: public SdFilter
diff --git a/sd/inc/sdobjfac.hxx b/sd/inc/sdobjfac.hxx
index d4b923477c1d..6bcb1071f789 100644
--- a/sd/inc/sdobjfac.hxx
+++ b/sd/inc/sdobjfac.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SD_INC_SDOBJFAC_HXX
#define INCLUDED_SD_INC_SDOBJFAC_HXX
-
#include <tools/link.hxx>
// class SdObjectFactory
@@ -44,7 +43,6 @@ public:
extern SdObjectFactory aSdObjectFactory;
-
#endif // INCLUDED_SD_INC_SDOBJFAC_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index dc53ce4a33fc..c3f1a38a12e2 100644
--- a/sd/inc/sdpage.hxx
+++ b/sd/inc/sdpage.hxx
@@ -381,7 +381,6 @@ public:
sal_Int32 getHash() const;
OString stringify() const;
-
private:
bool mbIsPrecious;
diff --git a/sd/inc/stlsheet.hxx b/sd/inc/stlsheet.hxx
index c36d6e052140..6802c480bd98 100644
--- a/sd/inc/stlsheet.hxx
+++ b/sd/inc/stlsheet.hxx
@@ -157,6 +157,4 @@ typedef std::vector< SdStyleSheetRef > SdStyleSheetVector;
#endif // INCLUDED_SD_INC_STLSHEET_HXX
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/inc/textapi.hxx b/sd/inc/textapi.hxx
index 030ca3569f55..384d17105a0f 100644
--- a/sd/inc/textapi.hxx
+++ b/sd/inc/textapi.hxx
@@ -57,7 +57,6 @@ private:
} // namespace sd
-
#endif // INCLUDED_SD_INC_TEXTAPI_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/inc/undo/undofactory.hxx b/sd/inc/undo/undofactory.hxx
index 4db4cbf10c45..1e28b8e9f7b8 100644
--- a/sd/inc/undo/undofactory.hxx
+++ b/sd/inc/undo/undofactory.hxx
@@ -36,7 +36,6 @@ public:
virtual SdrUndoAction* CreateUndoAttrObject( SdrObject& rObject, bool bStyleSheet1 = false, bool bSaveText = false ) SAL_OVERRIDE;
};
-
}
#endif // INCLUDED_SD_INC_UNDO_UNDOFACTORY_HXX
diff --git a/sd/inc/undo/undoobjects.hxx b/sd/inc/undo/undoobjects.hxx
index 3e45400dd378..b05c7f605dfe 100644
--- a/sd/inc/undo/undoobjects.hxx
+++ b/sd/inc/undo/undoobjects.hxx
@@ -70,7 +70,6 @@ private:
SdrObjectWeakRef mxSdrObject;
};
-
class UndoReplaceObject : public SdrUndoReplaceObj, public UndoRemovePresObjectImpl
{
public:
@@ -83,7 +82,6 @@ private:
SdrObjectWeakRef mxSdrObject;
};
-
class UndoObjectSetText : public SdrUndoObjSetText
{
public:
@@ -99,7 +97,6 @@ private:
SdrObjectWeakRef mxSdrObject;
};
-
// Undo for SdrObject::SetUserCall()
class UndoObjectUserCall : public SdrUndoObj
@@ -116,7 +113,6 @@ protected:
SdrObjectWeakRef mxSdrObject;
};
-
// Undo for SdPage::InsertPresObj() and SdPage::RemovePresObj()
class UndoObjectPresentationKind : public SdrUndoObj
@@ -134,7 +130,6 @@ protected:
SdrObjectWeakRef mxSdrObject;
};
-
// Restores correct position and size for presentation shapes with user call
// on undo
@@ -150,7 +145,6 @@ protected:
SdrPageWeakRef mxPage;
};
-
class UndoGeoObject : public SdrUndoGeoObj
{
public:
@@ -164,7 +158,6 @@ protected:
SdrObjectWeakRef mxSdrObject;
};
-
class UndoAttrObject : public SdrUndoAttrObj
{
public: