diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2011-05-31 00:14:23 +0700 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-05-30 19:09:24 +0100 |
commit | 6630b196941390019b2f015e94c0ce63dd0983f6 (patch) | |
tree | 10a975b4135e29d5aaf3011de3e7776b85b27c61 /oox/inc | |
parent | 5e5181c1e57c4a6aaa25b57bea2f1c095b0f0745 (diff) |
Code Cleanup in filters
* Fix typos in comments
* Remove bogus comments
* Remove dead codes
Released under LGPLv3+/MPL
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/xls/scenariobuffer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/xls/scenariobuffer.hxx b/oox/inc/oox/xls/scenariobuffer.hxx index e9e987db9d31..e484e418473d 100644 --- a/oox/inc/oox/xls/scenariobuffer.hxx +++ b/oox/inc/oox/xls/scenariobuffer.hxx @@ -140,7 +140,7 @@ public: /** Creates and returns a scenario collection for the passed sheet. */ SheetScenarios& createSheetScenarios( sal_Int16 nSheet ); - /** Creates all scenarios in the Calc dcument. */ + /** Creates all scenarios in the Calc document. */ void finalizeImport(); private: |