summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlTable.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlTable.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/reportdesign/source/filter/xml/xmlTable.hxx b/reportdesign/source/filter/xml/xmlTable.hxx
index 4b6bbd2f429b..29105d9b3cd2 100644
--- a/reportdesign/source/filter/xml/xmlTable.hxx
+++ b/reportdesign/source/filter/xml/xmlTable.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
@@ -51,14 +51,14 @@ namespace rptxml
::std::vector< ::std::vector<TCell> > m_aGrid;
::std::vector<sal_Int32> m_aHeight;
::std::vector<sal_Int32> m_aWidth;
- ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > m_xSection;
- ::rtl::OUString m_sStyleName;
+ ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > m_xSection;
+ ::rtl::OUString m_sStyleName;
sal_Int32 m_nColSpan;
sal_Int32 m_nRowSpan;
sal_Int32 m_nRowIndex;
sal_Int32 m_nColumnIndex;
ORptFilter& GetOwnImport();
-
+
OXMLTable(const OXMLTable&);
void operator =(const OXMLTable&);
public:
@@ -85,7 +85,7 @@ namespace rptxml
void incrementRowIndex();
inline void incrementColumnIndex() { ++m_nColumnIndex; }
-
+
inline sal_Int32 getRowIndex() const { return m_nRowIndex; }
inline sal_Int32 getColumnIndex() const { return m_nColumnIndex; }