diff options
Diffstat (limited to 'dbaccess/source/ui/uno/ColumnPeer.hxx')
-rw-r--r-- | dbaccess/source/ui/uno/ColumnPeer.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dbaccess/source/ui/uno/ColumnPeer.hxx b/dbaccess/source/ui/uno/ColumnPeer.hxx index 45e78ec5ad91..529bff711973 100644 --- a/dbaccess/source/ui/uno/ColumnPeer.hxx +++ b/dbaccess/source/ui/uno/ColumnPeer.hxx @@ -24,10 +24,8 @@ #include <com/sun/star/sdbc/XConnection.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -//......................................................................... namespace dbaui { -//......................................................................... class OFieldDescription; class OColumnPeer : public VCLXWindow { @@ -45,10 +43,7 @@ namespace dbaui virtual void SAL_CALL setProperty( const OUString& PropertyName, const ::com::sun::star::uno::Any& Value ) throw(::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Any SAL_CALL getProperty( const OUString& PropertyName ) throw(::com::sun::star::uno::RuntimeException); }; -//......................................................................... } // namespace dbaui -//......................................................................... #endif //DBAUI_COLUMNPEER_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |