summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/sdview2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/sdview2.cxx')
-rw-r--r--sd/source/ui/view/sdview2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/sdview2.cxx b/sd/source/ui/view/sdview2.cxx
index c6e7721fd303..24a0299bf729 100644
--- a/sd/source/ui/view/sdview2.cxx
+++ b/sd/source/ui/view/sdview2.cxx
@@ -87,7 +87,7 @@ struct SdNavigatorDropEvent : public ExecuteDropEvent
css::uno::Reference< css::datatransfer::XTransferable > View::CreateClipboardDataObject( View*, vcl::Window& )
{
// since SdTransferable::CopyToClipboard is called, this
- // dynamically created object ist destroyed automatically
+ // dynamically created object is destroyed automatically
SdTransferable* pTransferable = new SdTransferable( &mrDoc, nullptr, false );
css::uno::Reference< css::datatransfer::XTransferable > xRet( pTransferable );