summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/unodatbr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/unodatbr.hxx')
-rw-r--r--dbaccess/source/ui/inc/unodatbr.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/dbaccess/source/ui/inc/unodatbr.hxx b/dbaccess/source/ui/inc/unodatbr.hxx
index 7a61ec19c29b..44487a5db7d4 100644
--- a/dbaccess/source/ui/inc/unodatbr.hxx
+++ b/dbaccess/source/ui/inc/unodatbr.hxx
@@ -43,7 +43,6 @@
#include "TableCopyHelper.hxx"
#include "commontypes.hxx"
-// =========================================================================
class SvTreeListEntry;
class Splitter;
struct SvSortData;
@@ -51,16 +50,13 @@ struct SvSortData;
namespace com { namespace sun{ namespace star { namespace container { class XNameContainer; } } } }
class SvTreeList;
-// .........................................................................
namespace dbaui
{
-// .........................................................................
class DBTreeView;
struct DBTreeEditedEntry;
class ImageProvider;
- // =====================================================================
typedef ::cppu::ImplHelper5 < ::com::sun::star::frame::XStatusListener
, ::com::sun::star::view::XSelectionSupplier
, ::com::sun::star::document::XScriptInvocationContext
@@ -75,12 +71,10 @@ namespace dbaui
{
protected:
- // ---------------------------
::com::sun::star::uno::Reference< ::com::sun::star::i18n::XCollator > m_xCollator;
::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > m_xCurrentFrameParent;
::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > m_xMainToolbar;
- // ---------------------------
struct ExternalFeature
{
::com::sun::star::util::URL aURL;
@@ -122,7 +116,6 @@ namespace dbaui
::boost::optional< bool >
m_aDocScriptSupport; // relevant if and only if we are associated with exactly one DBDoc
-
virtual OUString getPrivateTitle( ) const;
// attribute access
public:
@@ -482,9 +475,7 @@ namespace dbaui
void impl_sanitizeRowSetClauses_nothrow();
};
-// .........................................................................
} // namespace dbaui
-// .........................................................................
#endif // _SBA_UNODATBR_HXX_