diff options
author | Oliver Specht <os@openoffice.org> | 2002-01-11 12:59:20 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-01-11 12:59:20 +0000 |
commit | 86938b77a355401517394ff3c30c04cb56a94dd0 (patch) | |
tree | 779079564c691ac7d83fb44e023f2ce93b1760af /sw/inc/reffld.hxx | |
parent | 02a9dd68f16eedb4778ca1734c5a60f7bca57991 (diff) |
#96391# translate references to sequence fields between UI and programmatic name
Diffstat (limited to 'sw/inc/reffld.hxx')
-rw-r--r-- | sw/inc/reffld.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/reffld.hxx b/sw/inc/reffld.hxx index d7ecb32dae15..e970c729be24 100644 --- a/sw/inc/reffld.hxx +++ b/sw/inc/reffld.hxx @@ -2,9 +2,9 @@ * * $RCSfile: reffld.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jp $ $Date: 2001-10-24 18:43:03 $ + * last change: $Author: os $ $Date: 2002-01-11 13:59:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -155,6 +155,8 @@ public: virtual String GetPar2() const; virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMId ) const; virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMId ); + + void ConvertProgrammaticToUIName(); }; |