summaryrefslogtreecommitdiff
path: root/cui/source/options/optjsearch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optjsearch.hxx')
-rw-r--r--cui/source/options/optjsearch.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/optjsearch.hxx b/cui/source/options/optjsearch.hxx
index 8a8bf0e96110..bb5ac7a4606e 100644
--- a/cui/source/options/optjsearch.hxx
+++ b/cui/source/options/optjsearch.hxx
@@ -24,7 +24,7 @@
#include <vcl/button.hxx>
#include <sfx2/tabdlg.hxx>
-class Window;
+namespace vcl { class Window; }
class SfxItemSet;
@@ -59,12 +59,12 @@ private:
sal_Int32 GetTransliterationFlags_Impl();
protected:
- SvxJSearchOptionsPage( Window* pParent, const SfxItemSet& rSet );
+ SvxJSearchOptionsPage( vcl::Window* pParent, const SfxItemSet& rSet );
public:
virtual ~SvxJSearchOptionsPage();
- static SfxTabPage* Create( Window* pParent, const SfxItemSet* rSet );
+ static SfxTabPage* Create( vcl::Window* pParent, const SfxItemSet* rSet );
virtual void Reset( const SfxItemSet* rSet ) SAL_OVERRIDE;
virtual bool FillItemSet( SfxItemSet* rSet ) SAL_OVERRIDE;