diff options
author | Robert Roth <robert.roth.off@gmail.com> | 2010-11-01 03:48:31 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-11-01 21:04:41 +0000 |
commit | db8ad987be169af5b394cc0c8bbfed8745b3a330 (patch) | |
tree | 75f2092478238470cb7d5750cad9649cf64a01b3 /sw/inc/fldbas.hxx | |
parent | 43a36b36986dd2112fc90340e7a8a11ea5369def (diff) |
Bogus comments, commented lines removed, some german comments translated.
Diffstat (limited to 'sw/inc/fldbas.hxx')
-rw-r--r-- | sw/inc/fldbas.hxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx index 882555a00dad..d755a13b672f 100644 --- a/sw/inc/fldbas.hxx +++ b/sw/inc/fldbas.hxx @@ -248,8 +248,6 @@ extern USHORT __FAR_DATA aTypeTab[]; String GetResult(double nVal, sal_uInt32 nNumFmt, USHORT nLang = LANGUAGE_SYSTEM); void SetErrorStr(const String& rStr); -//String ExpandDate(const Date& rDate, ULONG nFmt, USHORT nLang); -//String ExpandTime(const Time& rTime, ULONG nFmt, USHORT nLang); String FormatNumber(USHORT nNum, sal_uInt32 nFormat); /*-------------------------------------------------------------------- @@ -307,7 +305,7 @@ inline void SwFieldType::UpdateFlds() const class SW_DLLPUBLIC SwField { private: - mutable String m_Cache; /// #i85766# cached expansion (for clipboard) + mutable String m_Cache; // cached expansion (for clipboard) USHORT nLang; // Immer ueber SetLanguage aendern! BOOL bIsAutomaticLanguage; sal_uInt32 nFormat; @@ -421,7 +419,6 @@ public: class SW_DLLPUBLIC SwValueField : public SwField { double fValue; -// String sExpand; protected: SwValueField( SwValueFieldType* pFldType, sal_uInt32 nFmt = 0, USHORT nLang = LANGUAGE_SYSTEM, const double fVal = 0.0 ); @@ -432,8 +429,6 @@ public: virtual SwFieldType* ChgTyp( SwFieldType* ); virtual void SetLanguage(USHORT nLng); -// os: wozu war das denn da? -// virtual void ChangeFormat(ULONG n); inline SwDoc* GetDoc() const { return ((SwValueFieldType*)GetTyp())->GetDoc(); } |