summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentState.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/IDocumentState.hxx')
-rw-r--r--sw/inc/IDocumentState.hxx36
1 files changed, 18 insertions, 18 deletions
diff --git a/sw/inc/IDocumentState.hxx b/sw/inc/IDocumentState.hxx
index 22c836c871ea..e4a7552a439c 100644
--- a/sw/inc/IDocumentState.hxx
+++ b/sw/inc/IDocumentState.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -25,41 +25,41 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-
+
#ifndef IDOCUMENTSTATE_HXX_INCLUDED
#define IDOCUMENTSTATE_HXX_INCLUDED
-
+
#include <tools/solar.h>
-
+
/** Get information about the current document state
*/
class IDocumentState
- {
+ {
public:
/** Bei Formataenderungen muss das zu Fuss gerufen werden!
*/
virtual void SetModified() = 0;
-
+
/**
*/
virtual void ResetModified() = 0;
-
+
/** Dokumentaenderungen?
*/
- virtual bool IsModified() const = 0;
-
+ virtual bool IsModified() const = 0;
+
/** Zustaende ueber Ladezustand
frueher DocInfo
*/
virtual bool IsLoaded() const = 0;
-
+
/**
*/
- virtual bool IsUpdateExpFld() const = 0;
-
+ virtual bool IsUpdateExpFld() const = 0;
+
/**
*/
- virtual bool IsNewDoc() const = 0;
+ virtual bool IsNewDoc() const = 0;
/**
*/
@@ -67,16 +67,16 @@
/**
*/
- virtual void SetPageNums(bool b) = 0;
-
+ virtual void SetPageNums(bool b) = 0;
+
/**
*/
virtual void SetNewDoc(bool b) = 0;
-
+
/**
*/
virtual void SetUpdateExpFldStat(bool b) = 0;
-
+
/**
*/
virtual void SetLoaded(bool b = sal_True) = 0;
@@ -84,7 +84,7 @@
protected:
virtual ~IDocumentState() {};
};
-
+
#endif // IDOCUMENTSTATE_HXX_INCLUDED
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */