summaryrefslogtreecommitdiff
path: root/basic/source/inc
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 18:16:42 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:18:05 +0000
commita238b1f8d304bf1e2ffb357937f3ec888ee8ac89 (patch)
tree083c0582d4bf80e313ed256ca476ba8f69c7f7a6 /basic/source/inc
parent538f276ae0414ea34ede6090b5f56e8fecd6fc65 (diff)
Remove excess newlines
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'basic/source/inc')
-rw-r--r--basic/source/inc/dlgcont.hxx2
-rw-r--r--basic/source/inc/namecont.hxx9
-rw-r--r--basic/source/inc/parser.hxx4
-rw-r--r--basic/source/inc/propacc.hxx2
-rw-r--r--basic/source/inc/sbjsmod.hxx1
-rw-r--r--basic/source/inc/sbunoobj.hxx2
-rw-r--r--basic/source/inc/scriptcont.hxx2
7 files changed, 0 insertions, 22 deletions
diff --git a/basic/source/inc/dlgcont.hxx b/basic/source/inc/dlgcont.hxx
index 81121585a4a6..1a5354898a80 100644
--- a/basic/source/inc/dlgcont.hxx
+++ b/basic/source/inc/dlgcont.hxx
@@ -32,7 +32,6 @@ namespace basic
{
-
class SfxDialogLibraryContainer : public SfxLibraryContainer
{
// Methods to distinguish between different library types
@@ -94,7 +93,6 @@ public:
};
-
typedef ::cppu::ImplHelper1 < css::resource::XStringResourceSupplier
> SfxDialogLibrary_BASE;
diff --git a/basic/source/inc/namecont.hxx b/basic/source/inc/namecont.hxx
index 1032797d96fd..e41f439f1d38 100644
--- a/basic/source/inc/namecont.hxx
+++ b/basic/source/inc/namecont.hxx
@@ -66,7 +66,6 @@ typedef ::cppu::WeakImplHelper<
css::util::XChangesNotifier > NameContainer_BASE;
-
class NameContainer : public ::cppu::BaseMutex, public NameContainer_BASE
{
typedef std::unordered_map < OUString, sal_Int32, OUStringHash > NameContainerNameMap;
@@ -153,7 +152,6 @@ public:
};
-
class ModifiableHelper
{
private:
@@ -184,7 +182,6 @@ public:
};
-
typedef ::comphelper::OListenerContainerBase<
css::script::vba::XVBAScriptListener,
css::script::vba::VBAScriptEvent > VBAScriptListenerContainer_BASE;
@@ -202,7 +199,6 @@ private:
};
-
class SfxLibrary;
typedef ::cppu::WeakComponentImplHelper<
@@ -532,7 +528,6 @@ public:
};
-
class LibraryContainerMethodGuard
{
public:
@@ -548,7 +543,6 @@ public:
};
-
class SfxLibrary
: public css::container::XNameContainer
, public css::container::XContainer
@@ -707,7 +701,6 @@ protected:
};
-
class ScriptSubPackageIterator
{
css::uno::Reference< css::deployment::XPackage > m_xMainPackage;
@@ -730,7 +723,6 @@ public:
};
-
class ScriptExtensionIterator
{
public:
@@ -773,7 +765,6 @@ protected:
}; // end class ScriptExtensionIterator
-
} // namespace basic
#endif
diff --git a/basic/source/inc/parser.hxx b/basic/source/inc/parser.hxx
index e2d5a3bf3637..21e697181658 100644
--- a/basic/source/inc/parser.hxx
+++ b/basic/source/inc/parser.hxx
@@ -141,10 +141,6 @@ public:
};
-
-
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basic/source/inc/propacc.hxx b/basic/source/inc/propacc.hxx
index ec227a44647b..10c0547f8e4b 100644
--- a/basic/source/inc/propacc.hxx
+++ b/basic/source/inc/propacc.hxx
@@ -34,8 +34,6 @@ typedef ::cppu::WeakImplHelper< css::beans::XPropertySet,
css::beans::XPropertyAccess > SbPropertyValuesHelper;
-
-
class SbPropertyValues: public SbPropertyValuesHelper
{
SbPropertyValueArr_Impl m_aPropVals;
diff --git a/basic/source/inc/sbjsmod.hxx b/basic/source/inc/sbjsmod.hxx
index 14cfc096b602..9fa77e0c3d15 100644
--- a/basic/source/inc/sbjsmod.hxx
+++ b/basic/source/inc/sbjsmod.hxx
@@ -38,5 +38,4 @@ public:
#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basic/source/inc/sbunoobj.hxx b/basic/source/inc/sbunoobj.hxx
index e7447ff48594..b9dd79db4bb7 100644
--- a/basic/source/inc/sbunoobj.hxx
+++ b/basic/source/inc/sbunoobj.hxx
@@ -176,7 +176,6 @@ public:
};
-
class SbUnoProperty : public SbxProperty
{
friend class SbUnoObject;
@@ -344,7 +343,6 @@ void disposeComVariablesForBasic( StarBASIC* pBasic );
void clearNativeObjectWrapperVector();
-
// #118116 Collection object
class BasicCollection : public SbxObject
diff --git a/basic/source/inc/scriptcont.hxx b/basic/source/inc/scriptcont.hxx
index fccf638b9de1..0106ce7cc1a3 100644
--- a/basic/source/inc/scriptcont.hxx
+++ b/basic/source/inc/scriptcont.hxx
@@ -29,7 +29,6 @@ namespace basic
{
-
class SfxScriptLibraryContainer : public SfxLibraryContainer, public OldBasicPassword
{
OUString maScriptLanguage;
@@ -174,7 +173,6 @@ protected:
};
-
} // namespace basic
#endif