summaryrefslogtreecommitdiff
path: root/include/svtools/filechangedchecker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/filechangedchecker.hxx')
-rw-r--r--include/svtools/filechangedchecker.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/filechangedchecker.hxx b/include/svtools/filechangedchecker.hxx
index fe53a57209f9..a91642dd55db 100644
--- a/include/svtools/filechangedchecker.hxx
+++ b/include/svtools/filechangedchecker.hxx
@@ -23,7 +23,7 @@
*/
class SVT_DLLPUBLIC FileChangedChecker
{
-private :
+private:
Idle mIdle;
OUString mFileName;
TimeValue mLastModTime;
@@ -32,7 +32,7 @@ private :
bool SVT_DLLPRIVATE getCurrentModTime(TimeValue& o_rValue) const;
DECL_LINK_TYPED(TimerHandler, Idle *, void);
-public :
+public:
void resetTimer();
bool hasFileChanged();
FileChangedChecker(const OUString& rFilename, const ::boost::function0<void>& rCallback);