summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:13:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:19:54 +0200
commitc4c51709eaa02a5c9a2af3e5d436790307109813 (patch)
treec67362b4f2c3d3f34655ca65ec10d54e1509cf73 /sc/inc
parentc78f918a7cb267a713804b8feacc3425196d4428 (diff)
whitespace cleanup in sc
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/appluno.hxx4
-rw-r--r--sc/inc/attrib.hxx2
-rw-r--r--sc/inc/bigrange.hxx4
-rw-r--r--sc/inc/chgviset.hxx2
-rw-r--r--sc/inc/datauno.hxx2
-rw-r--r--sc/inc/detfunc.hxx2
-rw-r--r--sc/inc/dociter.hxx2
-rw-r--r--sc/inc/docpool.hxx2
-rw-r--r--sc/inc/docuno.hxx2
-rw-r--r--sc/inc/dpsave.hxx2
-rw-r--r--sc/inc/dpsdbtab.hxx2
-rw-r--r--sc/inc/dpshttab.hxx2
-rw-r--r--sc/inc/dptabsrc.hxx2
-rw-r--r--sc/inc/fmtuno.hxx4
-rw-r--r--sc/inc/funcdesc.hxx2
-rw-r--r--sc/inc/linkuno.hxx2
-rw-r--r--sc/inc/markarr.hxx2
-rw-r--r--sc/inc/miscuno.hxx2
-rw-r--r--sc/inc/nameuno.hxx2
-rw-r--r--sc/inc/reffind.hxx2
-rw-r--r--sc/inc/servuno.hxx2
-rw-r--r--sc/inc/warnpassword.hxx2
-rw-r--r--sc/inc/zforauto.hxx2
23 files changed, 0 insertions, 52 deletions
diff --git a/sc/inc/appluno.hxx b/sc/inc/appluno.hxx
index 3ce1a5d7e53d..3b23866c9158 100644
--- a/sc/inc/appluno.hxx
+++ b/sc/inc/appluno.hxx
@@ -33,8 +33,6 @@
#include <cppuhelper/implbase4.hxx>
#include <rtl/ustring.hxx>
-
-
com::sun::star::uno::Reference<com::sun::star::uno::XInterface> SAL_CALL
ScSpreadsheetSettings_CreateInstance(
const com::sun::star::uno::Reference<
@@ -287,8 +285,6 @@ public:
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx
index a3d29a6cf698..e2b45e4d488b 100644
--- a/sc/inc/attrib.hxx
+++ b/sc/inc/attrib.hxx
@@ -297,8 +297,6 @@ public:
const IntlWrapper* pIntl = 0 ) const SAL_OVERRIDE;
};
-
-
class ScDoubleItem : public SfxPoolItem
{
public:
diff --git a/sc/inc/bigrange.hxx b/sc/inc/bigrange.hxx
index b3010118f0d4..138cb51d7c2a 100644
--- a/sc/inc/bigrange.hxx
+++ b/sc/inc/bigrange.hxx
@@ -75,8 +75,6 @@ public:
friend inline SvStream& ReadScBigAddress( SvStream& rStream, ScBigAddress& rAdr );
};
-
-
inline void ScBigAddress::PutInOrder( ScBigAddress& r )
{
sal_Int32 nTmp;
@@ -245,8 +243,6 @@ inline SvStream& ReadScBigRange( SvStream& rStream, ScBigRange& rRange )
return rStream;
}
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/chgviset.hxx b/sc/inc/chgviset.hxx
index cc1d0f77ebcd..193f49ce7477 100644
--- a/sc/inc/chgviset.hxx
+++ b/sc/inc/chgviset.hxx
@@ -138,8 +138,6 @@ public:
void SetTheActionRange( sal_uLong nFirst, sal_uLong nLast ) { mnFirstAction = nFirst; mnLastAction = nLast; }
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/datauno.hxx b/sc/inc/datauno.hxx
index 80e81941fbd4..70ea459b0bd6 100644
--- a/sc/inc/datauno.hxx
+++ b/sc/inc/datauno.hxx
@@ -688,8 +688,6 @@ public:
::com::sun::star::lang::IndexOutOfBoundsException, std::exception) SAL_OVERRIDE;
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/detfunc.hxx b/sc/inc/detfunc.hxx
index 2f7d636405b0..81bf34452633 100644
--- a/sc/inc/detfunc.hxx
+++ b/sc/inc/detfunc.hxx
@@ -156,8 +156,6 @@ public:
static void AppendChangTrackNoteSeparator(OUString &str);
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx
index 209ba12ed675..34d568243462 100644
--- a/sc/inc/dociter.hxx
+++ b/sc/inc/dociter.hxx
@@ -478,8 +478,6 @@ public:
bool GetNext( double& rValue, sal_uInt16& rErr );
};
-
-
// returns all areas with non-default formatting (horizontal)
diff --git a/sc/inc/docpool.hxx b/sc/inc/docpool.hxx
index 37ccf79b8f88..e7e5272d2c67 100644
--- a/sc/inc/docpool.hxx
+++ b/sc/inc/docpool.hxx
@@ -70,8 +70,6 @@ public:
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index 6a9e72b7844a..793f7b24844d 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -899,8 +899,6 @@ public:
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/dpsave.hxx b/sc/inc/dpsave.hxx
index 55e002d87b5e..62dd9e66ff17 100644
--- a/sc/inc/dpsave.hxx
+++ b/sc/inc/dpsave.hxx
@@ -48,8 +48,6 @@ class ScDPTableData;
// classes to save Data Pilot settings
-
-
class ScDPSaveMember
{
private:
diff --git a/sc/inc/dpsdbtab.hxx b/sc/inc/dpsdbtab.hxx
index 90b1e952664c..d0f9f095bc82 100644
--- a/sc/inc/dpsdbtab.hxx
+++ b/sc/inc/dpsdbtab.hxx
@@ -81,8 +81,6 @@ public:
virtual void ReloadCacheTable() SAL_OVERRIDE;
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx
index 4e29f168af18..448f3a26d427 100644
--- a/sc/inc/dpshttab.hxx
+++ b/sc/inc/dpshttab.hxx
@@ -121,8 +121,6 @@ public:
virtual void ReloadCacheTable() SAL_OVERRIDE;
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx
index 003cf10c7e07..e3a2afff5e3f 100644
--- a/sc/inc/dptabsrc.hxx
+++ b/sc/inc/dptabsrc.hxx
@@ -74,8 +74,6 @@ class ScDPTableData;
// implementation of DataPilotSource using ScDPTableData
-
-
class ScDPDimensions;
class ScDPDimension;
class ScDPHierarchies;
diff --git a/sc/inc/fmtuno.hxx b/sc/inc/fmtuno.hxx
index b40976914ace..3db47f6f2ffc 100644
--- a/sc/inc/fmtuno.hxx
+++ b/sc/inc/fmtuno.hxx
@@ -143,8 +143,6 @@ public:
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};
-
-
class ScTableConditionalEntry : public cppu::WeakImplHelper3<
com::sun::star::sheet::XSheetCondition2,
com::sun::star::sheet::XSheetConditionalEntry,
@@ -194,8 +192,6 @@ public:
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};
-
-
class ScTableValidationObj : public cppu::WeakImplHelper5<
com::sun::star::sheet::XSheetCondition2,
com::sun::star::sheet::XMultiFormulaTokens,
diff --git a/sc/inc/funcdesc.hxx b/sc/inc/funcdesc.hxx
index ed36268fa9e5..3068428976cb 100644
--- a/sc/inc/funcdesc.hxx
+++ b/sc/inc/funcdesc.hxx
@@ -196,8 +196,6 @@ public:
ParameterFlags() : bOptional(false), bSuppress(false) {}
};
-
-
OUString *pFuncName; /**< Function name */
OUString *pFuncDesc; /**< Description of function */
std::vector<OUString> maDefArgNames; /**< Parameter name(s) */
diff --git a/sc/inc/linkuno.hxx b/sc/inc/linkuno.hxx
index 9444c0a01c9b..ce59965f1473 100644
--- a/sc/inc/linkuno.hxx
+++ b/sc/inc/linkuno.hxx
@@ -54,8 +54,6 @@ typedef ::com::sun::star::uno::Reference<
::com::sun::star::util::XRefreshListener > XRefreshListenerRef;
typedef boost::ptr_vector<XRefreshListenerRef> XRefreshListenerArr_Impl;
-
-
class ScSheetLinkObj : public cppu::WeakImplHelper4<
com::sun::star::container::XNamed,
com::sun::star::util::XRefreshable,
diff --git a/sc/inc/markarr.hxx b/sc/inc/markarr.hxx
index 49620813139d..17ec61e621d3 100644
--- a/sc/inc/markarr.hxx
+++ b/sc/inc/markarr.hxx
@@ -71,8 +71,6 @@ public:
bool Next( SCROW& rTop, SCROW& rBottom );
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/miscuno.hxx b/sc/inc/miscuno.hxx
index f667f0b6adfa..84a9cd784360 100644
--- a/sc/inc/miscuno.hxx
+++ b/sc/inc/miscuno.hxx
@@ -200,8 +200,6 @@ public:
}
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/nameuno.hxx b/sc/inc/nameuno.hxx
index 5bacedcf076e..e1eedd409d7d 100644
--- a/sc/inc/nameuno.hxx
+++ b/sc/inc/nameuno.hxx
@@ -430,8 +430,6 @@ public:
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/reffind.hxx b/sc/inc/reffind.hxx
index 383980d58a00..b05c3912d411 100644
--- a/sc/inc/reffind.hxx
+++ b/sc/inc/reffind.hxx
@@ -48,8 +48,6 @@ public:
void ToggleRel( sal_Int32 nStartPos, sal_Int32 nEndPos );
};
-
-
#endif
diff --git a/sc/inc/servuno.hxx b/sc/inc/servuno.hxx
index 2dd3686b9dd7..908ad9e15881 100644
--- a/sc/inc/servuno.hxx
+++ b/sc/inc/servuno.hxx
@@ -104,8 +104,6 @@ public:
static sal_uInt16 GetProviderType(const OUString& rServiceName);
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/warnpassword.hxx b/sc/inc/warnpassword.hxx
index 3e4b7cbcc671..998b6902b306 100644
--- a/sc/inc/warnpassword.hxx
+++ b/sc/inc/warnpassword.hxx
@@ -20,8 +20,6 @@
#ifndef SC_WARNPASSWORD_HXX
#define SC_WARNPASSWORD_HXX
-
-
class SfxMedium;
/** Static API helper functions. */
class ScWarnPassword
diff --git a/sc/inc/zforauto.hxx b/sc/inc/zforauto.hxx
index 3e927970dcac..f76ed1375391 100644
--- a/sc/inc/zforauto.hxx
+++ b/sc/inc/zforauto.hxx
@@ -57,8 +57,6 @@ public:
inline LanguageType GetLanguage() const { return eLnge; }
};
-
-
#endif