summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlbrshi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmlbrshi.hxx')
-rw-r--r--sw/source/filter/xml/xmlbrshi.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/filter/xml/xmlbrshi.hxx b/sw/source/filter/xml/xmlbrshi.hxx
index fb0f54f21bf3..af1ec4b2ddc4 100644
--- a/sw/source/filter/xml/xmlbrshi.hxx
+++ b/sw/source/filter/xml/xmlbrshi.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,8 +42,8 @@ class SwXMLBrushItemImportContext : public SvXMLImportContext
{
private:
::com::sun::star::uno::Reference < ::com::sun::star::io::XOutputStream > xBase64Stream;
- SvxBrushItem *pItem;
-
+ SvxBrushItem *pItem;
+
void ProcessAttrs(
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList,
@@ -59,7 +59,7 @@ public:
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList,
const SvXMLUnitConverter& rUnitConv,
- const SvxBrushItem& rItem );
+ const SvxBrushItem& rItem );
SwXMLBrushItemImportContext(
SvXMLImport& rImport,
@@ -68,7 +68,7 @@ public:
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList,
const SvXMLUnitConverter& rUnitConv,
- sal_uInt16 nWhich );
+ sal_uInt16 nWhich );
virtual ~SwXMLBrushItemImportContext();
@@ -83,6 +83,6 @@ public:
};
-#endif // _XMLBRSHI_HXX
+#endif // _XMLBRSHI_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */