summaryrefslogtreecommitdiff
path: root/scripting/source/provider
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 /scripting/source/provider
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 'scripting/source/provider')
-rw-r--r--scripting/source/provider/BrowseNodeFactoryImpl.cxx2
-rw-r--r--scripting/source/provider/MasterScriptProvider.cxx5
2 files changed, 0 insertions, 7 deletions
diff --git a/scripting/source/provider/BrowseNodeFactoryImpl.cxx b/scripting/source/provider/BrowseNodeFactoryImpl.cxx
index 6a76ad2d8629..d637048e614f 100644
--- a/scripting/source/provider/BrowseNodeFactoryImpl.cxx
+++ b/scripting/source/provider/BrowseNodeFactoryImpl.cxx
@@ -658,7 +658,6 @@ BrowseNodeFactoryImpl::~BrowseNodeFactoryImpl()
}
-
// Implementation of XBrowseNodeFactory
@@ -703,7 +702,6 @@ BrowseNodeFactoryImpl::getOrganizerHierarchy()
// Helper methods
-
// Namespace global methods for setting up BrowseNodeFactory service
diff --git a/scripting/source/provider/MasterScriptProvider.cxx b/scripting/source/provider/MasterScriptProvider.cxx
index 1f1ad5cc788b..695480c4238e 100644
--- a/scripting/source/provider/MasterScriptProvider.cxx
+++ b/scripting/source/provider/MasterScriptProvider.cxx
@@ -203,7 +203,6 @@ throw ( Exception, RuntimeException, std::exception )
}
-
void MasterScriptProvider::createPkgProvider()
{
try
@@ -361,7 +360,6 @@ throw ( provider::ScriptFrameworkErrorException,
}
-
ProviderCache*
MasterScriptProvider::providerCache()
{
@@ -387,7 +385,6 @@ MasterScriptProvider::providerCache()
}
-
OUString SAL_CALL
MasterScriptProvider::getName()
throw ( css::uno::RuntimeException, std::exception )
@@ -464,7 +461,6 @@ MasterScriptProvider::getType()
}
-
OUString
MasterScriptProvider::parseLocationName( const OUString& location )
{
@@ -773,7 +769,6 @@ MasterScriptProvider::getAllProviders() throw ( css::uno::RuntimeException )
}
-
OUString SAL_CALL MasterScriptProvider::getImplementationName( )
throw( RuntimeException, std::exception )
{