summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmtextcontroldialogs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/fmtextcontroldialogs.hxx')
-rw-r--r--svx/source/inc/fmtextcontroldialogs.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/inc/fmtextcontroldialogs.hxx b/svx/source/inc/fmtextcontroldialogs.hxx
index d13860193a80..f8012557d624 100644
--- a/svx/source/inc/fmtextcontroldialogs.hxx
+++ b/svx/source/inc/fmtextcontroldialogs.hxx
@@ -37,7 +37,7 @@ namespace svx
sal_uInt16 m_nCharPositionPageId;
public:
- TextControlCharAttribDialog( Window* pParent, const SfxItemSet& _rCoreSet, const SvxFontListItem& _rFontList );
+ TextControlCharAttribDialog( vcl::Window* pParent, const SfxItemSet& _rCoreSet, const SvxFontListItem& _rFontList );
protected:
virtual void PageCreated( sal_uInt16 _nId, SfxTabPage& _rPage ) SAL_OVERRIDE;
@@ -46,7 +46,7 @@ namespace svx
class TextControlParaAttribDialog : public SfxTabDialog
{
public:
- TextControlParaAttribDialog(Window* _pParent, const SfxItemSet& _rCoreSet);
+ TextControlParaAttribDialog(vcl::Window* _pParent, const SfxItemSet& _rCoreSet);
};
} // namespace svx