diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2009-01-20 12:54:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2009-01-20 12:54:36 +0000 |
commit | 01b4014ac216d3316b41c1a515c60a87f93c975e (patch) | |
tree | 5238bf97f52a4d1a7d9e76375ab67874fd77e622 /svx | |
parent | 951eab7eef7f9a01b0c6fa3944cc7dc3af3ccdb9 (diff) |
CWS-TOOLING: integrate CWS obo35_DEV300
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/hltpbase.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/hltpbase.cxx b/svx/source/dialog/hltpbase.cxx index d2ae791745ba..5c758928d734 100644 --- a/svx/source/dialog/hltpbase.cxx +++ b/svx/source/dialog/hltpbase.cxx @@ -303,8 +303,8 @@ SvxHyperlinkTabPageBase::SvxHyperlinkTabPageBase ( Window *pParent, mpBtScript ( NULL ), mbIsCloseDisabled ( sal_False ), mpDialog ( pParent ), - mbStdControlsInit ( FALSE ) - + mbStdControlsInit ( FALSE ), + aEmptyStr() { // create bookmark-window mpMarkWnd = new SvxHlinkDlgMarkWnd ( this ); |