summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tbx_ww.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-01 12:44:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-01 12:44:31 +0000
commitcdd22b7c904ce01a613709bed4a50e829187258b (patch)
treeb584916334eb1e0b8547b61a18ae5731f70e331f /sd/source/ui/inc/tbx_ww.hxx
parentb2627f24c01d414296aeb77919a017302108830f (diff)
INTEGRATION: CWS dba03 (1.2.84); FILE MERGED
2003/03/05 10:43:28 af 1.2.84.1: #107817# Added method for adapting size of text shape flyer to CTL state.
Diffstat (limited to 'sd/source/ui/inc/tbx_ww.hxx')
-rw-r--r--sd/source/ui/inc/tbx_ww.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sd/source/ui/inc/tbx_ww.hxx b/sd/source/ui/inc/tbx_ww.hxx
index f947b95307ff..593f14ca3e2d 100644
--- a/sd/source/ui/inc/tbx_ww.hxx
+++ b/sd/source/ui/inc/tbx_ww.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tbx_ww.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: cl $ $Date: 2002-05-28 13:02:30 $
+ * last change: $Author: vg $ $Date: 2003-04-01 13:44:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,6 +99,13 @@ public:
void StartSelection() { aTbx.GetToolBox().StartSelection(); }
void Update();
+
+private:
+ /** Adapt the toolbox to whether CTL is active or not. If CTL is not
+ active then all toolbox items that describe CTL specific shapes are
+ deleted from it and its size is re-calculated.
+ */
+ void AdaptToCTL (void);
};
//------------------------------------------------------------------------