summaryrefslogtreecommitdiff
path: root/svtools/source/control/roadmap.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-20 12:37:48 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-20 12:37:48 +0000
commit8760f5accb0bb7d2780e55ffd6657245d66bc3a2 (patch)
tree223cac391eed99433dae7d2fe6107caed1cebdf0 /svtools/source/control/roadmap.cxx
parent8c94ecd9ea2292c4702cb73cc23e55d1ce83d7ec (diff)
INTEGRATION: CWS swmailmerge (1.2.48); FILE MERGED
2004/08/27 10:46:43 os 1.2.48.1: #i25107# initializing of impl-class
Diffstat (limited to 'svtools/source/control/roadmap.cxx')
-rw-r--r--svtools/source/control/roadmap.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svtools/source/control/roadmap.cxx b/svtools/source/control/roadmap.cxx
index 7e1f4df9450e..7d79b6bb9298 100644
--- a/svtools/source/control/roadmap.cxx
+++ b/svtools/source/control/roadmap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: roadmap.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-05-19 14:01:05 $
+ * last change: $Author: rt $ $Date: 2004-09-20 13:37:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -160,6 +160,10 @@ namespace svt
sal_Bool m_bComplete;
public:
+ RoadmapImpl() :
+ m_bInteractive( sal_True ),
+ m_bComplete( sal_True ) {}
+
Size aHyperLabelPixelSize;
HyperLabel* InCompleteHyperLabel;