summaryrefslogtreecommitdiff
path: root/include/dbaccess/dataview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbaccess/dataview.hxx')
-rw-r--r--include/dbaccess/dataview.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/dbaccess/dataview.hxx b/include/dbaccess/dataview.hxx
index df50c19a15f2..6394539dcff7 100644
--- a/include/dbaccess/dataview.hxx
+++ b/include/dbaccess/dataview.hxx
@@ -41,7 +41,7 @@ namespace svt {
class DataChangedEvent;
class FixedLine;
class NotifyEvent;
-class Rectangle;
+namespace tools { class Rectangle; }
namespace dbaui
{
@@ -82,13 +82,13 @@ namespace dbaui
void attachFrame(const css::uno::Reference< css::frame::XFrame >& _xFrame);
protected:
// window overridables
- virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& _rRect ) override;
+ virtual void Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& _rRect ) override;
/// re-arrange all controls, including the toolbox, it's separator, and the "real view"
- virtual void resizeAll( const Rectangle& _rPlayground );
+ virtual void resizeAll( const tools::Rectangle& _rPlayground );
// re-arrange the controls belonging to the document itself
- virtual void resizeDocumentView( Rectangle& _rPlayground );
+ virtual void resizeDocumentView( tools::Rectangle& _rPlayground );
};
}
#endif // INCLUDED_DBACCESS_DATAVIEW_HXX