diff options
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 - - |