diff options
author | Christian Lippka <cl@openoffice.org> | 2000-11-02 09:56:21 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2000-11-02 09:56:21 +0000 |
commit | 52fbdb606df5a010ffd10c7e156df94baa7319e7 (patch) | |
tree | 25b700f1e8881e7a721acaf4036e6016e358295b /xmloff/source/draw/ximpshap.hxx | |
parent | 61c73306eb77c5e9c78474c21c77753e035af1b1 (diff) |
restore previous text cursor on text import inside shape
Diffstat (limited to 'xmloff/source/draw/ximpshap.hxx')
-rw-r--r-- | xmloff/source/draw/ximpshap.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx index c575e9a5ff55..69493753cba7 100644 --- a/xmloff/source/draw/ximpshap.hxx +++ b/xmloff/source/draw/ximpshap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ximpshap.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: cl $ $Date: 2000-10-26 09:59:25 $ + * last change: $Author: cl $ $Date: 2000-11-02 10:56:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,6 +96,7 @@ protected: com::sun::star::uno::Reference< com::sun::star::drawing::XShapes > mxShapes; com::sun::star::uno::Reference< com::sun::star::drawing::XShape > mxShape; com::sun::star::uno::Reference< com::sun::star::text::XTextCursor > mxCursor; + com::sun::star::uno::Reference< com::sun::star::text::XTextCursor > mxOldCursor; rtl::OUString maDrawStyleName; rtl::OUString maPresentationClass; sal_Int32 mnRotate; |