summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-07-20 09:01:45 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-07-20 09:01:45 +0000
commit90b7e6c1bb77e913068a65bc598b94ce82cfebf9 (patch)
treea791c4feeb579358a1639f3ce7b0ce16d37af344 /sw/inc
parentc21b8d066c34ea8e87c49e8c5bfc507136fc7f02 (diff)
#89999# remove unused methods - use the static methods in the new SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/editsh.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 32bae9c54d6d..41f6cf0d0936 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: editsh.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: os $ $Date: 2001-07-09 09:03:30 $
+ * last change: $Author: mtg $ $Date: 2001-07-20 10:01:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -357,12 +357,6 @@ public:
// erfrage ob die Absatz-/Zeichen-/Rahmen-/Seiten - Vorlage benutzt wird
BOOL IsUsed( const SwModify& ) const;
BOOL IsUsed( const SwNumRule& ) const;
- // ist der Name ein Pool-Vorlagen-Name, returne seine ID,
- // sonst USHRT_MAX
- USHORT GetPoolId( const String& rName, SwGetPoolIdFromName eFlag ) const;
-
- const SvStringsDtor& GetChrFmtNmArray() const;
- const SvStringsDtor& GetHTMLChrFmtNmArray() const;
// returne das geforderte automatische Format
SwFrmFmt* GetFrmFmtFromPool( USHORT nId )