diff options
author | Noel Grandin <noel@peralex.com> | 2014-11-10 13:30:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-11-10 13:36:03 +0200 |
commit | cd3204559cee4eb0ef2eafdb4d5d7e3abf458cf4 (patch) | |
tree | 199c45d8518ba5c268548fa4ba17c99d2f50c2b5 /sd | |
parent | 71a9c492b8ac7d9f33a92327d43efcb0e4617243 (diff) |
fix spelling implemenation -> implementation
Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/viewshel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index bdc695907dfe..792c5da4bf35 100644 --- a/sd/source/ui/view/viewshel.cxx +++ b/sd/source/ui/view/viewshel.cxx @@ -1226,7 +1226,7 @@ void ViewShell::ExecReq( SfxRequest& rReq ) } } -/** This default implemenation returns only an empty reference. See derived +/** This default implementation returns only an empty reference. See derived classes for more interesting examples. */ ::com::sun::star::uno::Reference< |