summaryrefslogtreecommitdiff
path: root/sw/inc/unofield.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-07-19 15:19:00 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-07-19 15:19:00 +0000
commit9d8a05b35c33cb97a2cfe07565c3668cb97606d7 (patch)
tree0b5e15004c813690c7e572e71ff17240fa64996f /sw/inc/unofield.hxx
parent5ad9ce2c10afdfddaa7601651c0b93da63862ba8 (diff)
#89999# remove old method calls...instead use the static methods in the SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion
Diffstat (limited to 'sw/inc/unofield.hxx')
-rw-r--r--sw/inc/unofield.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/unofield.hxx b/sw/inc/unofield.hxx
index b791717a4520..2e5841b66562 100644
--- a/sw/inc/unofield.hxx
+++ b/sw/inc/unofield.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unofield.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mtg $ $Date: 2001-04-03 14:40:09 $
+ * last change: $Author: mtg $ $Date: 2001-07-19 16:19:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -148,8 +148,6 @@ public:
virtual void Modify( SfxPoolItem *pOld, SfxPoolItem *pNew);
static rtl::OUString GetProgrammaticName(const SwFieldType& rType, SwDoc& rDoc);
- static rtl::OUString GetSetExpProgrammaticName(const rtl::OUString& rName);
- static rtl::OUString GetSetExpUIName(const rtl::OUString& rName);
static rtl::OUString LocalizeFormula(const SwSetExpField& rFld, const rtl::OUString& rFormula, sal_Bool bQuery);
SwFieldType* GetFldType(sal_Bool bDontCreate = sal_False) const;