summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/templwin.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-12 19:58:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-03-13 10:39:51 +0100
commitcbdc446e6f49ee0968f3c0765b3349f5e681018b (patch)
tree4c81b4539405f826591a55a1e1802892a4db376b /svtools/source/contnr/templwin.hxx
parent3f89190894b056639e9a323ebffe7a2e20ad4dc4 (diff)
Clean up ODocumentInfoPreview
Diffstat (limited to 'svtools/source/contnr/templwin.hxx')
-rw-r--r--svtools/source/contnr/templwin.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/svtools/source/contnr/templwin.hxx b/svtools/source/contnr/templwin.hxx
index 7e2c7506b48e..207efeb09139 100644
--- a/svtools/source/contnr/templwin.hxx
+++ b/svtools/source/contnr/templwin.hxx
@@ -176,16 +176,6 @@ public:
const String& GetString( long nId ) const;
};
-class SvtExtendedMultiLineEdit_Impl : public ExtMultiLineEdit
-{
-public:
- SvtExtendedMultiLineEdit_Impl( Window* pParent,WinBits _nBits );
- inline ~SvtExtendedMultiLineEdit_Impl() {}
-
- inline void Clear() { SetText( String() ); }
- void InsertEntry( const String& rTitle, const String& rValue );
-};
-
class SvtFrameWindow_Impl : public Window
{
private: