summaryrefslogtreecommitdiff
path: root/udm/inc
diff options
context:
space:
mode:
Diffstat (limited to 'udm/inc')
-rw-r--r--udm/inc/udm/html/htmlitem.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/udm/inc/udm/html/htmlitem.hxx b/udm/inc/udm/html/htmlitem.hxx
index e2335a2d2ee8..ac5df62f0085 100644
--- a/udm/inc/udm/html/htmlitem.hxx
+++ b/udm/inc/udm/html/htmlitem.hxx
@@ -61,19 +61,6 @@ class HorizontalLine : public xml::XmlCode
: xml::XmlCode("<hr>\n") {}
};
-/** <IMG .... >
-*/
-class Image : public csi::xml::AnEmptyElement
-{
- public:
- Image(
- const ::csv::String & i_sSrc,
- const ::csv::String & i_sWidth,
- const ::csv::String & i_sHeight,
- const ::csv::String & i_sAlign,
- const ::csv::String & i_sBorder );
-};
-
/** <A name="">
*/
class Label : public csi::xml::AnElement