summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-20 06:07:04 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-20 06:07:04 +0000
commit9e18fc6373008f7b07dfb2218cbbadc659a63bf2 (patch)
tree34d36337a1f3939abe2dc7bc4ac2006c15dfd783 /embeddedobj
parentf53eaceebbaf625b0676148dcdd4540f77b6e830 (diff)
INTEGRATION: CWS fwk88 (1.14.4); FILE MERGED
2008/05/27 15:30:33 mav 1.14.4.1: #i86367# integrate the patch
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/source/inc/docholder.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/embeddedobj/source/inc/docholder.hxx b/embeddedobj/source/inc/docholder.hxx
index 4419d32de6e8..e4cc26b679b0 100644
--- a/embeddedobj/source/inc/docholder.hxx
+++ b/embeddedobj/source/inc/docholder.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: docholder.hxx,v $
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
* This file is part of OpenOffice.org.
*
@@ -141,14 +141,11 @@ public:
void CloseDocument( sal_Bool bDeliverOwnership, sal_Bool bWaitForClose );
void CloseFrame();
- void SetTitle(const rtl::OUString& aDocumentName);
-
rtl::OUString GetTitle() const
{
return m_aContainerName + ::rtl::OUString::createFromAscii( " - " ) + m_aDocumentNamePart;
}
- void SetContainerName(const rtl::OUString& aContainerName);
rtl::OUString GetContainerName() const { return m_aContainerName; }
void SetOutplaceFrameProperties( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > aProps )
@@ -172,8 +169,6 @@ public:
void Show();
- void Hide();
-
// sal_Bool SetVisArea( sal_Int64 nAspect, const ::com::sun::star::awt::Rectangle& aRect );
// sal_Bool GetVisArea( sal_Int64 nAspect, ::com::sun::star::awt::Rectangle *pRect );
sal_Bool SetExtent( sal_Int64 nAspect, const ::com::sun::star::awt::Size& aSize );