diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 16:14:21 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 16:14:21 +0000 |
commit | dd20698406c0cfcdf58c6bb48bf2400a157057ec (patch) | |
tree | ff337c7afa73403a24e13ad21fac946046f2ee10 /basctl | |
parent | 54d74748cbd44680bc83fb522d313215a2e92a27 (diff) |
INTEGRATION: CWS vclcleanup02 (1.1.1.1.162); FILE MERGED
2003/12/04 16:18:03 mt 1.1.1.1.162.1: #i23061# Removed/Changed old StarView stuff
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/tbxctl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/tbxctl.hxx b/basctl/source/basicide/tbxctl.hxx index 459b518bf5f1..7e25b1ccd7e2 100644 --- a/basctl/source/basicide/tbxctl.hxx +++ b/basctl/source/basicide/tbxctl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tbxctl.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mh $ $Date: 2000-09-29 11:02:37 $ + * last change: $Author: vg $ $Date: 2004-01-06 17:14:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,7 @@ private: DECL_LINK( SelectHdl, void* ); public: - PopupWindowTbx( USHORT nId, ToolBoxAlign eAlign, + PopupWindowTbx( USHORT nId, WindowAlign eAlign, ResId aRIdWin, ResId aRIdTbx, SfxBindings& rBind ); ~PopupWindowTbx(); |