summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-03-02 16:10:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-03-02 22:40:57 +0100
commitd4e3b48ee4c32bdb4e6cc37fb618cf818e152c31 (patch)
tree7da9dad4a02ba5559e0b3fefa0a292ba7736ff22 /dbaccess
parentdrop newly unused OSQLNameComboBox (diff)
downloadcore-d4e3b48ee4c32bdb4e6cc37fb618cf818e152c31.tar.gz
core-d4e3b48ee4c32bdb4e6cc37fb618cf818e152c31.zip
OSQLNameEdit not needed as a buildable anymore
Change-Id: I5a70db03ce8846ab56535b3f044d4519c4eeb4b1 Reviewed-on: https://gerrit.libreoffice.org/68626 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/control/SqlNameEdit.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/dbaccess/source/ui/control/SqlNameEdit.cxx b/dbaccess/source/ui/control/SqlNameEdit.cxx
index 60d470569149..a3f7c3e1371d 100644
--- a/dbaccess/source/ui/control/SqlNameEdit.cxx
+++ b/dbaccess/source/ui/control/SqlNameEdit.cxx
@@ -67,8 +67,4 @@ namespace dbaui
}
}
-using namespace dbaui;
-
-VCL_BUILDER_FACTORY(OSQLNameEdit)
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */