summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-07-12 12:15:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-07-12 12:15:31 +0000
commit3617983a88c7c63a99350cc3b6e093cca1dcff1e (patch)
tree4f604e95bc03ac7d04bc73bb11b7739324cbd8d5 /sw/source/filter/xml
parent78572ee750ae0e0ff870ea5953657ea0e5bfa281 (diff)
#65293#: syntax
Diffstat (limited to 'sw/source/filter/xml')
-rw-r--r--sw/source/filter/xml/xmlimp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmlimp.cxx b/sw/source/filter/xml/xmlimp.cxx
index bae7488e972b..65d62c8cc846 100644
--- a/sw/source/filter/xml/xmlimp.cxx
+++ b/sw/source/filter/xml/xmlimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlimp.cxx,v $
*
- * $Revision: 1.47 $
+ * $Revision: 1.48 $
*
- * last change: $Author: dvo $ $Date: 2001-07-04 15:10:17 $
+ * last change: $Author: hr $ $Date: 2001-07-12 13:15:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -739,7 +739,7 @@ SvTextShapeImportHelper::~SvTextShapeImportHelper()
{
rFormImport->endPage();
- if (xPage.is)
+ if (xPage.is())
{
Reference<XShapes> xShapes( xPage, UNO_QUERY );
XMLShapeImportHelper::endPage(xShapes);