summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xcl97esc.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-29 12:44:31 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-29 12:44:31 +0000
commit0bdd0aa5b771c51c2f40a1db78199e55164ec96a (patch)
treeb9a46d0c666a1759544ce2d3d324a3dfe3f458df /sc/source/filter/inc/xcl97esc.hxx
parent8675a2f7b8d828829bd1d0d83fb8467dc326062f (diff)
INTEGRATION: CWS dr34 (1.9.2); FILE MERGED
2005/03/14 14:58:40 dr 1.9.2.1: #i44077# set size for new Excel OLE objects
Diffstat (limited to 'sc/source/filter/inc/xcl97esc.hxx')
-rw-r--r--sc/source/filter/inc/xcl97esc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/xcl97esc.hxx b/sc/source/filter/inc/xcl97esc.hxx
index bb271b08e6aa..619c1cd9cac8 100644
--- a/sc/source/filter/inc/xcl97esc.hxx
+++ b/sc/source/filter/inc/xcl97esc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xcl97esc.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2005-02-21 13:41:06 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:44:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -231,7 +231,7 @@ public:
class XclExpEscherDropDownAnchor : public XclExpEscherAnchor
{
public:
- explicit XclExpEscherDropDownAnchor( const XclExpRoot& rRoot, const ScAddress& rPos );
+ explicit XclExpEscherDropDownAnchor( const XclExpRoot& rRoot, const ScAddress& rScPos );
};