diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-29 19:06:50 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:00:58 +0200 |
commit | bf080115bac322b177ffcf1e15aff4de1d742b4c (patch) | |
tree | 52c7b2989273a4175dbedab888e1806b7bf6588e /include/toolkit | |
parent | 91dde49e9aef3991dbb159507cb03b73ba507818 (diff) |
include: convert type scope="foo"> here too
sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g'
Change-Id: I7eb32acd44132de79cc7ac1e7f78b43bb4814d14
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/controls/geometrycontrolmodel.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toolkit/controls/geometrycontrolmodel.hxx b/include/toolkit/controls/geometrycontrolmodel.hxx index 2ed98907f796..03898a1a2e0b 100644 --- a/include/toolkit/controls/geometrycontrolmodel.hxx +++ b/include/toolkit/controls/geometrycontrolmodel.hxx @@ -209,7 +209,7 @@ namespace com { namespace sun { namespace star { //==================================================================== //= OCommonGeometryControlModel //==================================================================== - /** allows to extend an arbitrary <type scope="com.sun.star.awt">UnoControlModel</type> with geometry + /** allows to extend an arbitrary com.sun.star.awt::UnoControlModel with geometry information. */ class OCommonGeometryControlModel @@ -224,7 +224,7 @@ namespace com { namespace sun { namespace star { /** instantiate the model @param _rxAgg - the instance to aggregate. Must support the <type scope="com.sun.star.awt">UnoControlModel</type> + the instance to aggregate. Must support the com.sun.star.awt::UnoControlModel (this is not checked here) */ OCommonGeometryControlModel( |