summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs
diff options
context:
space:
mode:
authorJ. Graeme Lingard <jgraeme+git@gmail.com>2011-03-05 16:45:26 +0000
committerJ. Graeme Lingard <jgraeme+git@gmail.com>2011-03-05 16:45:26 +0000
commit019bb4b6486d9767f6d91bb971d27d1c1504fcde (patch)
tree251eb34e360e4c3fcce511b90ef90169d0887ea0 /xmlsecurity/source/dialogs
parent9dd4a4006b13f4861e7eada0a5b6bc41d0877fb6 (diff)
Remove 'added by' comments
Diffstat (limited to 'xmlsecurity/source/dialogs')
-rw-r--r--xmlsecurity/source/dialogs/resourcemanager.cxx2
-rw-r--r--xmlsecurity/source/dialogs/warnings.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/dialogs/resourcemanager.cxx b/xmlsecurity/source/dialogs/resourcemanager.cxx
index 9cf217eb3..3389b3454 100644
--- a/xmlsecurity/source/dialogs/resourcemanager.cxx
+++ b/xmlsecurity/source/dialogs/resourcemanager.cxx
@@ -372,7 +372,7 @@ vector< pair< OUString, OUString> > parseDN(const OUString& rRawString)
{
nNum = UINT8( pSerNumSeq[ i ] );
- //MM : exchange the buffer[0] and buffer[1], which make it consistent with Mozilla and Windows
+ // exchange the buffer[0] and buffer[1], which make it consistent with Mozilla and Windows
pBuffer[ 1 ] = pHexDigs[ nNum & 0x0F ];
nNum >>= 4;
pBuffer[ 0 ] = pHexDigs[ nNum ];
diff --git a/xmlsecurity/source/dialogs/warnings.cxx b/xmlsecurity/source/dialogs/warnings.cxx
index be836a92d..436eebbf7 100644
--- a/xmlsecurity/source/dialogs/warnings.cxx
+++ b/xmlsecurity/source/dialogs/warnings.cxx
@@ -34,7 +34,7 @@
#include <com/sun/star/xml/crypto/XSecurityEnvironment.hpp>
#include <comphelper/sequence.hxx>
-// MM : added for password exception
+// added for password exception
#include <vcl/msgbox.hxx>
#include <com/sun/star/security/NoPasswordException.hpp>
using namespace ::com::sun::star::security;