summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/foptmgr.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:03:27 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:03:27 +0000
commit1ded8d4820e2bf41ecfeae61c22f3ccb7fde77f4 (patch)
tree169f1ad6d8d9dd16f5e4013f26e222f0ec5e3dbf /sc/source/ui/dbgui/foptmgr.cxx
parenta89ac395320dba2183c3e4956e7cca4d24b6780b (diff)
INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED
2006/12/12 17:03:09 nn 1.5.110.1: #i69284# warning-free: ui, unxlngi6
Diffstat (limited to 'sc/source/ui/dbgui/foptmgr.cxx')
-rw-r--r--sc/source/ui/dbgui/foptmgr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/dbgui/foptmgr.cxx b/sc/source/ui/dbgui/foptmgr.cxx
index 7d246d66740a..cafd93500509 100644
--- a/sc/source/ui/dbgui/foptmgr.cxx
+++ b/sc/source/ui/dbgui/foptmgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: foptmgr.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 13:24:31 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:03:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,7 +80,6 @@ ScFilterOptionsMgr::ScFilterOptionsMgr(
: pDlg ( ptrDlg ),
pViewData ( ptrViewData ),
pDoc ( ptrViewData ? ptrViewData->GetDocument() : NULL ),
- rQueryData ( refQueryData ),
rBtnMore ( refBtnMore ),
rBtnCase ( refBtnCase ),
rBtnRegExp ( refBtnRegExp ),
@@ -95,7 +94,8 @@ ScFilterOptionsMgr::ScFilterOptionsMgr(
rFtDbArea ( refFtDbArea ),
rFlOptions ( refFlOptions ),
rStrNoName ( refStrNoName ),
- rStrUndefined ( refStrUndefined )
+ rStrUndefined ( refStrUndefined ),
+ rQueryData ( refQueryData )
{
Init();
}