summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/wrtsh.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-07-18 10:20:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-07-18 17:27:09 +0100
commit165640076df65971eb01f887a3c285cd6eb61d94 (patch)
tree3272e9000a9f45e228aec631cddefd9f93013419 /sw/source/ui/inc/wrtsh.hxx
parent8a9244afe9954e0f8e801a41d83e3c2084c620de (diff)
Related: fdo#38244 include ODF_COMMENTRANGE in annotation undo/redo
make sure that insert->comment and undo/redo includes the insertion of the dummy odfcomment from fdo#38244 Change-Id: Ib46afb194462a3bbfbe3b8e228ad04e522e64535
Diffstat (limited to 'sw/source/ui/inc/wrtsh.hxx')
-rw-r--r--sw/source/ui/inc/wrtsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/wrtsh.hxx b/sw/source/ui/inc/wrtsh.hxx
index 59431b4ab662..f2e1e3cb3814 100644
--- a/sw/source/ui/inc/wrtsh.hxx
+++ b/sw/source/ui/inc/wrtsh.hxx
@@ -296,7 +296,7 @@ typedef sal_Bool (SwWrtShell:: *FNSimpleMove)();
int IntelligentCut(int nSelectionType, sal_Bool bCut = sal_True);
// edit
- void Insert(SwField &);
+ void Insert(SwField &, SwPaM *pCommentRange = NULL);
void Insert(const String &);
// graphic
void Insert( const String &rPath, const String &rFilter,