diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 02:17:44 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 03:14:00 +0100 |
commit | 405caad685edd0ba914789bda01b5dc9b3030773 (patch) | |
tree | e5a16d9474717f67cfd029e1ed7b9ecdb0e738ab /dbaccess/source/ui/browser/brwctrlr.cxx | |
parent | 800376357fd1fc0594ba3dc5e0579fd163a3039a (diff) |
loplugin: unused variables
Change-Id: I46a748bf2c54d15c0f5718901197f3b4c34b82bf
Diffstat (limited to 'dbaccess/source/ui/browser/brwctrlr.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/brwctrlr.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx index 0fbfdeb4d8ac..fc2ffc8fee75 100644 --- a/dbaccess/source/ui/browser/brwctrlr.cxx +++ b/dbaccess/source/ui/browser/brwctrlr.cxx @@ -1926,7 +1926,6 @@ void SbaXDataBrowserController::ExecuteFilterSortCrit(sal_Bool bFilter) if(bFilter) { DlgFilterCrit aDlg( getBrowserView(), getORB(), xCon, xParser, xSup->getColumns() ); - String aFilter; if ( !aDlg.Execute() ) return; // if so we don't need to update the grid aDlg.BuildWherePart(); @@ -1934,7 +1933,6 @@ void SbaXDataBrowserController::ExecuteFilterSortCrit(sal_Bool bFilter) else { DlgOrderCrit aDlg( getBrowserView(),xCon,xParser,xSup->getColumns() ); - String aOrder; if(!aDlg.Execute()) { return; // if so we don't need to actualize the grid |