summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework/xsec_framework.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/framework/xsec_framework.cxx')
-rw-r--r--xmlsecurity/source/framework/xsec_framework.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmlsecurity/source/framework/xsec_framework.cxx b/xmlsecurity/source/framework/xsec_framework.cxx
index 3f8434745e80..6f0c002204ff 100644
--- a/xmlsecurity/source/framework/xsec_framework.cxx
+++ b/xmlsecurity/source/framework/xsec_framework.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <stdio.h>
#include <osl/mutex.hxx>
@@ -41,7 +40,6 @@ using namespace ::com::sun::star::registry;
extern "C"
{
-//==================================================================================================
SAL_DLLPUBLIC_EXPORT void * SAL_CALL xsec_fw_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
{
@@ -153,5 +151,4 @@ SAL_DLLPUBLIC_EXPORT void * SAL_CALL xsec_fw_component_getFactory(
}
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */