summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-05-27 13:19:22 +0000
committerMathias Bauer <mba@openoffice.org>2002-05-27 13:19:22 +0000
commit20fcf5c05a61fb178a9bd943d5fefde741673125 (patch)
tree7941dd4dd665fab24220587d48c3ab76498b094a /sfx2
parentcb66c0683b353fbcf0979edddf1014442d20e6e7 (diff)
#98405#: slot reorganized
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/viewsh.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index b6123382fafb..e548880d8935 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewsh.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: as $ $Date: 2002-05-24 11:57:54 $
+ * last change: $Author: mba $ $Date: 2002-05-27 14:19:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -335,7 +335,7 @@ void SfxViewShell::GetState_Impl( SfxItemSet &rSet )
rSet.Put( SfxBoolItem( SID_PLUGINS_ACTIVE, !pImp->bPlugInsActive) );
break;
}
-
+/*
// SelectionText
case SID_SELECTION_TEXT:
{
@@ -349,7 +349,7 @@ void SfxViewShell::GetState_Impl( SfxItemSet &rSet )
rSet.Put( SfxStringItem( SID_SELECTION_TEXT_EXT, GetSelectionText(TRUE) ) );
break;
}
-
+*/
case SID_STYLE_FAMILY :
{
rSet.Put( SfxUInt16Item( SID_STYLE_FAMILY, pImp->nFamily ) );