diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 14:07:48 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 14:07:48 +0000 |
commit | 9d98c3e6a8a230001e1ffa197c998731677a1749 (patch) | |
tree | d182aa7fc6de11e9a1f84955efd213660a4ea1ce /toolkit/source/helper/servicenames.cxx | |
parent | d171f580eea0a01d9a254c6bf0e8ec0a5b939945 (diff) |
INTEGRATION: CWS fwk80_SRC680 (1.11.62); FILE MERGED
2008/01/11 15:00:07 pb 1.11.62.1: fix: #i83756# szServiceName_UnoControlFixedHyperlink[], szServiceName_UnoControlFixedHyperlinkModel[]
Diffstat (limited to 'toolkit/source/helper/servicenames.cxx')
-rw-r--r-- | toolkit/source/helper/servicenames.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/source/helper/servicenames.cxx b/toolkit/source/helper/servicenames.cxx index 0b473e68bf21..8f13f46bb2f5 100644 --- a/toolkit/source/helper/servicenames.cxx +++ b/toolkit/source/helper/servicenames.cxx @@ -4,9 +4,9 @@ * * $RCSfile: servicenames.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2007-06-27 12:23:39 $ + * last change: $Author: rt $ $Date: 2008-01-29 15:07:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -110,3 +110,6 @@ const sal_Char __FAR_DATA szServiceName_UnoSimpleAnimationControlModel[] = "com. const sal_Char __FAR_DATA szServiceName_UnoSimpleAnimationControl[] = "com.sun.star.awt.UnoSimpleAnimationControl"; const sal_Char __FAR_DATA szServiceName_UnoThrobberControlModel[] = "com.sun.star.awt.UnoThrobberControlModel"; const sal_Char __FAR_DATA szServiceName_UnoThrobberControl[] = "com.sun.star.awt.UnoThrobberControl"; +const sal_Char __FAR_DATA szServiceName_UnoControlFixedHyperlink[] = "com.sun.star.awt.UnoControlFixedHyperlink"; +const sal_Char __FAR_DATA szServiceName_UnoControlFixedHyperlinkModel[] = "com.sun.star.awt.UnoControlFixedHyperlinkModel"; + |