diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/postit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/postit.hxx b/sc/inc/postit.hxx index 56db01401cfe..02a69edd1832 100644 --- a/sc/inc/postit.hxx +++ b/sc/inc/postit.hxx @@ -332,7 +332,7 @@ public: */ static ScPostIt* CreateNoteFromObjectData( ScDocument& rDoc, const ScAddress& rPos, - std::unique_ptr<SfxItemSet> pItemSet, OutlinerParaObject* pOutlinerObj, + std::unique_ptr<SfxItemSet> pItemSet, const OutlinerParaObject* pOutlinerObj, const tools::Rectangle& rCaptionRect, bool bShown ); /** Creates a cell note based on the passed string and inserts it into the |