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/source/ui/app/appenv.cxx | |
parent | a9c4f82cdbaef8bfd1fa8c65bc78f1bd28c11a4b (diff) |
#100965#: recording for InsertEnvelope
Diffstat (limited to 'sw/source/ui/app/appenv.cxx')
-rw-r--r-- | sw/source/ui/app/appenv.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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; |