summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeescher.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 16:57:15 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 16:57:15 +0000
commit89d69f240e133661958d7535bd5f098cd837e148 (patch)
treeec2a84428ff5518369a93d63a43fa24e2e9bd7ec /sc/source/filter/excel/xeescher.cxx
parent29e8741fd99e5738b8e246a1b895af75c33f96f6 (diff)
INTEGRATION: CWS calc24 (1.4.42); FILE MERGED
2004/10/27 14:05:40 nn 1.4.42.2: RESYNC: (1.4-1.5); FILE MERGED 2004/10/13 17:04:47 jmarmion 1.4.42.1: #i33636# - suppport vertical writing for Notes.
Diffstat (limited to 'sc/source/filter/excel/xeescher.cxx')
-rw-r--r--sc/source/filter/excel/xeescher.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/excel/xeescher.cxx b/sc/source/filter/excel/xeescher.cxx
index af588f968371..a4fb899a37ba 100644
--- a/sc/source/filter/excel/xeescher.cxx
+++ b/sc/source/filter/excel/xeescher.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xeescher.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2004-11-09 15:02:50 $
+ * last change: $Author: hr $ $Date: 2004-11-09 17:57:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -726,9 +726,9 @@ XclExpNote::XclExpNote( const XclExpRoot& rRoot, const ScAddress& rScPos,
// and export the properties, we need to recreate the drawing object and
// pass this to XclObjComment() for processing.
pCaption.reset(new SdrCaptionObj( aRect, aDummyTailPos ));
- (pCaption.get())->SetMergedItemSet(rSet);
pScNote->InsertObject(pCaption.get(), rDoc, rScPos.Tab());
+ (pCaption.get())->SetMergedItemSet(rSet);
}
// create the Escher object