summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:16:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:16:20 +0000
commitb0dfccda07bdd62768ea0fc4e658a1729602f445 (patch)
treeaf54633ef1053c6597a6e53f11733a7fb3d45619 /dbaccess
parentINTEGRATION: CWS warnings01 (1.33.74); FILE MERGED (diff)
downloadcore-b0dfccda07bdd62768ea0fc4e658a1729602f445.tar.gz
core-b0dfccda07bdd62768ea0fc4e658a1729602f445.zip
INTEGRATION: CWS warnings01 (1.11.50); FILE MERGED
2006/03/24 15:36:18 fs 1.11.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/brwview.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/brwview.hxx b/dbaccess/source/ui/inc/brwview.hxx
index 42f00af2608d..7720ba52f379 100644
--- a/dbaccess/source/ui/inc/brwview.hxx
+++ b/dbaccess/source/ui/inc/brwview.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: brwview.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:44:41 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:16:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -117,6 +117,9 @@ namespace dbaui
virtual void GetFocus();
virtual void resizeDocumentView(Rectangle& rRect);
virtual void _disposing( const ::com::sun::star::lang::EventObject& _rSource );
+
+ private:
+ using ODataView::Construct;
};
class BrowserViewStatusDisplay