[ooo-build-commit] .: patches/dev300
Muthu Subramanian
sumuthu at kemper.freedesktop.org
Fri Aug 20 04:53:51 PDT 2010
patches/dev300/oox-sc-notes.diff | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c1cd40386926cddede69d022015a8f8d7b31f441
Author: Muthu Subramanian K <sumuthu at novell.com>
Date: Fri Aug 20 17:21:19 2010 +0530
Implemented review comments.
* patches/dev300/oox-sc-notes.diff: rename xTextRan to xTextRange
diff --git a/patches/dev300/oox-sc-notes.diff b/patches/dev300/oox-sc-notes.diff
index 76a0c45..3c26a43 100644
--- a/patches/dev300/oox-sc-notes.diff
+++ b/patches/dev300/oox-sc-notes.diff
@@ -66,8 +66,8 @@
Reference< XSheetAnnotationShapeSupplier > xAnnoShapeSupp( xAnno, UNO_QUERY_THROW );
Reference< XShape > xAnnoShape( xAnnoShapeSupp->getAnnotationShape(), UNO_SET_THROW );
+ Reference <XText> xText( xAnnoShape, UNO_QUERY_THROW );
-+ Reference <XTextRange> xTextRan( xText, UNO_QUERY_THROW );
-+ xTextRan->setString( OUString::createFromAscii("") ); // Clear contents
++ Reference <XTextRange> xTextRange( xText, UNO_QUERY_THROW );
++ xTextRange->setString( OUString::createFromAscii("") ); // Clear contents
+ maModel.mxText->convert( xText, -1 );
+
// convert shape formatting
More information about the ooo-build-commit
mailing list