diff options
author | Chris Laplante <mostthingsweb@gmail.com> | 2014-04-21 19:28:47 -0400 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-24 04:39:51 +0000 |
commit | ba39f1bf9b29f58b7593f01d552a4f1a42a637cb (patch) | |
tree | ab251de2ca0dbb92ab843bfa73c674adebb0ebf5 /sw/inc/shellio.hxx | |
parent | bff954c0c4e5f9acf18bfd9ae796bc5a937b7ff6 (diff) |
Finish cleaning up ASCII art in the sw module
Change-Id: If4f11093b791902514dee8e216c92f66b075211d
Reviewed-on: https://gerrit.libreoffice.org/9117
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sw/inc/shellio.hxx')
-rw-r--r-- | sw/inc/shellio.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index 0f2ff1988704..cf7449ed429a 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -94,7 +94,6 @@ public: SwAsciiOptions() { Reset(); } }; -/**************** SwReader/Reader ************************/ // Base class of possible options for a special reader. class Reader; // Calls reader with its options, document, cursor etc. @@ -184,8 +183,6 @@ protected: void SetBaseURL( const OUString& rURL ) { sBaseURL = rURL; } }; -/**************** Special Readers ************************/ - // Special Readers can be both!! (Excel, W4W, .. ). #define SW_STREAM_READER 1 #define SW_STORAGE_READER 2 |