summaryrefslogtreecommitdiff
path: root/svx/source/inc/xmlxtimp.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-02-27 13:18:58 +0000
committerChristian Lippka <cl@openoffice.org>2001-02-27 13:18:58 +0000
commit1c61feb4ee3a5be26f1928426cadc3a4ade24e27 (patch)
treecc2630359a864764108f7413722b4e8584122b6f /svx/source/inc/xmlxtimp.hxx
parenta0d8e6981dc45d22bc5c23a03543d406c48c9685 (diff)
fixed compile problems under solaris
Diffstat (limited to 'svx/source/inc/xmlxtimp.hxx')
-rw-r--r--svx/source/inc/xmlxtimp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/xmlxtimp.hxx b/svx/source/inc/xmlxtimp.hxx
index 89180ff6b5ee..b0fb0a77985a 100644
--- a/svx/source/inc/xmlxtimp.hxx
+++ b/svx/source/inc/xmlxtimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlxtimp.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cl $ $Date: 2001-02-23 21:26:48 $
+ * last change: $Author: cl $ $Date: 2001-02-27 14:18:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,7 @@ protected:
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
private:
- const ::com::sun::star::uno::Reference<::com::sun::star::container::XNameContainer > & mrTable;
+ const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > & mrTable;
};
#endif