INTEGRATION: CWS chart05 (1.22.46); FILE MERGED
2007/05/30 08:17:19 bm 1.22.46.1: #i77917# consolidate setting defaults for charts in one method of the view shell, also set the border to none (changed default)
This commit is contained in:
parent
2ff1088577
commit
e9ff32c131
1 changed files with 9 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: ViewShell.hxx,v $
|
||||
*
|
||||
* $Revision: 1.22 $
|
||||
* $Revision: 1.23 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2007-04-03 16:08:06 $
|
||||
* last change: $Author: obo $ $Date: 2007-06-11 14:54:08 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -87,6 +87,10 @@ class MultiSelection;
|
|||
|
||||
extern const String aEmptyStr;
|
||||
|
||||
namespace com { namespace sun { namespace star {
|
||||
namespace embed {
|
||||
class XEmbeddedObject;
|
||||
}}}}
|
||||
|
||||
namespace sd {
|
||||
|
||||
|
@ -466,6 +470,9 @@ public:
|
|||
*/
|
||||
virtual bool RelocateToParentWindow (::Window* pParentWindow);
|
||||
|
||||
void AdaptDefaultsForChart(
|
||||
const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject > & xEmbObj );
|
||||
|
||||
class Implementation;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in a new issue