summaryrefslogtreecommitdiff
path: root/extensions/source/ole/ole2uno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/ole/ole2uno.hxx')
-rw-r--r--extensions/source/ole/ole2uno.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/extensions/source/ole/ole2uno.hxx b/extensions/source/ole/ole2uno.hxx
index 99a3e7ae17e4..04e2823a7bc3 100644
--- a/extensions/source/ole/ole2uno.hxx
+++ b/extensions/source/ole/ole2uno.hxx
@@ -48,13 +48,13 @@ using namespace com::sun::star::beans;
using namespace osl;
using namespace std;
-VARTYPE getVarType( const Any& val);
+VARTYPE getVarType(const Any& val);
/* creates a Type object for a given type name.
The function returns false if the name does not represent
a valid type.
*/
-bool getType( BSTR name, Type & type);
+bool getType(BSTR name, Type& type);
void o2u_attachCurrentThread();
class BridgeRuntimeError
@@ -67,7 +67,6 @@ public:
OUString message;
};
-
Mutex* getBridgeMutex();
#endif // INCLUDED_EXTENSIONS_SOURCE_OLE_OLE2UNO_HXX