summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/TableUndo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableUndo.hxx')
-rw-r--r--dbaccess/source/ui/tabledesign/TableUndo.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableUndo.hxx b/dbaccess/source/ui/tabledesign/TableUndo.hxx
index 37b990a586f8..3f8abc23a78f 100644
--- a/dbaccess/source/ui/tabledesign/TableUndo.hxx
+++ b/dbaccess/source/ui/tabledesign/TableUndo.hxx
@@ -40,7 +40,7 @@ namespace dbaui
virtual void Undo() override;
virtual void Redo() override;
public:
- OTableDesignUndoAct( OTableRowView* pOwner ,sal_uInt16 nCommentID);
+ OTableDesignUndoAct(OTableRowView* pOwner, const char* pCommentID);
virtual ~OTableDesignUndoAct() override;
};
@@ -51,7 +51,7 @@ namespace dbaui
VclPtr<OTableEditorCtrl> pTabEdCtrl;
public:
- OTableEditorUndoAct( OTableEditorCtrl* pOwner,sal_uInt16 nCommentID );
+ OTableEditorUndoAct(OTableEditorCtrl* pOwner, const char* pCommentID);
virtual ~OTableEditorUndoAct() override;
};