diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-03 12:17:50 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-03 12:17:50 +0000 |
commit | 3c2950a111fc64041f23d28725583536ebb20218 (patch) | |
tree | 4d62e21f27436b5aa2d2dfb6cc91b021f4b34ebd /svx/source/dialog/cuitabline.hxx | |
parent | bf227338a5c9a80f0529d170e5bc78a380c84de5 (diff) |
INTEGRATION: CWS aw017 (1.2.322); FILE MERGED
2004/07/29 14:20:44 aw 1.2.322.1: #i25616#
Diffstat (limited to 'svx/source/dialog/cuitabline.hxx')
-rw-r--r-- | svx/source/dialog/cuitabline.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/svx/source/dialog/cuitabline.hxx b/svx/source/dialog/cuitabline.hxx index 1a9dc4e771b2..f2f80a139279 100644 --- a/svx/source/dialog/cuitabline.hxx +++ b/svx/source/dialog/cuitabline.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cuitabline.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-02-03 18:24:08 $ + * last change: $Author: hr $ $Date: 2004-08-03 13:17:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -163,6 +163,11 @@ private: SvxXLinePreview aCtlPreview; FixedLine aFLSeparator; + // #116827# + FixedLine maFLEdgeStyle; + FixedText maFTEdgeStyle; + LineEndLB maLBEdgeStyle; + //#58425# Symbole auf einer Linie (z.B. StarChart) -> BOOL bNewSize; Graphic aAutoSymbolGraphic; @@ -236,6 +241,9 @@ private: DECL_LINK( ChangePreviewHdl_Impl, void * ); DECL_LINK( ChangeTransparentHdl_Impl, void * ); + // #116827# + DECL_LINK( ChangeEdgeStyleHdl_Impl, void * ); + BOOL FillXLSet_Impl(); #endif |