summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-05-31 00:14:23 +0700
committerMichael Meeks <michael.meeks@novell.com>2011-05-30 19:09:24 +0100
commit6630b196941390019b2f015e94c0ce63dd0983f6 (patch)
tree10a975b4135e29d5aaf3011de3e7776b85b27c61 /oox
parent5e5181c1e57c4a6aaa25b57bea2f1c095b0f0745 (diff)
Code Cleanup in filters
* Fix typos in comments * Remove bogus comments * Remove dead codes Released under LGPLv3+/MPL
Diffstat (limited to 'oox')
-rw-r--r--oox/inc/oox/xls/scenariobuffer.hxx2
-rw-r--r--oox/source/xls/workbookhelper.cxx2
2 files changed, 2 insertions, 2 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:
diff --git a/oox/source/xls/workbookhelper.cxx b/oox/source/xls/workbookhelper.cxx
index bf93ef25608b..d5936d68e57f 100644
--- a/oox/source/xls/workbookhelper.cxx
+++ b/oox/source/xls/workbookhelper.cxx
@@ -253,7 +253,7 @@ private:
FilterType meFilterType; /// File type of the filter.
ProgressBarPtr mxProgressBar; /// The progress bar.
StorageRef mxVbaPrjStrg; /// Storage containing the VBA project.
- sal_Int16 mnCurrSheet; /// Current sheet index in Calc dcument.
+ sal_Int16 mnCurrSheet; /// Current sheet index in Calc document.
bool mbWorkbook; /// True = multi-sheet file.
// buffers