summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextFrameContext.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-09-09 09:48:13 +0000
committerOliver Bolte <obo@openoffice.org>2004-09-09 09:48:13 +0000
commitdbe55e7d0c2dff43ea6425cdfa43f6ce7e5e54c0 (patch)
treee53a4a6e1663e00209961c82a9d1da1f9779eecb /xmloff/source/text/XMLTextFrameContext.hxx
parent9c826868d52808bd1752dc1e3181ac7668db9332 (diff)
INTEGRATION: CWS swqbugfixes06 (1.19.40); FILE MERGED
2004/08/24 14:22:05 od 1.19.40.1: #i33242# - correct handling of anchor position of at-character anchored Writer fly frames and drawing objects of type 'Text'.
Diffstat (limited to 'xmloff/source/text/XMLTextFrameContext.hxx')
-rw-r--r--xmloff/source/text/XMLTextFrameContext.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLTextFrameContext.hxx b/xmloff/source/text/XMLTextFrameContext.hxx
index 6ca4e3c5248a..7e25d56294d5 100644
--- a/xmloff/source/text/XMLTextFrameContext.hxx
+++ b/xmloff/source/text/XMLTextFrameContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTextFrameContext.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 08:36:48 $
+ * last change: $Author: obo $ $Date: 2004-09-09 10:48:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,6 +124,10 @@ public:
::com::sun::star::uno::Reference <
::com::sun::star::text::XTextContent > GetTextContent() const;
+ // --> OD 2004-08-24 #i33242#
+ ::com::sun::star::uno::Reference <
+ ::com::sun::star::drawing::XShape > GetShape() const;
+ // <--
};