summaryrefslogtreecommitdiff
path: root/oox/inc/oox/xls/pagesettings.hxx
diff options
context:
space:
mode:
authorDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-10-19 19:41:33 +0200
committerDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-10-19 19:41:33 +0200
commit873aef4d5a92da475f84d72a0004d2a815abaf7a (patch)
tree7a90c4461e41894e96455699deae438d0d12acc8 /oox/inc/oox/xls/pagesettings.hxx
parent941d7bf0af850298d0c281f122176e6c3bc69be5 (diff)
dr77: oox: improve consistency of class/struct names and constant names, improvements for web queries
Diffstat (limited to 'oox/inc/oox/xls/pagesettings.hxx')
-rw-r--r--oox/inc/oox/xls/pagesettings.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/oox/inc/oox/xls/pagesettings.hxx b/oox/inc/oox/xls/pagesettings.hxx
index eb163daf94c8..cbb92aa01244 100644
--- a/oox/inc/oox/xls/pagesettings.hxx
+++ b/oox/inc/oox/xls/pagesettings.hxx
@@ -83,8 +83,8 @@ struct PageSettingsModel
explicit PageSettingsModel();
- /** Sets the OOBIN or BIFF print errors mode. */
- void setBinPrintErrors( sal_uInt8 nPrintErrors );
+ /** Sets the BIFF print errors mode. */
+ void setBiffPrintErrors( sal_uInt8 nPrintErrors );
};
// ============================================================================
@@ -217,4 +217,3 @@ private:
} // namespace oox
#endif
-