summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-25 14:55:59 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-25 14:55:59 +0000
commit96979c0b4e8be670314b4e1e4a516d32f69928b3 (patch)
treeae720c4d1d77477f02132c5fe547e5d12d7c9e56 /sc/inc/cellsuno.hxx
parent19a8714b72e8916a1182f62e95c127d2233f34ce (diff)
INTEGRATION: CWS npower6 (1.26.106); FILE MERGED
2007/02/07 21:29:10 npower 1.26.106.1: Issue number: i74096 symbol visibility issues for needed for vba compatility api to link
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index f7c468d94c24..cf26fb0f4597 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cellsuno.hxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 11:52:57 $
+ * last change: $Author: rt $ $Date: 2007-04-25 15:55:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -260,7 +260,7 @@ public:
const SvxBoxItem& rOuter, const SvxBoxInfoItem& rInner );
};
-class ScCellRangesBase : public com::sun::star::beans::XPropertySet,
+class SC_DLLPUBLIC ScCellRangesBase : public com::sun::star::beans::XPropertySet,
public com::sun::star::beans::XMultiPropertySet,
public com::sun::star::beans::XPropertyState,
public com::sun::star::sheet::XSheetOperation,
@@ -583,7 +583,7 @@ public:
};
-class ScCellRangesObj : public ScCellRangesBase,
+class SC_DLLPUBLIC ScCellRangesObj : public ScCellRangesBase,
public com::sun::star::sheet::XSheetCellRangeContainer,
public com::sun::star::container::XNameContainer,
public com::sun::star::container::XEnumerationAccess
@@ -691,7 +691,7 @@ public:
};
-class ScCellRangeObj : public ScCellRangesBase,
+class SC_DLLPUBLIC ScCellRangeObj : public ScCellRangesBase,
public com::sun::star::sheet::XCellRangeAddressable,
public com::sun::star::sheet::XSheetCellRange,
public com::sun::star::sheet::XArrayFormulaRange,