diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-19 11:28:22 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-19 11:28:22 +0000 |
commit | ff3315a65da1a37a4407e4c765b0d881384eab90 (patch) | |
tree | 7805bcb91fc0ccf03305be4c7bd8e5d0297e7dde | |
parent | e49ef08f47996ce35393d27cb965ba4730ef2cdb (diff) |
INTEGRATION: CWS os15 (1.2.350); FILE MERGED
2003/07/30 14:23:03 os 1.2.350.1: #100266# ::InsertSymbol: recordable and at the same quality as SwTextShell::InsertSymbol()
-rw-r--r-- | sw/source/ui/inc/drwtxtsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/drwtxtsh.hxx b/sw/source/ui/inc/drwtxtsh.hxx index 5599a7b82e..53fcdb6a9f 100644 --- a/sw/source/ui/inc/drwtxtsh.hxx +++ b/sw/source/ui/inc/drwtxtsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: drwtxtsh.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jp $ $Date: 2001-03-09 12:01:23 $ + * last change: $Author: hjs $ $Date: 2003-08-19 12:28:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,7 +86,7 @@ class SwDrawTextShell: public SfxShell BOOL bSelMove: 1; void SetAttrToMarked(const SfxItemSet& rAttr); - void InsertSymbol(); + void InsertSymbol(SfxRequest& rReq); BOOL IsTextEdit(); public: SFX_DECL_INTERFACE(SW_DRWTXTSHELL); |