summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/itemconnect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/sfx2/itemconnect.hxx')
-rwxr-xr-xsfx2/inc/sfx2/itemconnect.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/itemconnect.hxx b/sfx2/inc/sfx2/itemconnect.hxx
index 2d9ded19ed..ac912a5596 100755
--- a/sfx2/inc/sfx2/itemconnect.hxx
+++ b/sfx2/inc/sfx2/itemconnect.hxx
@@ -49,8 +49,6 @@ const ItemConnFlags ITEMCONN_NONE = 0x0000;
/** Connection is inactive - virtual functions will not be called. */
const ItemConnFlags ITEMCONN_INACTIVE = 0x0001;
-/** Clone item in FillItemSet() from old item set. */
-//const ItemConnFlags ITEMCONN_CLONE_ITEM = 0x0002;
/** Enable control(s), if the item is known. */
const ItemConnFlags ITEMCONN_ENABLE_KNOWN = 0x0010;