summaryrefslogtreecommitdiff
path: root/embedserv/source/inprocserv/dllentry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'embedserv/source/inprocserv/dllentry.cxx')
-rw-r--r--embedserv/source/inprocserv/dllentry.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/embedserv/source/inprocserv/dllentry.cxx b/embedserv/source/inprocserv/dllentry.cxx
index b54c2c6e42db..acb94fd5e67d 100644
--- a/embedserv/source/inprocserv/dllentry.cxx
+++ b/embedserv/source/inprocserv/dllentry.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -69,10 +69,10 @@ namespace {
int GetStringFromClassID( const GUID& guid, char* pBuf, int nLen )
{
- // is not allowed to insert
+ // is not allowed to insert
if ( nLen < 38 )
return 0;
-
+
pBuf[0] = '{';
FillCharFromInt( guid.Data1, &pBuf[1], 8 );
pBuf[9] = '-';
@@ -157,7 +157,7 @@ public:
protected:
ULONG m_refCount;
- GUID m_guid;
+ GUID m_guid;
};
}; // namespace inprocserv
@@ -331,7 +331,7 @@ STDMETHODIMP InprocEmbedProvider_Impl::CreateInstance(IUnknown FAR* punkOuter,
if ( !SUCCEEDED( hr ) )
*ppv = NULL;
-
+
return hr;
}