summaryrefslogtreecommitdiff
path: root/sw/source/uibase/table/chartins.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/table/chartins.cxx')
-rw-r--r--sw/source/uibase/table/chartins.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/table/chartins.cxx b/sw/source/uibase/table/chartins.cxx
index 7116378d4092..6370f6085490 100644
--- a/sw/source/uibase/table/chartins.cxx
+++ b/sw/source/uibase/table/chartins.cxx
@@ -61,7 +61,7 @@
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
-Point SwGetChartDialogPos( const Window *pParentWin, const Size& rDialogSize, const Rectangle& rLogicChart )
+Point SwGetChartDialogPos( const vcl::Window *pParentWin, const Size& rDialogSize, const Rectangle& rLogicChart )
{
// positioning code according to spepc; similar to Calc fuins2.cxx
Point aRet;
@@ -132,7 +132,7 @@ Point SwGetChartDialogPos( const Window *pParentWin, const Size& rDialogSize, co
return aRet;
}
-void SwInsertChart(Window* pParent, SfxBindings* pBindings )
+void SwInsertChart(vcl::Window* pParent, SfxBindings* pBindings )
{
(void) pParent;
(void) pBindings;