summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/numprevw.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/numprevw.hxx')
-rw-r--r--sw/source/uibase/inc/numprevw.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/numprevw.hxx b/sw/source/uibase/inc/numprevw.hxx
index f70b9bc1cb9a..cf1ef8d1e5a6 100644
--- a/sw/source/uibase/inc/numprevw.hxx
+++ b/sw/source/uibase/inc/numprevw.hxx
@@ -28,11 +28,11 @@ namespace rtl { class OUString; }
class NumberingPreview : public Window
{
const SwNumRule* pActNum;
- Font aStdFont;
+ vcl::Font aStdFont;
long nPageWidth;
const OUString* pOutlineNames;
bool bPosition;
- sal_uInt16 nActLevel;
+ sal_uInt16 nActLevel;
protected:
virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;