diff options
Diffstat (limited to 'sw/inc/swatrset.hxx')
-rw-r--r-- | sw/inc/swatrset.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sw/inc/swatrset.hxx b/sw/inc/swatrset.hxx index d446dcddcc51..397887d09429 100644 --- a/sw/inc/swatrset.hxx +++ b/sw/inc/swatrset.hxx @@ -128,10 +128,6 @@ class SwTableBoxNumFormat; class SwTableBoxFormula; class SwTableBoxValue; -namespace vcl { - typedef OutputDevice RenderContext; -}; - class SwAttrPool : public SfxItemPool { private: @@ -322,7 +318,7 @@ public: //Helper for filters to find true lineheight of a font SW_DLLPUBLIC long AttrSetToLineHeight( const IDocumentSettingAccess& rIDocumentSettingAccess, const SwAttrSet &rSet, - const vcl::RenderContext &rOut, sal_Int16 nScript); + const OutputDevice &rOut, sal_Int16 nScript); #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |