cuihyperdlg.cxx (2ee96f1c) cuihyperdlg.cxx (a8f4084d)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 78 unchanged lines hidden (view full) ---

87//########################################################################
88//# #
89//# Hyperlink - Dialog #
90//# #
91//########################################################################
92
93/*************************************************************************
94|*
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 78 unchanged lines hidden (view full) ---

87//########################################################################
88//# #
89//# Hyperlink - Dialog #
90//# #
91//########################################################################
92
93/*************************************************************************
94|*
95|* Contructor / Destructor
95|* Constructor / Destructor
96|*
97|************************************************************************/
98
99SvxHpLinkDlg::SvxHpLinkDlg (Window* pParent, SfxBindings* pBindings)
100: IconChoiceDialog( pParent, CUI_RES ( RID_SVXDLG_NEWHYPERLINK ) ),
101 maCtrl ( SID_HYPERLINK_GETLINK, *pBindings, this ),
102 mpBindings ( pBindings ),
103 mbReadOnly ( sal_False ),

--- 305 unchanged lines hidden ---
96|*
97|************************************************************************/
98
99SvxHpLinkDlg::SvxHpLinkDlg (Window* pParent, SfxBindings* pBindings)
100: IconChoiceDialog( pParent, CUI_RES ( RID_SVXDLG_NEWHYPERLINK ) ),
101 maCtrl ( SID_HYPERLINK_GETLINK, *pBindings, this ),
102 mpBindings ( pBindings ),
103 mbReadOnly ( sal_False ),

--- 305 unchanged lines hidden ---