summaryrefslogtreecommitdiff
path: root/sw/inc/tox.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-25 07:57:55 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-25 07:57:55 +0000
commit262c914c2a0df7d9792ccb6c783b1b3b53293e5b (patch)
treef29388d203e530d06950a4fffbdb301221cd0126 /sw/inc/tox.hxx
parent0abcf664b07945bbdb8019cd1df1501341dda043 (diff)
INTEGRATION: CWS os94 (1.16.266); FILE MERGED
2007/03/12 08:07:33 os 1.16.266.1: #i75235# unused methods removed
Diffstat (limited to 'sw/inc/tox.hxx')
-rw-r--r--sw/inc/tox.hxx16
1 files changed, 2 insertions, 14 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx
index 12cae5fa68..01a9578e22 100644
--- a/sw/inc/tox.hxx
+++ b/sw/inc/tox.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tox.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 15:35:22 $
+ * last change: $Author: rt $ $Date: 2007-04-25 08:57:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -380,11 +380,6 @@ public:
void SetPattern(USHORT nLevel, const String& rStr);
const SwFormTokens& GetPattern(USHORT nLevel) const;
- //convert pattern string from old to new format or vice versa
- // #i21237#
- static String ConvertPatternTo51(const SwFormTokens& rSource);
- static String ConvertPatternFrom51(const String& rSource, TOXTypes eType);
-
// fill tab stop positions from template to pattern
// #i21237#
void AdjustTabStops(SwDoc& rDoc,
@@ -393,11 +388,6 @@ public:
inline USHORT GetTOXType() const;
inline USHORT GetFormMax() const;
- USHORT GetFirstTabPos() const ; //{ return nFirstTabPos; }
- void SetFirstTabPos( USHORT n ); //{ nFirstTabPos = n; }
-
- BOOL IsFirstTabPosFlag() const ; //{ return bHasFirstTabPos; }
-
BOOL IsRelTabPos() const { return bIsRelTabPos; }
void SetRelTabPos( BOOL b ) { bIsRelTabPos = b; }
@@ -589,8 +579,6 @@ public:
const SfxItemSet* GetAttrSet() const;
void SetAttrSet( const SfxItemSet& );
- static const String& GetTOXName(TOXTypes eType); // toxmgr.cxx
-
LanguageType GetLanguage() const {return eLanguage;}
void SetLanguage(LanguageType nLang) {eLanguage = nLang;}