summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/chgtrack.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/chgtrack.cxx')
-rw-r--r--sc/source/core/tool/chgtrack.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/tool/chgtrack.cxx b/sc/source/core/tool/chgtrack.cxx
index d68009446dcc..24da3d93cc3a 100644
--- a/sc/source/core/tool/chgtrack.cxx
+++ b/sc/source/core/tool/chgtrack.cxx
@@ -671,7 +671,7 @@ void ScChangeActionIns::GetDescription(
{
ScChangeAction::GetDescription( rStr, rDoc, bSplitRange, bWarning );
- const char* pWhatId;
+ TranslateId pWhatId;
switch ( GetType() )
{
case SC_CAT_INSERT_COLS :
@@ -905,7 +905,7 @@ void ScChangeActionDel::GetDescription(
{
ScChangeAction::GetDescription( rStr, rDoc, bSplitRange, bWarning );
- const char* pWhatId;
+ TranslateId pWhatId;
switch ( GetType() )
{
case SC_CAT_DELETE_COLS :