summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-18 11:41:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-18 11:45:40 +0100
commit8d09f10cbb53d513651e3b087071586ed8d89074 (patch)
treee0cd410c585b6cec3fbb1aa09feae1fb0cae9fe0 /dbaccess/source
parentd0b1f66aa76f1f74fcb6327776daed450530bef4 (diff)
unused ids
Change-Id: Ifba0092edf5839646be9745f8e9da680946db97a
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/inc/browserids.hxx2
-rw-r--r--dbaccess/source/ui/querydesign/querycontroller.cxx8
2 files changed, 0 insertions, 10 deletions
diff --git a/dbaccess/source/ui/inc/browserids.hxx b/dbaccess/source/ui/inc/browserids.hxx
index fbb74328d3f5..5ce766602db5 100644
--- a/dbaccess/source/ui/inc/browserids.hxx
+++ b/dbaccess/source/ui/inc/browserids.hxx
@@ -96,8 +96,6 @@
#define ID_BROWSER_ESCAPEPROCESSING SID_FM_NATIVESQL
#define ID_BROWSER_INSERT_ROW (SID_SBA_START + 46) // insert row
-#define ID_QUERY_ZOOM_IN SID_ZOOM_IN
-#define ID_QUERY_ZOOM_OUT SID_ZOOM_OUT
#endif // INCLUDED_DBACCESS_SOURCE_UI_INC_BROWSERIDS_HXX
diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx
index 09ef0e0cd672..85390cc372b0 100644
--- a/dbaccess/source/ui/querydesign/querycontroller.cxx
+++ b/dbaccess/source/ui/querydesign/querycontroller.cxx
@@ -717,14 +717,6 @@ void OQueryController::Execute(sal_uInt16 _nId, const Sequence< PropertyValue >&
{
}
break;
- case ID_QUERY_ZOOM_IN:
- {
- }
- break;
- case ID_QUERY_ZOOM_OUT:
- {
- }
- break;
#if OSL_DEBUG_LEVEL > 0
case ID_EDIT_QUERY_DESIGN:
case ID_EDIT_QUERY_SQL: