summaryrefslogtreecommitdiff
path: root/embedserv/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'embedserv/source/inc')
-rw-r--r--embedserv/source/inc/docholder.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/embedserv/source/inc/docholder.hxx b/embedserv/source/inc/docholder.hxx
index 0b7e3ac4668e..4dc05f49ffb5 100644
--- a/embedserv/source/inc/docholder.hxx
+++ b/embedserv/source/inc/docholder.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docholder.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: abi $ $Date: 2003-03-27 16:09:43 $
+ * last change: $Author: abi $ $Date: 2003-04-01 13:10:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,6 +97,8 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > m_xDocument;
::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > m_xFrame;
+ ::rtl::OUString m_aDocumentNamePart,m_aFilterName;
+
::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > DocumentFrame();
public:
@@ -110,6 +112,8 @@ public:
void CloseFrame();
void FreeOffice();
+ void setTitle(const rtl::OUString& aDocumentName);
+
void show();
void hide();