diff options
author | jp <jp@openoffice.org> | 2000-11-13 11:32:43 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2000-11-13 11:32:43 +0000 |
commit | 87e875784104860f475c0176f5d07eb1202950b7 (patch) | |
tree | 59bba3c5c0159cd860f5329743716b55eea00fd3 /sw | |
parent | 240133381b9bb95bde0a6a628215acbc55c47017 (diff) |
new method GetTxtFontCtrlState
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/inc/basesh.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/inc/basesh.hxx b/sw/source/ui/inc/basesh.hxx index 67e7bf05d695..bc4e3ed65aa8 100644 --- a/sw/source/ui/inc/basesh.hxx +++ b/sw/source/ui/inc/basesh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: basesh.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:38 $ + * last change: $Author: jp $ $Date: 2000-11-13 12:32:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -145,6 +145,7 @@ public: void StateStatusLine(SfxItemSet &rSet); void ExecTxtCtrl(SfxRequest& rReq); + void GetTxtFontCtrlState(SfxItemSet& rSet); void GetTxtCtrlState(SfxItemSet& rSet); void GetBorderState(SfxItemSet &rSet); void GetBckColState(SfxItemSet &rSet); |