summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/filldlg.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/miscdlgs/filldlg.cxx
parenta4106c6cb8995a0471df59de5706447f59f6796e (diff)
cleaning of __EXPORT define
Diffstat (limited to 'sc/source/ui/miscdlgs/filldlg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/filldlg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/miscdlgs/filldlg.cxx b/sc/source/ui/miscdlgs/filldlg.cxx
index 46af2992e4a5..5fed98532a57 100644
--- a/sc/source/ui/miscdlgs/filldlg.cxx
+++ b/sc/source/ui/miscdlgs/filldlg.cxx
@@ -110,7 +110,7 @@ ScFillSeriesDlg::ScFillSeriesDlg( Window* pParent,
//----------------------------------------------------------------------------
-__EXPORT ScFillSeriesDlg::~ScFillSeriesDlg()
+ScFillSeriesDlg::~ScFillSeriesDlg()
{
}
@@ -231,7 +231,7 @@ void ScFillSeriesDlg::Init( USHORT nPossDir )
//----------------------------------------------------------------------------
-BOOL __EXPORT ScFillSeriesDlg::CheckStartVal()
+BOOL ScFillSeriesDlg::CheckStartVal()
{
BOOL bValOk = FALSE;
sal_uInt32 nKey = 0;
@@ -251,7 +251,7 @@ BOOL __EXPORT ScFillSeriesDlg::CheckStartVal()
//----------------------------------------------------------------------------
-BOOL __EXPORT ScFillSeriesDlg::CheckIncrementVal()
+BOOL ScFillSeriesDlg::CheckIncrementVal()
{
sal_uInt32 nKey = 0;
String aStr( aEdIncrement.GetText() );
@@ -262,7 +262,7 @@ BOOL __EXPORT ScFillSeriesDlg::CheckIncrementVal()
//----------------------------------------------------------------------------
-BOOL __EXPORT ScFillSeriesDlg::CheckEndVal()
+BOOL ScFillSeriesDlg::CheckEndVal()
{
BOOL bValOk = FALSE;
sal_uInt32 nKey = 0;