diff options
Diffstat (limited to 'sc/source/ui/view/tabview5.cxx')
-rw-r--r-- | sc/source/ui/view/tabview5.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx index 57574350b5ec..ef34191f8a1b 100644 --- a/sc/source/ui/view/tabview5.cxx +++ b/sc/source/ui/view/tabview5.cxx @@ -169,7 +169,7 @@ ScTabView::~ScTabView() delete pSelEngine; - // Delete this before the grid windows, since its a child window of one of them. + // Delete this before the grid windows, since it's a child window of one of them. mpInputHintWindow.reset(); for (i=0; i<4; i++) delete pGridWin[i]; |