diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2012-07-24 17:59:11 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2012-07-24 18:02:44 +0200 |
commit | 6faebe5fb2d57110feabecb5202bcb993c92f4bd (patch) | |
tree | 2a89cc678fcfa5dcc32725aa39470135166d6baa /svtools | |
parent | c2617e960e1ff9c132af34b11f2e099f04fb46a3 (diff) |
janitorial: C++-style cast instead of legacy C-style cast
Change-Id: I86cd5d87751c5a9dd31a392e2b3847e8f5741524
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/brwbox/editbrowsebox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/brwbox/editbrowsebox.cxx b/svtools/source/brwbox/editbrowsebox.cxx index 3560f2d1672b..598c8a51acee 100644 --- a/svtools/source/brwbox/editbrowsebox.cxx +++ b/svtools/source/brwbox/editbrowsebox.cxx @@ -898,7 +898,7 @@ namespace svt return sal_False; } - EditBrowseBox * pTHIS = (EditBrowseBox *) this; + EditBrowseBox * pTHIS = const_cast<EditBrowseBox *> (this); // save the cell content if // a) a selection is beeing made |