summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/hintwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/hintwin.hxx')
-rw-r--r--sc/source/ui/inc/hintwin.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/ui/inc/hintwin.hxx b/sc/source/ui/inc/hintwin.hxx
index f199698178bc..ab514a95d9dc 100644
--- a/sc/source/ui/inc/hintwin.hxx
+++ b/sc/source/ui/inc/hintwin.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,15 +34,15 @@
class ScHintWindow : public Window
{
private:
- String aTitle;
- String aMessage;
- Point aTextStart;
- long nTextHeight;
- Font aTextFont;
- Font aHeadFont;
+ String aTitle;
+ String aMessage;
+ Point aTextStart;
+ long nTextHeight;
+ Font aTextFont;
+ Font aHeadFont;
protected:
- virtual void Paint( const Rectangle& rRect );
+ virtual void Paint( const Rectangle& rRect );
public:
ScHintWindow( Window* pParent, const String& rTit, const String& rMsg );