summaryrefslogtreecommitdiff
path: root/include/svx/paraprev.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/paraprev.hxx')
-rw-r--r--include/svx/paraprev.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/paraprev.hxx b/include/svx/paraprev.hxx
index a67f6f07eeb4..bfbd6a2687bc 100644
--- a/include/svx/paraprev.hxx
+++ b/include/svx/paraprev.hxx
@@ -37,7 +37,7 @@ enum SvxPrevLineSpace
// class SvxParaPrevWindow -----------------------------------------------
-class SVX_DLLPUBLIC SvxParaPrevWindow : public Window
+class SVX_DLLPUBLIC SvxParaPrevWindow : public vcl::Window
{
using Window::Draw;
private:
@@ -68,7 +68,7 @@ protected:
void DrawParagraph( bool bAll );
public:
- SvxParaPrevWindow( Window* pParent, WinBits nBits);
+ SvxParaPrevWindow( vcl::Window* pParent, WinBits nBits);
void SetFirstLineOfst( short nNew ) { nFirstLineOfst = nNew; }
void SetLeftMargin( long nNew ) { nLeftMargin = nNew; }