[Libreoffice-commits] core.git: svl/source
Stephan Bergmann
sbergman at redhat.com
Mon Jun 8 03:36:17 PDT 2015
svl/source/svdde/ddesvr.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit eeddadfa09674bdf0047a0ea9574b34aae0625c4
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jun 8 12:35:48 2015 +0200
typo
Change-Id: I5bba34941d269c728d5d36af8216a481f6939ede
diff --git a/svl/source/svdde/ddesvr.cxx b/svl/source/svdde/ddesvr.cxx
index b5a9960..9e62e12 100644
--- a/svl/source/svdde/ddesvr.cxx
+++ b/svl/source/svdde/ddesvr.cxx
@@ -39,7 +39,7 @@ struct DdeItemImpData
sal_uLong nHCnv;
sal_uInt16 nCnt;
- expliit DdeItemImpData( sal_uLong nH ) : nHCnv( nH ), nCnt( 1 ) {}
+ explicit DdeItemImpData( sal_uLong nH ) : nHCnv( nH ), nCnt( 1 ) {}
};
class DdeItemImp {
More information about the Libreoffice-commits
mailing list