diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-02 16:10:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-02 22:40:57 +0100 |
commit | d4e3b48ee4c32bdb4e6cc37fb618cf818e152c31 (patch) | |
tree | 7da9dad4a02ba5559e0b3fefa0a292ba7736ff22 /dbaccess | |
parent | c1e8e5cf19a64dec11d6b0a5cd34256e4b86c4ad (diff) |
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.cxx | 4 |
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: */ |