diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:44:31 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:44:31 +0000 |
commit | f95f0b6e6091e43393c5c681d9f465d1e1ba9c15 (patch) | |
tree | 97a88d898e5299899bc893e794ff5044c15af066 /dbaccess/source | |
parent | e85a2b52b9bed596a79b9de5dd3a727a6536db99 (diff) |
INTEGRATION: CWS warnings01 (1.7.28); FILE MERGED
2006/05/23 23:44:43 sb 1.7.28.3: RESYNC: (1.9-1.10); FILE MERGED
2006/04/07 20:47:09 sb 1.7.28.2: RESYNC: (1.7-1.9); FILE MERGED
2006/03/24 15:35:52 fs 1.7.28.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/core/dataaccess/databasedocument.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/dataaccess/databasedocument.hxx b/dbaccess/source/core/dataaccess/databasedocument.hxx index 4b6666ec61be..33f1d66a3c94 100644 --- a/dbaccess/source/core/dataaccess/databasedocument.hxx +++ b/dbaccess/source/core/dataaccess/databasedocument.hxx @@ -4,9 +4,9 @@ * * $RCSfile: databasedocument.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2006-04-19 13:18:53 $ + * last change: $Author: hr $ $Date: 2006-06-20 02:44:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -217,7 +217,7 @@ protected: public: struct FactoryAccess { friend class ODatabaseModelImpl; private: FactoryAccess() { } }; - static ODatabaseDocument* createDatabaseDocument( const ::rtl::Reference<ODatabaseModelImpl>& _pImpl, FactoryAccess accessControl ) + static ODatabaseDocument* createDatabaseDocument( const ::rtl::Reference<ODatabaseModelImpl>& _pImpl, FactoryAccess /*accessControl*/ ) { return new ODatabaseDocument( _pImpl ); } |