summaryrefslogtreecommitdiff
path: root/extensions/source/update/ui/updatecheckui.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/ui/updatecheckui.cxx')
-rw-r--r--extensions/source/update/ui/updatecheckui.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx
index d5f791e78646..fed6d02e5dd8 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -846,8 +846,8 @@ void BubbleWindow::Paint( const Rectangle& )
DrawImage( Point( BUBBLE_BORDER, BUBBLE_BORDER + TIP_HEIGHT ), maBubbleImage );
- Font aOldFont = GetFont();
- Font aBoldFont = aOldFont;
+ vcl::Font aOldFont = GetFont();
+ vcl::Font aBoldFont = aOldFont;
aBoldFont.SetWeight( WEIGHT_BOLD );
SetFont( aBoldFont );
@@ -921,8 +921,8 @@ void BubbleWindow::RecalcTextRects()
{
Size aTotalSize;
bool bFinished = false;
- Font aOldFont = GetFont();
- Font aBoldFont = aOldFont;
+ vcl::Font aOldFont = GetFont();
+ vcl::Font aBoldFont = aOldFont;
aBoldFont.SetWeight( WEIGHT_BOLD );