diff options
author | Ocke Janssen [oj] <Ocke.Janssen@sun.com> | 2009-12-10 07:40:02 +0100 |
---|---|---|
committer | Ocke Janssen [oj] <Ocke.Janssen@sun.com> | 2009-12-10 07:40:02 +0100 |
commit | c66201b66deeb77d630a583557c41f8b9b7381bd (patch) | |
tree | f6d4ea37528b604ce61e312490fc1f3498cd0c1a /dbaccess/source/ui/inc | |
parent | c3e481a39ddd7de472cdb2ffdf0b44b3746d4240 (diff) | |
parent | f17e58864db1476a09cc5156e85f745a9286da63 (diff) |
dba33d: merge with DEV300_m67
Diffstat (limited to 'dbaccess/source/ui/inc')
-rw-r--r-- | dbaccess/source/ui/inc/databaseobjectview.hxx | 12 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/dbadmin.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/directsql.hxx | 3 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/dsmeta.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/opendoccontrols.hxx | 2 |
5 files changed, 0 insertions, 21 deletions
diff --git a/dbaccess/source/ui/inc/databaseobjectview.hxx b/dbaccess/source/ui/inc/databaseobjectview.hxx index ed6e9a37ec55..07c77e388196 100644 --- a/dbaccess/source/ui/inc/databaseobjectview.hxx +++ b/dbaccess/source/ui/inc/databaseobjectview.hxx @@ -280,18 +280,6 @@ namespace dbaui const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxParentFrame ); }; - //====================================================================== - //= ReportDesigner - //====================================================================== - class ReportDesigner : public DatabaseObjectView - { - public: - ReportDesigner( - const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB, - const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::application::XDatabaseDocumentUI >& _rxApplication, - const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxParentFrame - ); - }; // ......................................................................... } // namespace dbaui // ......................................................................... diff --git a/dbaccess/source/ui/inc/dbadmin.hxx b/dbaccess/source/ui/inc/dbadmin.hxx index 5c002747a1cc..86e8ef63352c 100644 --- a/dbaccess/source/ui/inc/dbadmin.hxx +++ b/dbaccess/source/ui/inc/dbadmin.hxx @@ -114,8 +114,6 @@ public: protected: // adds a new detail page and remove all the old ones void addDetailPage(USHORT _nPageId,USHORT _nTextId,CreateTabPage pCreateFunc); - // removes all detail pages - void removeDetailPages(); virtual void PageCreated(USHORT _nId, SfxTabPage& _rPage); virtual short Ok(); diff --git a/dbaccess/source/ui/inc/directsql.hxx b/dbaccess/source/ui/inc/directsql.hxx index a6574a26f1f9..89743f92f26e 100644 --- a/dbaccess/source/ui/inc/directsql.hxx +++ b/dbaccess/source/ui/inc/directsql.hxx @@ -108,9 +108,6 @@ namespace dbaui const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConn); ~DirectSQLDialog(); - /// add an history entry - void addHistoryEntry(const String& _rStatement); - /// number of history entries sal_Int32 getHistorySize() const; diff --git a/dbaccess/source/ui/inc/dsmeta.hxx b/dbaccess/source/ui/inc/dsmeta.hxx index 1052ec7c536c..78ba0db1272e 100644 --- a/dbaccess/source/ui/inc/dsmeta.hxx +++ b/dbaccess/source/ui/inc/dsmeta.hxx @@ -78,8 +78,6 @@ namespace dbaui const FeatureSet& getFeatureSet() const; /// determines whether or not the data source requires authentication - AuthenticationMode getAuthentication() const; - static AuthenticationMode getAuthentication( const ::rtl::OUString& _sURL ); private: diff --git a/dbaccess/source/ui/inc/opendoccontrols.hxx b/dbaccess/source/ui/inc/opendoccontrols.hxx index 4333b91db0a9..d363b9a91e48 100644 --- a/dbaccess/source/ui/inc/opendoccontrols.hxx +++ b/dbaccess/source/ui/inc/opendoccontrols.hxx @@ -61,7 +61,6 @@ namespace dbaui ::rtl::OUString m_sModule; public: - OpenDocumentButton( Window* _pParent, const sal_Char* _pAsciiModuleName, WinBits _nStyle = 0 ); OpenDocumentButton( Window* _pParent, const sal_Char* _pAsciiModuleName, const ResId& _rResId ); protected: @@ -81,7 +80,6 @@ namespace dbaui MapIndexToStringPair m_aURLs; public: - OpenDocumentListBox( Window* _pParent, const sal_Char* _pAsciiModuleName, WinBits _nStyle = WB_BORDER ); OpenDocumentListBox( Window* _pParent, const sal_Char* _pAsciiModuleName, const ResId& _rResId ); String GetSelectedDocumentURL() const; |