diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-07-19 15:19:24 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-07-19 15:19:24 +0000 |
commit | f1deb8586ec2ce40df1edd0a859b1c3d143d631f (patch) | |
tree | a58db3eb03960d8fbe14ce70e3811a0e8ba32ab9 /sw/inc/unomap.hxx | |
parent | 9d8a05b35c33cb97a2cfe07565c3668cb97606d7 (diff) |
#89999# remove now unused struct...instead use the static methods in the SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion
Diffstat (limited to 'sw/inc/unomap.hxx')
-rw-r--r-- | sw/inc/unomap.hxx | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/sw/inc/unomap.hxx b/sw/inc/unomap.hxx index 4bf763137e34..ba2e01e4b74e 100644 --- a/sw/inc/unomap.hxx +++ b/sw/inc/unomap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unomap.hxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: jp $ $Date: 2001-06-13 10:46:14 $ + * last change: $Author: mtg $ $Date: 2001-07-19 16:19:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -392,14 +392,4 @@ public: }; extern SwUnoPropertyMapProvider aSwMapProvider; - -// conversion of ui and programmatic names in styles and sequence fields -struct Programmatic2UIName_Impl -{ - String sProgrammaticName; - String sUIName; -}; - #endif - - |