diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-07-03 15:48:10 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-07-03 15:48:10 +0000 |
commit | ba44e2868179f2367e3292a08836574c97e51785 (patch) | |
tree | 8b89d5624a3de6b50daa438a3b804350cad07bec /sw | |
parent | a9c4f82cdbaef8bfd1fa8c65bc78f1bd28c11a4b (diff) |
#100965#: recording for InsertEnvelope
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/swmodule.hxx | 6 | ||||
-rw-r--r-- | sw/source/ui/app/appenv.cxx | 6 | ||||
-rw-r--r-- | sw/source/ui/app/apphdl.cxx | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx index 63a4b8cea2ee..970e1a2e38ce 100644 --- a/sw/inc/swmodule.hxx +++ b/sw/inc/swmodule.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swmodule.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: os $ $Date: 2002-05-06 08:53:16 $ + * last change: $Author: mba $ $Date: 2002-07-03 16:45:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -169,7 +169,7 @@ class SwModule: public SwModuleDummy , public SfxListener protected: // Briefumschlaege, Etiketten - void InsertEnv(); + void InsertEnv(SfxRequest&); void InsertLab(SfxRequest&, sal_Bool bLabel); public: diff --git a/sw/source/ui/app/appenv.cxx b/sw/source/ui/app/appenv.cxx index 181189668828..72234544c2df 100644 --- a/sw/source/ui/app/appenv.cxx +++ b/sw/source/ui/app/appenv.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appenv.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: jp $ $Date: 2002-02-01 12:43:37 $ + * last change: $Author: mba $ $Date: 2002-07-03 16:48:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -281,7 +281,7 @@ void lcl_CopyCollAttr(SwWrtShell* pOldSh, SwWrtShell* pNewSh, USHORT nCollId) // ---------------------------------------------------------------------------- -void SwModule::InsertEnv() +void SwModule::InsertEnv( SfxRequest& rReq ) { static USHORT nTitleNo = 0; diff --git a/sw/source/ui/app/apphdl.cxx b/sw/source/ui/app/apphdl.cxx index 63400141c827..31604c984390 100644 --- a/sw/source/ui/app/apphdl.cxx +++ b/sw/source/ui/app/apphdl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: apphdl.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: os $ $Date: 2002-06-28 12:08:28 $ + * last change: $Author: mba $ $Date: 2002-07-03 16:48:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -816,7 +816,7 @@ void SwModule::ExecOther(SfxRequest& rReq) switch (nWhich) { case FN_ENVELOP: - InsertEnv(); + InsertEnv( rReq ); break; case FN_BUSINESS_CARD: |