diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-20 09:42:58 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-20 18:02:53 +0100 |
commit | f011e84a75651204f72d61773772f6a30841d18b (patch) | |
tree | 5c5159193be5ace53f85c6cecfc6ef0d9e2c03b4 /svtools/util | |
parent | 29c7c90fd26cd04fb1f0ba648609df36ebcc53ff (diff) |
Partially reverted 786f15e605867668d88ab23d66cabb18f18bdcf9
This dialog is still of some use with some Writer Wizards and templates.
Re-added the dialog, but moved the menu entry to Tools menu in Writer.
The menu entry has not been added back in the other applications.
Conflicts:
sfx2/sdi/appslots.sdi
sfx2/source/appl/appserv.cxx
sfx2/source/doc/docvor.cxx
sfx2/source/doc/docvor.hrc
sfx2/source/doc/docvor.src
Change-Id: I1388d955752e99ab6d39dfc81bb41a97b33bdfcd
Diffstat (limited to 'svtools/util')
-rw-r--r-- | svtools/util/svt.component | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svtools/util/svt.component b/svtools/util/svt.component index 16b0c40f0cd7..4670a13605a7 100644 --- a/svtools/util/svt.component +++ b/svtools/util/svt.component @@ -25,6 +25,9 @@ <implementation name="com.sun.star.comp.graphic.GraphicRendererVCL"> <service name="com.sun.star.graphic.GraphicRendererVCL"/> </implementation> + <implementation name="com.sun.star.comp.svtools.OAddressBookSourceDialogUno"> + <service name="com.sun.star.ui.AddressBookSourceDialog"/> + </implementation> <implementation name="com.sun.star.comp.svtools.uno.Wizard"> <service name="com.sun.star.ui.dialogs.Wizard"/> </implementation> |