summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/dlg_DataEditor.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-09-23 11:20:40 +0200
committerNoel Grandin <noel@peralex.com>2014-09-23 14:11:39 +0300
commit827c46e7d75000cb03b0ce21759f9d0825f0c096 (patch)
tree3a84ccc45d54607c61328b18f58f914c1d6ec240 /chart2/source/controller/inc/dlg_DataEditor.hxx
parent7cbbefae224ab85343accb42b03f9431ec693a83 (diff)
fdo#82577: Handle Window
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
Diffstat (limited to 'chart2/source/controller/inc/dlg_DataEditor.hxx')
-rw-r--r--chart2/source/controller/inc/dlg_DataEditor.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/inc/dlg_DataEditor.hxx b/chart2/source/controller/inc/dlg_DataEditor.hxx
index c1caf7950d03..997cdad006b3 100644
--- a/chart2/source/controller/inc/dlg_DataEditor.hxx
+++ b/chart2/source/controller/inc/dlg_DataEditor.hxx
@@ -42,7 +42,7 @@ class DataBrowser;
class DataEditor : public ModalDialog
{
public:
- DataEditor( Window* pParent,
+ DataEditor( vcl::Window* pParent,
const ::com::sun::star::uno::Reference<
::com::sun::star::chart2::XChartDocument > & xChartDoc,
const ::com::sun::star::uno::Reference<
@@ -102,9 +102,9 @@ private:
@note this code is taken from dbaccess/source/ui/inc/UITools.hxx
*/
- void notifySystemWindow( Window* pWindow,
- Window* pToRegister,
- ::comphelper::mem_fun1_t< TaskPaneList, Window* > rMemFunc );
+ void notifySystemWindow( vcl::Window* pWindow,
+ vcl::Window* pToRegister,
+ ::comphelper::mem_fun1_t< TaskPaneList, vcl::Window* > rMemFunc );
};
} // namespace chart