summaryrefslogtreecommitdiffstats
path: root/extensions/source/ole
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 /extensions/source/ole
parentFormatting changes across all modules (diff)
downloadcore-a238b1f8d304bf1e2ffb357937f3ec888ee8ac89.tar.gz
core-a238b1f8d304bf1e2ffb357937f3ec888ee8ac89.zip
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 'extensions/source/ole')
-rw-r--r--extensions/source/ole/jscriptclasses.hxx1
-rw-r--r--extensions/source/ole/ole2uno.hxx1
-rw-r--r--extensions/source/ole/oleobjw.cxx4
-rw-r--r--extensions/source/ole/oleobjw.hxx1
-rw-r--r--extensions/source/ole/servprov.cxx3
-rw-r--r--extensions/source/ole/unoconversionutilities.hxx3
-rw-r--r--extensions/source/ole/unoobjw.hxx2
-rw-r--r--extensions/source/ole/unotypewrapper.cxx1
-rw-r--r--extensions/source/ole/windata.cxx1
-rw-r--r--extensions/source/ole/windata.hxx1
10 files changed, 0 insertions, 18 deletions
diff --git a/extensions/source/ole/jscriptclasses.hxx b/extensions/source/ole/jscriptclasses.hxx
index 281ac5f4c622..c483d8ac7b29 100644
--- a/extensions/source/ole/jscriptclasses.hxx
+++ b/extensions/source/ole/jscriptclasses.hxx
@@ -25,7 +25,6 @@
#include "comifaces.hxx"
-
// Sequences are represented by prepending "[]", e.g. []char, [][]byte, [][][]object, etc.
// To make a JScriptValue object to an out parameter, call
diff --git a/extensions/source/ole/ole2uno.hxx b/extensions/source/ole/ole2uno.hxx
index d341b45e6e21..c30cb7e543f6 100644
--- a/extensions/source/ole/ole2uno.hxx
+++ b/extensions/source/ole/ole2uno.hxx
@@ -84,7 +84,6 @@ Mutex* getBridgeMutex();
} // end namespace
-
#endif // INCLUDED_EXTENSIONS_SOURCE_OLE_OLE2UNO_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx
index 57e1395d14cc..e019cee7d233 100644
--- a/extensions/source/ole/oleobjw.cxx
+++ b/extensions/source/ole/oleobjw.cxx
@@ -1176,8 +1176,6 @@ Any IUnknownWrapper_Impl::invokeWithDispIdUnoTlb(const OUString& sFunctionName,
}
-
-
// XInitialization
void SAL_CALL IUnknownWrapper_Impl::initialize( const Sequence< Any >& aArguments ) throw(Exception, RuntimeException)
{
@@ -1549,7 +1547,6 @@ Reference<XInterface> IUnknownWrapper_Impl::createComWrapperInstance()
}
-
void IUnknownWrapper_Impl::getMethodInfo(const OUString& sName, TypeDescription& methodInfo)
{
TypeDescription desc= getInterfaceMemberDescOfCurrentCall(sName);
@@ -1641,7 +1638,6 @@ sal_Bool IUnknownWrapper_Impl::isJScriptObject()
}
-
/** @internal
The function ultimately calls IDispatch::Invoke on the wrapped COM object.
The COM object does not implement UNO Interfaces ( via IDispatch). This
diff --git a/extensions/source/ole/oleobjw.hxx b/extensions/source/ole/oleobjw.hxx
index 2abd1e48b371..0b617cb61ad6 100644
--- a/extensions/source/ole/oleobjw.hxx
+++ b/extensions/source/ole/oleobjw.hxx
@@ -50,7 +50,6 @@ namespace ole_adapter
{
-
typedef std::unordered_map<OUString, pair<DISPID, unsigned short>, OUStringHash> DispIdMap;
typedef std::unordered_multimap<OUString, unsigned int, OUStringHash> TLBFuncIndexMap;
diff --git a/extensions/source/ole/servprov.cxx b/extensions/source/ole/servprov.cxx
index e88a5b60aa2c..6d3d5fa38f30 100644
--- a/extensions/source/ole/servprov.cxx
+++ b/extensions/source/ole/servprov.cxx
@@ -493,7 +493,6 @@ Reference< XInterface > OleConverter_Impl2::createComWrapperInstance()
}
-
/*****************************************************************************
class implementation OleClient_Impl
@@ -622,7 +621,6 @@ Reference< XInterface > OleClient_Impl::createComWrapperInstance( )
}
-
/*****************************************************************************
class implementation OleServer_Impl
@@ -697,7 +695,6 @@ sal_Bool OleServer_Impl::provideInstance(const Reference<XInterface>& xInst, GUI
}
-
} // end namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/ole/unoconversionutilities.hxx b/extensions/source/ole/unoconversionutilities.hxx
index ea857fffafde..742fe809c58a 100644
--- a/extensions/source/ole/unoconversionutilities.hxx
+++ b/extensions/source/ole/unoconversionutilities.hxx
@@ -89,8 +89,6 @@ inline void reduceRange( Any& any);
#endif
-
-
// createUnoObjectWrapper gets a wrapper instance by calling createUnoWrapperInstance
// and initializes it via XInitialization. The wrapper object is required to implement
// XBridgeSupplier so that it can convert itself to IDispatch.
@@ -266,7 +264,6 @@ bool convertSelfToCom( T& unoInterface, VARIANT * pVar)
}
-
// Gets the invocation factory depending on the Type in the Any.
// The factory can be created by a local or remote multi service factory.
// In case there is a remote multi service factory available there are
diff --git a/extensions/source/ole/unoobjw.hxx b/extensions/source/ole/unoobjw.hxx
index 67c725cb83f2..af067eb66db3 100644
--- a/extensions/source/ole/unoobjw.hxx
+++ b/extensions/source/ole/unoobjw.hxx
@@ -49,7 +49,6 @@ namespace ole_adapter
{
-
struct hash_IUnknown_Impl
{
size_t operator()(const IUnknown* p) const
@@ -67,7 +66,6 @@ struct equal_to_IUnknown_Impl
};
-
struct MemberInfo
{
MemberInfo() : flags(0), name() {}
diff --git a/extensions/source/ole/unotypewrapper.cxx b/extensions/source/ole/unotypewrapper.cxx
index dd6364b76633..6d46ab8991a2 100644
--- a/extensions/source/ole/unotypewrapper.cxx
+++ b/extensions/source/ole/unotypewrapper.cxx
@@ -167,5 +167,4 @@ STDMETHODIMP UnoTypeWrapper::get_Name(BSTR *pVal)
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/ole/windata.cxx b/extensions/source/ole/windata.cxx
index a2455e6ed055..98afa2b623a1 100644
--- a/extensions/source/ole/windata.cxx
+++ b/extensions/source/ole/windata.cxx
@@ -24,7 +24,6 @@ namespace ole_adapter
{
-
}
diff --git a/extensions/source/ole/windata.hxx b/extensions/source/ole/windata.hxx
index 8e942d626feb..5e1a2157e4fc 100644
--- a/extensions/source/ole/windata.hxx
+++ b/extensions/source/ole/windata.hxx
@@ -201,7 +201,6 @@ public:
};
-
}
#endif