Kaydet (Commit) dfefb7a2 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED

2005/11/16 12:59:24 fs 1.8.30.1: #i57457# warning free code
üst efaa697a
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: BUser.hxx,v $ * $RCSfile: BUser.hxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 06:47:04 $ * last change: $Author: hr $ $Date: 2006-06-20 01:59:44 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -53,7 +53,7 @@ namespace connectivity ...@@ -53,7 +53,7 @@ namespace connectivity
::rtl::OUString getPrivilegeString(sal_Int32 nRights) const; ::rtl::OUString getPrivilegeString(sal_Int32 nRights) const;
// return the privileges and additional the grant rights // return the privileges and additional the grant rights
void findPrivilegesAndGrantPrivileges(const ::rtl::OUString& objName, sal_Int32 objType,sal_Int32& nRights,sal_Int32& nRightsWithGrant) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); void getAnyTablePrivileges(const ::rtl::OUString& objName, sal_Int32& nRights,sal_Int32& nRightsWithGrant) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
public: public:
virtual void refreshGroups(); virtual void refreshGroups();
public: public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment