summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/view/hintwin.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-12-11 23:25:30 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-12-11 23:25:30 +0100
commitb9a388b78d737e3810ca45f2f8011d2d91f81d92 (patch)
tree6dc3f312205940c81e00f058bb3fd3233d76ba33 /sc/source/ui/view/hintwin.cxx
parentRemoved ScRangePairList::at() also, in favor of operator[]. (diff)
downloadcore-b9a388b78d737e3810ca45f2f8011d2d91f81d92.tar.gz
core-b9a388b78d737e3810ca45f2f8011d2d91f81d92.zip
cleaning of __EXPORT define
Diffstat (limited to 'sc/source/ui/view/hintwin.cxx')
-rw-r--r--sc/source/ui/view/hintwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/hintwin.cxx b/sc/source/ui/view/hintwin.cxx
index 301ba616e769..0343ccfd7e00 100644
--- a/sc/source/ui/view/hintwin.cxx
+++ b/sc/source/ui/view/hintwin.cxx
@@ -92,7 +92,7 @@ ScHintWindow::~ScHintWindow()
}
-void __EXPORT ScHintWindow::Paint( const Rectangle& /* rRect */ )
+void ScHintWindow::Paint( const Rectangle& /* rRect */ )
{
SetFont( aHeadFont );
DrawText( Point(HINT_MARGIN,HINT_MARGIN), aTitle );