diff options
author | Christian Lippka <cl@openoffice.org> | 2001-08-28 12:07:38 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-08-28 12:07:38 +0000 |
commit | a8c579e4a528932eb41feddbb2625e7327560f5e (patch) | |
tree | 1563f6e1cb5de809b16258031ae9e9212340f888 /svx/source/editeng/impedit5.cxx | |
parent | c0eac0de34dd448e61b163ec7eba290c86b4fb39 (diff) |
#91572# fixed getPropertyStates
Diffstat (limited to 'svx/source/editeng/impedit5.cxx')
-rw-r--r-- | svx/source/editeng/impedit5.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/svx/source/editeng/impedit5.cxx b/svx/source/editeng/impedit5.cxx index 54a0f2777103..3e976205af9c 100644 --- a/svx/source/editeng/impedit5.cxx +++ b/svx/source/editeng/impedit5.cxx @@ -2,9 +2,9 @@ * * $RCSfile: impedit5.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: cl $ $Date: 2001-08-28 12:55:43 $ + * last change: $Author: cl $ $Date: 2001-08-28 13:06:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -405,10 +405,6 @@ SfxItemSet ImpEditEngine::GetAttribs( EditSelection aSel, BOOL bOnlyHardAttrib ) USHORT nStartNode = aEditDoc.GetPos( aSel.Min().GetNode() ); USHORT nEndNode = aEditDoc.GetPos( aSel.Max().GetNode() ); -const sal_uInt8 EditEngineAttribs_All = 0; /// returns all attributes even when theire not set -const sal_uInt8 EditEngineAttribs_HardAndPara = 1; /// returns all attributes set on paragraph and on portions -const sal_uInt8 EditEngineAttribs_OnlyHard = 2; /// returns only attributes hard set on portions - // ueber die Absaetze iterieren... for ( USHORT nNode = nStartNode; nNode <= nEndNode; nNode++ ) { |