diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-02-13 12:43:42 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-02-13 12:43:42 +0000 |
commit | f731b09e967b0a5049e74298c55eb2ad544e323a (patch) | |
tree | 9439f838c9e440c33974705d00de5590548cf9f9 | |
parent | e317e3478c99f9aba17dbb8df8c1b19679628f1e (diff) |
text-area -> textarea
-rw-r--r-- | xmloff/source/forms/controlelement.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/xmloff/source/forms/controlelement.cxx b/xmloff/source/forms/controlelement.cxx index b474d65892eb..fbf715792176 100644 --- a/xmloff/source/forms/controlelement.cxx +++ b/xmloff/source/forms/controlelement.cxx @@ -2,9 +2,9 @@ * * $RCSfile: controlelement.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fs $ $Date: 2001-01-03 16:25:34 $ + * last change: $Author: fs $ $Date: 2001-02-13 13:43:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,7 @@ namespace xmloff switch (_eType) { case TEXT: return "text"; - case TEXT_AREA: return "text-area"; + case TEXT_AREA: return "textarea"; case PASSWORD: return "password"; case FILE: return "file"; case FORMATTED_TEXT: return "formatted-text"; @@ -104,6 +104,9 @@ namespace xmloff /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.2 2001/01/03 16:25:34 fs + * file format change (extra wrapper element for controls, similar to columns) + * * Revision 1.1 2000/12/06 17:29:46 fs * initial checkin - implementations for formlayer import/export - still under construction * |