From 647e57e69f70c19c58b39ca658a79dd4f0c2ec68 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 12 Jan 2011 13:29:17 -0500 Subject: De-contaminated code base a bit. What's up with these useless comments anyway? Also, don't be lazy and replace all ScRef* with formula::Ref* *when* the classes get relocated, not after. --- sc/source/ui/inc/validate.hxx | 55 ++++++++++++------------------------------- 1 file changed, 15 insertions(+), 40 deletions(-) (limited to 'sc/source/ui/inc/validate.hxx') diff --git a/sc/source/ui/inc/validate.hxx b/sc/source/ui/inc/validate.hxx index 1f7e714bb6e0..050c54a00121 100644 --- a/sc/source/ui/inc/validate.hxx +++ b/sc/source/ui/inc/validate.hxx @@ -34,13 +34,11 @@ #include #include #include -//Added by PengYunQuan for Validity Cell Range Picker // ============================================================================ -//Added by PengYunQuan for Validity Cell Range Picker /** The "Validity" tab dialog. */ -//Modified by PengYunQuan for Validity Cell Range Picker { - //Added by PengYunQuan for Validity Cell Range Picker + public: - //Modified by PengYunQuan for Validity Cell Range Picker - //Added by PengYunQuan for Validity Cell Range Picker }; // ============================================================================ /** The tab page "Criteria" from the Validation dialog. */ -//Modified by PengYunQuan for Validity Cell Range Picker { public: explicit ScTPValidationValue( Window* pParent, const SfxItemSet& rArgSet ); @@ -223,16 +207,10 @@ private: FixedText maFtValue; ListBox maLbValue; FixedText maFtMin; - //Modified by PengYunQuan for Validity Cell Range Picker + formula::RefEdit maEdMin; MultiLineEdit maEdList; /// Entries for explicit list FixedText maFtMax; - //Modified by PengYunQuan for Validity Cell Range Picker + formula::RefEdit maEdMax; FixedText maFtHint; /// Hint text for cell range validity. String maStrMin; @@ -241,33 +219,31 @@ private: String maStrRange; String maStrList; sal_Unicode mcFmlaSep; /// List separator in formulas. - //Added by PengYunQuan for Validity Cell Range Picker }; @@ -333,7 +309,6 @@ public: virtual void Reset ( const SfxItemSet& rArgSet ); }; -//Added by PengYunQuan for Validity Cell Range Picker + #endif // SC_VALIDATE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit