summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework/xsec_framework.cxx
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-08-11 14:51:09 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-08-11 19:37:59 +0000
commit1452e5659796db395efa222d50cc8158275c5442 (patch)
tree3cf3bb20ee7f94f7f218bc00e7e045078d8da6e8 /xmlsecurity/source/framework/xsec_framework.cxx
parent305187377b3e21cc6df890f165a1212db83f0022 (diff)
fdo#62475 removed pointless comments
Change-Id: I02b264a9661bcefaea96d6c5743352914154427d Reviewed-on: https://gerrit.libreoffice.org/5345 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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: */