summaryrefslogtreecommitdiff
path: root/svx/source/form/fmtextcontroldialogs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmtextcontroldialogs.cxx')
-rw-r--r--svx/source/form/fmtextcontroldialogs.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/fmtextcontroldialogs.cxx b/svx/source/form/fmtextcontroldialogs.cxx
index 7c743d910459..9126dd8a90d5 100644
--- a/svx/source/form/fmtextcontroldialogs.cxx
+++ b/svx/source/form/fmtextcontroldialogs.cxx
@@ -33,7 +33,7 @@
namespace svx
{
- TextControlCharAttribDialog::TextControlCharAttribDialog( Window* pParent, const SfxItemSet& _rCoreSet, const SvxFontListItem& _rFontList )
+ TextControlCharAttribDialog::TextControlCharAttribDialog( vcl::Window* pParent, const SfxItemSet& _rCoreSet, const SvxFontListItem& _rFontList )
: SfxTabDialog( pParent, "TextControlCharacterPropertiesDialog",
"svx/ui/textcontrolchardialog.ui", &_rCoreSet )
, m_aFontList(_rFontList)
@@ -67,7 +67,7 @@ namespace svx
}
}
- TextControlParaAttribDialog::TextControlParaAttribDialog(Window* _pParent,
+ TextControlParaAttribDialog::TextControlParaAttribDialog(vcl::Window* _pParent,
const SfxItemSet& _rCoreSet)
: SfxTabDialog( _pParent, "TextControlParagraphPropertiesDialog",
"svx/ui/textcontrolparadialog.ui", &_rCoreSet )