From f25cdaa78d5e7d200fbaf31cce9895bab7c5ee63 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Tue, 4 Feb 2014 15:46:41 +0100 Subject: fdo#74132: Do not interrupt search in Writer. Instead of "Do you want to continue at the beginning?" dialog, just inform that we were at the end of the document in new label. Also replace 'Search key not found' dialog with label. Change-Id: I6a140cbad93406b73996f87a6d05fcc5d245fdbf --- .../registry/data/org/openoffice/Office/UI/Controller.xcu | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu index b9308fd0f8ac..c25e19dc2030 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -396,6 +396,17 @@ com.sun.star.svx.FindTextToolboxController + + + .uno:SearchLabel + + + + + + com.sun.star.svx.SearchLabelToolboxController + + .uno:DownSearch -- cgit