summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/rubydialog.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-09-04 09:55:00 +0000
committerOliver Specht <os@openoffice.org>2002-09-04 09:55:00 +0000
commit57af6f9adf43fe75c9552e8db3509132f4760345 (patch)
tree68b2f743165c1c1df0d227bdb5c2035705418fcd /svx/source/dialog/rubydialog.cxx
parent#102876# strings for AutoPilots set to void (diff)
downloadcore-57af6f9adf43fe75c9552e8db3509132f4760345.tar.gz
core-57af6f9adf43fe75c9552e8db3509132f4760345.zip
#102615# call ScrollHdl_Impl after Apply to reset the saved values at the Edits
Diffstat (limited to 'svx/source/dialog/rubydialog.cxx')
-rw-r--r--svx/source/dialog/rubydialog.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/dialog/rubydialog.cxx b/svx/source/dialog/rubydialog.cxx
index a0ac046632db..7da1d8241d9c 100644
--- a/svx/source/dialog/rubydialog.cxx
+++ b/svx/source/dialog/rubydialog.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rubydialog.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: gt $ $Date: 2002-08-12 09:33:35 $
+ * last change: $Author: os $ $Date: 2002-09-04 10:55:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -643,6 +643,9 @@ IMPL_LINK(SvxRubyDialog, ApplyHdl_Impl, PushButton*, EMPTYARG)
CharStyleHdl_Impl(&aCharStyleLB);
}
GetText();
+ //reset all edit fields - SaveValue is called
+ ScrollHdl_Impl(&aScrollSB);
+
Reference<XRubySelection> xSelection = pImpl->GetRubySelection();
if(IsModified() && xSelection.is())
{