summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
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: