diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:28:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:28:38 +0000 |
commit | 16c1b8ea1b9ba3a5ab45cb00efb7a02fa1f293f4 (patch) | |
tree | 7e40e081f515acff33dc014e300c8e82fb05909f /sc | |
parent | f39064ba6602fd129fb70c9fce9e06d812be59fa (diff) |
INTEGRATION: CWS tune03 (1.3.508); FILE MERGED
2004/07/08 16:45:04 mhu 1.3.508.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/attrdlg/tabpages.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/attrdlg/tabpages.cxx b/sc/source/ui/attrdlg/tabpages.cxx index 54385bc5c8c8..d3ee5e635fb5 100644 --- a/sc/source/ui/attrdlg/tabpages.cxx +++ b/sc/source/ui/attrdlg/tabpages.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tabpages.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mh $ $Date: 2001-10-23 11:02:58 $ + * last change: $Author: rt $ $Date: 2004-08-23 09:28:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,8 @@ * ************************************************************************/ +#undef SC_DLLIMPLEMENTATION + #ifdef PCH #include "ui_pch.hxx" #endif |