summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-08 12:35:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-08 12:35:48 +0200
commiteeddadfa09674bdf0047a0ea9574b34aae0625c4 (patch)
treef6e0ad71bf5b2436737cb19748721be106655f43 /svl
parent0329dbd31011db8a8fe4ba806a624916e8c7249b (diff)
typo
Change-Id: I5bba34941d269c728d5d36af8216a481f6939ede
Diffstat (limited to 'svl')
-rw-r--r--svl/source/svdde/ddesvr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/svdde/ddesvr.cxx b/svl/source/svdde/ddesvr.cxx
index b5a9960f00bf..9e62e12f8afe 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 {