summaryrefslogtreecommitdiff
path: root/reportdesign/inc/UndoActions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/inc/UndoActions.hxx')
-rw-r--r--reportdesign/inc/UndoActions.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/reportdesign/inc/UndoActions.hxx b/reportdesign/inc/UndoActions.hxx
index b78d56997bf5..7df624f28418 100644
--- a/reportdesign/inc/UndoActions.hxx
+++ b/reportdesign/inc/UndoActions.hxx
@@ -151,8 +151,7 @@ namespace rptui
::dbaui::IController* m_pController;
public:
- OCommentUndoAction( SdrModel& rMod
- ,sal_uInt16 nCommentID);
+ OCommentUndoAction(SdrModel& rMod, const char* pCommentID);
virtual ~OCommentUndoAction() override;
virtual OUString GetComment() const override { return m_strComment; }
@@ -180,7 +179,7 @@ namespace rptui
,Action _eAction
,const css::uno::Reference< css::container::XIndexContainer >& rContainer
,const css::uno::Reference< css::uno::XInterface>& xElem
- ,sal_uInt16 _nCommentId);
+ ,const char* pCommentId);
virtual ~OUndoContainerAction() override;
virtual void Undo() override;
@@ -206,7 +205,7 @@ namespace rptui
,OReportHelper> _pMemberFunction
,const css::uno::Reference< css::report::XReportDefinition >& _xReport
,const css::uno::Reference< css::uno::XInterface>& xElem
- ,sal_uInt16 _nCommentId);
+ ,const char* pCommentId);
protected:
virtual void implReInsert( ) override;
@@ -227,7 +226,7 @@ namespace rptui
,OGroupHelper> _pMemberFunction
,const css::uno::Reference< css::report::XGroup >& _xGroup
,const css::uno::Reference< css::uno::XInterface>& xElem
- ,sal_uInt16 _nCommentId);
+ ,const char* pCommentId);
protected:
virtual void implReInsert( ) override;