diff options
author | Oliver Specht <os@openoffice.org> | 2001-06-19 09:32:09 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-06-19 09:32:09 +0000 |
commit | 523f051f8bd900fe4a82d1d49436c7656b25d770 (patch) | |
tree | 9821d902bdd62e5557def031bc0de90ea6005f5c /svx/inc | |
parent | e2183fc7e38c3511de133f12e0842106d04de455 (diff) |
#88155# ruby dialog enabled without a selection
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/rubydialog.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/inc/rubydialog.hxx b/svx/inc/rubydialog.hxx index c35a8da3e80d..156bfe070da9 100644 --- a/svx/inc/rubydialog.hxx +++ b/svx/inc/rubydialog.hxx @@ -2,9 +2,9 @@ * * $RCSfile: rubydialog.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: os $ $Date: 2001-06-01 10:10:39 $ + * last change: $Author: os $ $Date: 2001-06-19 10:30:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -175,6 +175,7 @@ class SvxRubyDialog : public SfxModelessDialog void SetText(sal_Int32 nPos, Edit& rLeft, Edit& rRight); void GetText(); void ClearCharStyleList(); + void AssertOneEntry(); void Update(); virtual BOOL Close(); |