diff options
author | jp <jp@openoffice.org> | 2000-11-13 11:32:03 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2000-11-13 11:32:03 +0000 |
commit | 240133381b9bb95bde0a6a628215acbc55c47017 (patch) | |
tree | 9fe4db175e83e854c481e6528843c5f3bf56c0a3 /sw | |
parent | 475cf35ee29489648963676e7a73431d95fa3b13 (diff) |
method ExecCharButtonAttr removed
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/inc/textsh.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/ui/inc/textsh.hxx b/sw/source/ui/inc/textsh.hxx index 02a9290c3965..87a74551a251 100644 --- a/sw/source/ui/inc/textsh.hxx +++ b/sw/source/ui/inc/textsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: textsh.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:42 $ + * last change: $Author: jp $ $Date: 2000-11-13 12:32:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -116,7 +116,6 @@ public: void ExecGlossary(SfxRequest &); void ExecCharAttr(SfxRequest &); - void ExecCharButtonAttr(SfxRequest &); void ExecCharAttrArgs(SfxRequest &); void ExecParaAttr(SfxRequest &); void ExecParaAttrArgs(SfxRequest &); |