summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/state.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/state.hxx')
-rw-r--r--slideshow/source/inc/state.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/inc/state.hxx b/slideshow/source/inc/state.hxx
index 8f4ea7805b95..e2d84e8edd0c 100644
--- a/slideshow/source/inc/state.hxx
+++ b/slideshow/source/inc/state.hxx
@@ -1,7 +1,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
@@ -51,7 +51,7 @@ namespace slideshow
public:
virtual ~State() {}
- /// Abstract, numerically encoded state ID
+ /// Abstract, numerically encoded state ID
typedef ::std::size_t StateId;
/** This method returns a numerical state identifier.
@@ -61,7 +61,7 @@ namespace slideshow
clients can assume that the object's state has
changed.
- @return an abstract, numerical state ID.
+ @return an abstract, numerical state ID.
*/
virtual StateId getStateId() const = 0;
};