summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/dlg_NumberFormat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/dlg_NumberFormat.hxx')
-rw-r--r--chart2/source/controller/dialogs/dlg_NumberFormat.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/dlg_NumberFormat.hxx b/chart2/source/controller/dialogs/dlg_NumberFormat.hxx
index 0faabc29e93f..a27ff0caf7f0 100644
--- a/chart2/source/controller/dialogs/dlg_NumberFormat.hxx
+++ b/chart2/source/controller/dialogs/dlg_NumberFormat.hxx
@@ -21,7 +21,7 @@
#include <sfx2/basedlgs.hxx>
-class Window;
+namespace vcl { class Window; }
class SfxItemSet;
namespace chart
@@ -30,7 +30,7 @@ namespace chart
class NumberFormatDialog : public SfxSingleTabDialog
{
public:
- NumberFormatDialog(Window* pParent, SfxItemSet& rSet);
+ NumberFormatDialog(vcl::Window* pParent, SfxItemSet& rSet);
virtual ~NumberFormatDialog();
static SfxItemSet CreateEmptyItemSetForNumberFormatDialog( SfxItemPool& rItemPool );