diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-27 11:19:35 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-27 11:19:35 +0200 |
commit | e4702b1d30cbef36ee8a14f5bf7b51e259f677f6 (patch) | |
tree | 275e736345a9bb29f66c037e640cd24de835c65f /sfx2/workben | |
parent | da9327a12cc57089c39665fd7c7f25e5bc9baf65 (diff) |
slidecopy: corrected typo
Diffstat (limited to 'sfx2/workben')
-rw-r--r-- | sfx2/workben/custompanel/Factories.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/workben/custompanel/Factories.xcu b/sfx2/workben/custompanel/Factories.xcu index 1d277a86a222..f8df23e9f40a 100644 --- a/sfx2/workben/custompanel/Factories.xcu +++ b/sfx2/workben/custompanel/Factories.xcu @@ -2,7 +2,7 @@ <oor:component-data oor:name="Factories" oor:package="org.openoffice.Office.UI" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <node oor:name="Registered"> <node oor:name="UIElementFactories"> - <node oor:name="org.openoffice.exeample.CustomToolPanel" oor:op="replace"> + <node oor:name="org.openoffice.example.CustomToolPanel" oor:op="replace"> <prop oor:name="Type"> <value>toolpanel</value> </prop> |