summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-17 12:04:54 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-17 12:04:54 +0000
commitafb8ec6fd6f7e204513db64641c9c39543d9584d (patch)
treea191ebae887e9b1f51f098abf825f28926a92bde /sw/inc
parent7c84fb6ab6bb1cc166eeb35f20a35b9a0dcbd727 (diff)
INTEGRATION: CWS basemodelrefactoring (1.133.40); FILE MERGED
2007/05/29 17:30:59 mba 1.133.40.4: RESYNC: (1.134-1.135); FILE MERGED 2007/05/08 21:07:05 mba 1.133.40.3: RESYNC: (1.133-1.134); FILE MERGED 2007/04/28 10:32:16 mba 1.133.40.2: #i73793#: allow to suppress Update Dialog 2007/03/27 21:24:55 mba 1.133.40.1: #i75677#: make methods using DocumentInfo in SwDoc easier to grep
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/doc.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 7515e22e9bf2..b9f28571eb36 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: doc.hxx,v $
*
- * $Revision: 1.138 $
+ * $Revision: 1.139 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 13:13:17 $
+ * last change: $Author: obo $ $Date: 2007-07-17 13:04:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -849,7 +849,7 @@ public:
virtual void SetVisibleLinks(bool bFlag);
virtual SvxLinkManager& GetLinkManager();
virtual const SvxLinkManager& GetLinkManager() const;
- virtual void UpdateLinks();
+ virtual void UpdateLinks(BOOL bUI);
virtual bool GetData(const String& rItem, const String& rMimeType, ::com::sun::star::uno::Any& rValue) const;
virtual bool SetData(const String& rItem, const String& rMimeType, const ::com::sun::star::uno::Any& rValue);
virtual ::sfx2::SvLinkSource* CreateLinkSource(const String& rItem);
@@ -949,9 +949,9 @@ public:
/** IDocumentStatistics
*/
- virtual SfxDocumentInfo* GetInfo();
+ virtual SfxDocumentInfo* GetDocumentInfo();
virtual const SfxDocumentInfo* GetpInfo() const;
- virtual void SetInfo(const SfxDocumentInfo& rInfo);
+ virtual void SetDocumentInfo(const SfxDocumentInfo& rInfo);
virtual void DocInfoChgd(const SfxDocumentInfo& rInfo);
virtual const SwDocStat &GetDocStat() const;
virtual void SetDocStat(const SwDocStat& rStat);