diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-05-20 14:08:48 +0100 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-05-23 09:55:34 +0100 |
commit | bfd495d9754e293d6561363ab6e27b45e2e403f0 (patch) | |
tree | 0b0ff3ae83bdc4edcd2d657a5503df14ccf7215f /svx/util | |
parent | f2321c529adf6d4a455742c30fb75fbe3f7efe02 (diff) |
fdo#63035 Add "Match Case" to Find bar.
Change-Id: I1339767de7980426d32960bf5ee60e2f5c011be4
Diffstat (limited to 'svx/util')
-rw-r--r-- | svx/util/svx.component | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/util/svx.component b/svx/util/svx.component index 8745a592a2a1..458e2adba2d4 100644 --- a/svx/util/svx.component +++ b/svx/util/svx.component @@ -58,6 +58,9 @@ <implementation name="com.sun.star.svx.FindTextToolboxController"> <service name="com.sun.star.frame.ToolbarController"/> </implementation> + <implementation name="com.sun.star.svx.MatchCaseToolboxController"> + <service name="com.sun.star.frame.ToolbarController"/> + </implementation> <implementation name="com.sun.star.svx.FontHeightToolBoxController"> <service name="com.sun.star.frame.ToolbarController"/> </implementation> |