summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-11 12:03:55 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-11 12:03:55 +0000
commit205eb0280a3b15da3ed721619631cac422717cf6 (patch)
treed5b0ff6ccd420447d3757d5fa2a0857d790344dc /svx
parente26b2bd2e1ae874bf13e3d7625c058c2d24ec0a6 (diff)
INTEGRATION: CWS sb19 (1.17.114); FILE MERGED
2004/12/08 23:04:40 sb 1.17.114.3: RESYNC: (1.18-1.19); FILE MERGED 2004/10/28 14:42:04 sb 1.17.114.2: RESYNC: (1.17-1.18); FILE MERGED 2004/10/27 07:30:43 mba 1.17.114.1: #110407#: remove static BaseURL
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdorect.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdorect.cxx b/svx/source/svdraw/svdorect.cxx
index 3c9fd51a8078..c77be31aeb47 100644
--- a/svx/source/svdraw/svdorect.cxx
+++ b/svx/source/svdraw/svdorect.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdorect.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: pjunck $ $Date: 2004-11-03 11:02:02 $
+ * last change: $Author: rt $ $Date: 2005-01-11 13:03:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -150,8 +150,8 @@ SdrRectObj::SdrRectObj(SdrObjKind eNewTextKind, const Rectangle& rRect):
bClosedObj=TRUE;
}
-SdrRectObj::SdrRectObj(SdrObjKind eNewTextKind, const Rectangle& rNewRect, SvStream& rInput, USHORT eFormat):
- SdrTextObj(eNewTextKind,rNewRect,rInput,eFormat),
+SdrRectObj::SdrRectObj(SdrObjKind eNewTextKind, const Rectangle& rNewRect, SvStream& rInput, const String& rBaseURL, USHORT eFormat):
+ SdrTextObj(eNewTextKind,rNewRect,rInput,rBaseURL,eFormat),
pXPoly(NULL),
bXPolyIsLine(FALSE)
{