diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 17:17:24 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 17:17:24 +0000 |
commit | a66f8cc2f4ec10c202bf0e91e6fde67b75baadb3 (patch) | |
tree | 2a85434274abd3e36cc2faefb198622fafc9cf9a /sw/inc/doc.hxx | |
parent | 7431b1f33591c7c2f1c23d36369470c4b64d2f2b (diff) |
INTEGRATION: CWS os107 (1.142.70); FILE MERGED
2007/11/07 09:15:54 os 1.142.70.1: #i61007# caption localisable
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 3489ab79c89f..54f8047f74e5 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: doc.hxx,v $ * - * $Revision: 1.142 $ + * $Revision: 1.143 $ * - * last change: $Author: hr $ $Date: 2007-09-27 07:59:12 $ + * last change: $Author: ihi $ $Date: 2007-11-21 18:17:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1672,11 +1672,12 @@ public: //Einfuegen einer Beschriftung - falls ein FlyFormat erzeugt wird, so // returne dieses. SwFlyFrmFmt* InsertLabel( const SwLabelType eType, const String &rTxt, const String& rSeparator, + const String& rNumberingSeparator, const sal_Bool bBefore, const sal_uInt16 nId, const ULONG nIdx, const String& rCharacterStyle, const sal_Bool bCpyBrd = sal_True ); SwFlyFrmFmt* InsertDrawLabel( - const String &rTxt, const String& rSeparator, + const String &rTxt, const String& rSeparator, const String& rNumberSeparator, const sal_uInt16 nId, const String& rCharacterStyle, SdrObject& rObj ); // erfrage den Attribut Pool |