diff options
Diffstat (limited to 'include/sfx2/newstyle.hxx')
-rw-r--r-- | include/sfx2/newstyle.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/newstyle.hxx b/include/sfx2/newstyle.hxx index e6494905b3fe..f0f47e26bb15 100644 --- a/include/sfx2/newstyle.hxx +++ b/include/sfx2/newstyle.hxx @@ -43,7 +43,7 @@ private: DECL_DLLPRIVATE_LINK( ModifyHdl, ComboBox * ); public: - SfxNewStyleDlg( Window* pParent, SfxStyleSheetBasePool& ); + SfxNewStyleDlg( vcl::Window* pParent, SfxStyleSheetBasePool& ); virtual ~SfxNewStyleDlg(); OUString GetName() const { return comphelper::string::stripStart(m_pColBox->GetText(), ' '); } |