summaryrefslogtreecommitdiff
path: root/svtools/source/edit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-30 14:24:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-30 14:51:47 +0100
commitab29ad8cd537cd77d4124801b714c75062e1e5dd (patch)
tree75ddc4dae9b4422bd77652d6c55655fb111dde5a /svtools/source/edit
parent471e5c1ed19afde8a92a91bfc1ccc71a2506cc01 (diff)
set some initial sizes for the direct sql dialog textedits
and we can use existing GtkTextView<->VclMultiLineEdit mapping rather than the svtools MultiLineEdit Change-Id: I6d20a9ba8731dda1ec9579fc2877b817fea0632f
Diffstat (limited to 'svtools/source/edit')
-rw-r--r--svtools/source/edit/svmedit.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svtools/source/edit/svmedit.cxx b/svtools/source/edit/svmedit.cxx
index 224a967f299e..6a7c977c234c 100644
--- a/svtools/source/edit/svmedit.cxx
+++ b/svtools/source/edit/svmedit.cxx
@@ -20,7 +20,6 @@
#include "unoiface.hxx"
-#include <vcl/builder.hxx>
#include <svtools/textwindowpeer.hxx>
@@ -34,11 +33,6 @@ MultiLineEdit::MultiLineEdit( Window* pParent, const ResId& rResId )
{
}
-extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeMultiLineEdit(Window *pParent, VclBuilder::stringmap &)
-{
- return new MultiLineEdit(pParent);
-}
-
// virtual
css::uno::Reference< css::awt::XWindowPeer >
MultiLineEdit::GetComponentInterface(sal_Bool bCreate)