summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/unodatbr.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-07-09 06:46:43 +0000
committerOcke Janssen <oj@openoffice.org>2002-07-09 06:46:43 +0000
commit0215fb71b2bde7c261316a6cb7c704d0b90d29c6 (patch)
treee4a424fd6fa5057e80ce623adf2decd8bab2908f /dbaccess/source/ui/inc/unodatbr.hxx
parent#99596# remember previous state of add table dialog (diff)
downloadcore-0215fb71b2bde7c261316a6cb7c704d0b90d29c6.tar.gz
core-0215fb71b2bde7c261316a6cb7c704d0b90d29c6.zip
#96306# remove unused helpids and change delete, paste and copy
Diffstat (limited to 'dbaccess/source/ui/inc/unodatbr.hxx')
-rw-r--r--dbaccess/source/ui/inc/unodatbr.hxx16
1 files changed, 14 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/unodatbr.hxx b/dbaccess/source/ui/inc/unodatbr.hxx
index 4497c830a26c..7180752ac3e8 100644
--- a/dbaccess/source/ui/inc/unodatbr.hxx
+++ b/dbaccess/source/ui/inc/unodatbr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unodatbr.hxx,v $
*
- * $Revision: 1.48 $
+ * $Revision: 1.49 $
*
- * last change: $Author: oj $ $Date: 2002-06-27 07:26:13 $
+ * last change: $Author: oj $ $Date: 2002-07-09 07:44:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -494,6 +494,18 @@ namespace dbaui
void clearGridColumns(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >& _xColContainer);
sal_Bool isHiContrast() const;
+
+ /** called to handle all entries in the context menu for bookmarks
+ @param _nPos
+ The entry in the context menu.
+ @param pEntry
+ The entry to wish the context menu should be handled.
+ @param eType
+ The type of pEntry.
+ @param pDSEntry
+ The root entry of pEntry.
+ */
+ void handleLinkContextMenu(USHORT _nPos,SvLBoxEntry* pEntry,EntryType eType,SvLBoxEntry* pDSEntry);
};
// .........................................................................