diff options
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/inc/drwtrans.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/drwtrans.hxx b/sc/source/ui/inc/drwtrans.hxx index 50e56cac1364..f45727674297 100644 --- a/sc/source/ui/inc/drwtrans.hxx +++ b/sc/source/ui/inc/drwtrans.hxx @@ -51,7 +51,7 @@ private: bool m_bGrIsBit; bool m_bOleObj; // source information for drag&drop: - // (view is needed to handle drawing obejcts) + // (view is needed to handle drawing objects) std::unique_ptr<SdrView> m_pDragSourceView; ScDragSrc m_nDragSourceFlags; bool m_bDragWasInternal; |