diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-25 13:41:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-25 13:41:38 +0000 |
commit | 0fbe7e70bf211f611d7146f6f5afaffa66c2548a (patch) | |
tree | e1ddcd02ed1ed7e1dc04ecca83d25b2677b2847c /sw/inc | |
parent | 3916cf6e0f331e792f299c2a679daf08b4e3779a (diff) |
INTEGRATION: CWS pbbeta06 (1.19.94); FILE MERGED
2005/01/14 08:49:28 pb 1.19.94.1: fix: #i39983# add member and parameter String Separator
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/undobj.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/inc/undobj.hxx b/sw/inc/undobj.hxx index d4c3497332ab..d706c369c115 100644 --- a/sw/inc/undobj.hxx +++ b/sw/inc/undobj.hxx @@ -2,9 +2,9 @@ * * $RCSfile: undobj.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: obo $ $Date: 2004-11-17 14:22:08 $ + * last change: $Author: obo $ $Date: 2005-01-25 14:41:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1618,6 +1618,9 @@ class SwUndoInsertLabel : public SwUndo }; String sText; + // --> PB 2005-01-06 #i39983# - the separator will be drawed with a character style + String sSeparator; + // <-- String sCharacterStyle; // OD 2004-04-15 #i26791# - re-store of drawing object position no longer needed USHORT nFldId; @@ -1629,6 +1632,9 @@ class SwUndoInsertLabel : public SwUndo public: SwUndoInsertLabel( const SwLabelType eTyp, const String &rText, + // --> PB 2005-01-06 #i39983# - the separator will be drawed with a character style + const String& rSeparator, + // <-- const BOOL bBefore, const USHORT nId, const String& rCharacterStyle, const BOOL bCpyBrd ); |