summaryrefslogtreecommitdiff
path: root/shell/source/win32/ooofilereader/contentreader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/ooofilereader/contentreader.cxx')
-rw-r--r--shell/source/win32/ooofilereader/contentreader.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/shell/source/win32/ooofilereader/contentreader.cxx b/shell/source/win32/ooofilereader/contentreader.cxx
index 8190f66d4fe3..7f4ecd717243 100644
--- a/shell/source/win32/ooofilereader/contentreader.cxx
+++ b/shell/source/win32/ooofilereader/contentreader.cxx
@@ -167,9 +167,9 @@ LocaleSet_t const & CContentReader::getLocale( const StyleName_t Style )
/*********************** event handler functions ***********************/
-//------------------------------
+
// start_element occurs when a tag is start
-//------------------------------
+
void CContentReader::start_element(
const std::wstring& /*raw_name*/,
@@ -184,9 +184,9 @@ void CContentReader::start_element(
}
-//------------------------------
+
// end_element occurs when a tag is closed
-//------------------------------
+
void CContentReader::end_element(const std::wstring& /*raw_name*/, const std::wstring& local_name)
{
@@ -213,9 +213,9 @@ void CContentReader::end_element(const std::wstring& /*raw_name*/, const std::ws
}
-//------------------------------
+
// characters occurs when receiving characters
-//------------------------------
+
void CContentReader::characters( const std::wstring& character )
{