summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-16 15:34:00 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-16 15:34:00 +0000
commit332a4ecf789edff94e3dce43148ea5ed547e3e13 (patch)
tree6356716c5c094cd4e5499e7f2bd02e4403e36331
parent6dd309159ecbcaf689f0230c68d95a690702f266 (diff)
INTEGRATION: CWS ab33 (1.7.140); FILE MERGED
2007/01/10 16:34:48 ab 1.7.140.1: #i69280# Removed warnings
-rw-r--r--basctl/source/basicide/tbxctl.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basctl/source/basicide/tbxctl.hxx b/basctl/source/basicide/tbxctl.hxx
index 847714391105..73adb110f2a9 100644
--- a/basctl/source/basicide/tbxctl.hxx
+++ b/basctl/source/basicide/tbxctl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tbxctl.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 20:11:57 $
+ * last change: $Author: vg $ $Date: 2007-01-16 16:34:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -99,6 +99,7 @@ public:
virtual SfxPopupWindowType GetPopupWindowType() const;
virtual SfxPopupWindow* CreatePopupWindow();
+ using SfxToolBoxControl::Select;
void Select( USHORT nModifier );
};